Checked every minute against the running platform, not typed in by hand. If a door scanner or a checkout is failing, it will say so here.
Ticket sales, delivery and scanning are running normally.
Each row is a probe that runs against production. Operational means the check passed just now. Degraded means it passed but slowly, or passed with a warning. Down means it failed. Unverified means the check itself could not be completed, which we report rather than assume is fine.
Two honest limits. The mail check confirms our relay is accepting connections — it cannot confirm an individual ticket email reached an individual inbox. And a green board does not mean a specific event page is behaving; if something is wrong with one event, tell us rather than waiting for this page to notice.
The same report is available as JSON for uptime monitors, so nobody has to scrape this page. It is cached for 60 seconds and safe to poll on a one-minute interval.
GET https://gottickets.online/status.json
Opening that URL in a browser brings you back to this page — a wall of raw JSON answers
"is the site up?" for nobody. Monitors and command-line clients get the feed as normal.
To see the raw JSON in a browser, add ?format=json.