Stil

parkData API v2

Live-Wartezeiten, Attraktionsstatus und Öffnungszeiten als JSON. Kein Key für öffentliche Reads.

Startpunkt

Der Katalog listet alle Ressourcen, inklusive /live und /destinations.

GET https://api.alexvvught.com/v2

Livedaten

Queue-times-Board plus Queues pro Park.

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 und Datenfrische für 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

Antwortform

Jede v2-Antwort nutzt dasselbe Envelope.

{
  "success": true,
  "status": 200,
  "data": {},
  "meta": { "version": "v2" },
  "error": null
}

API-Root öffnen Destinations ansehen