The playground

Try any of 1404 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/flightaware/v1/airport_board1 credit

Live activity board for an airport: the arrivals, departures, en-route or scheduled flights FlightAware shows for that airport. Each row gives the flight ident, aircraft type, the other airport (IATA), and the scheduled/estimated times. Feed an ident back into flight_status for full detail.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/flightaware/v1/airport_board \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"airport":"KJFK","board":"arrivals"}'

Hit Send to run this endpoint live.