Root
The catalog lists every resource, including /live and /destinations.
GET https://api.alexvvught.com/v2
Live data
Queue-times board plus per-park queues.
GET https://api.alexvvught.com/v2/live
GET https://api.alexvvught.com/v2/parks/:id/queues
GET https://api.alexvvught.com/v2/parks/:id/bundle
Destinations
Destination → park → queues.
GET https://api.alexvvught.com/v2/destinations
GET https://api.alexvvught.com/v2/parks
GET https://api.alexvvught.com/v2/parks/:id
GET https://api.alexvvught.com/v2/parks/:id/schedule
Health
Liveness, readiness and data freshness for monitoring.
GET https://api.alexvvught.com/v2/app/healthz
GET https://api.alexvvught.com/v2/app/readyz
GET https://api.alexvvught.com/v2/app/freshness
Response envelope
Every v2 response uses the same envelope.
{
"success": true,
"status": 200,
"data": {},
"meta": { "version": "v2" },
"error": null
}