ThemeParks.wiki-stijl

parkData API v2

Live wachttijden, attractiestatus en openingstijden als JSON. Geen key nodig voor publieke reads.

Startpunt

De catalogus somt alle resources op, inclusief /live en /destinations.

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

Live data

Queue-times-stijl board plus queues per 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

Zelfde contract als ThemeParks.wiki: 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 en data-freshness voor 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

Antwoordvorm

Elke v2-response gebruikt hetzelfde envelope.

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

Open API-root Bekijk destinations