Live Orlando theme park wait times as JSON. Free, no key, no account. Please cache and attribute.
These endpoints back the site's own pages, so they are shaped for that and may
change. They are rate limited and cached at the edge for 30–60 seconds; polling
faster than once a minute gets you the same bytes. Wait figures are what the
parks publish, passed through unchanged. Attribution is required — a visible
link back to https://standbyboard.com — and the
terms of use apply.
One object per park: open/closed, average and longest wait, attraction counts. The cheapest way to see the whole market.
curl https://standbyboard.com/api/summary
The payload the live board polls: every attraction with its current standby wait, status and badge.
curl https://standbyboard.com/api/waits/live
Latest standby reading per attraction, as stored — one flat array, no presentation fields.
curl https://standbyboard.com/api/waits
One park's detail: schedule, attractions and live waits. Park ids look like WDW_MK, UOR_IOA, SWO_SW.
curl https://standbyboard.com/api/park/WDW_MK
Live waits for a single park.
curl https://standbyboard.com/api/park/WDW_MK/waits
Short orientation file for AI assistants.
Fuller brief including a live per-park summary.
Every indexable URL.
Atom feed of conditions and news posts.
Drop-in live wait badges for your own site.