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/flight_status1 credit

Live status for one flight by ident or flight number. Returns origin/destination (airport name, IATA/ICAO, gate, terminal, timezone, coordinates), scheduled / estimated / actual times for gate-out, take-off, landing and gate-in, aircraft type, airline, trip progress (percent complete, miles flown/remaining), the live position (altitude, groundspeed, heading) when airborne, and the filed flight plan.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/flightaware/v1/flight_status \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"ident":"UAL100"}'

Hit Send to run this endpoint live.