Standby Board JSON API

Live Orlando theme park wait times as JSON. Free, no key, no account. Please cache and attribute.

Before you start

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.

Endpoints

GET/api/summary

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

GET/api/waits/live

The payload the live board polls: every attraction with its current standby wait, status and badge.

curl https://standbyboard.com/api/waits/live

GET/api/waits

Latest standby reading per attraction, as stored — one flat array, no presentation fields.

curl https://standbyboard.com/api/waits

GET/api/park/<park_id>

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

GET/api/park/<park_id>/waits

Live waits for a single park.

curl https://standbyboard.com/api/park/WDW_MK/waits

Other machine-readable surfaces

/llms.txt

Short orientation file for AI assistants.

/llms-full.txt

Fuller brief including a live per-park summary.

/sitemap.xml

Every indexable URL.

/OrlandoFL/feed.xml

Atom feed of conditions and news posts.

/embed

Drop-in live wait badges for your own site.