The playground

Try any of 1465 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/flights/v1/seat_info1 credit

Get the seat specs and amenities for a specific flight: seat pitch, width and recline (legroom/comfort), plus power, Wi-Fi and in-flight entertainment availability. Look up by airline + flight number + route + date. Returns honest empty when the flight is unknown.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/flights/v1/seat_info \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"carrier":"BA","flight_number":"177","source":"LHR","destination":"JFK","date":"2026-08-19"}'

Hit Send to run this endpoint live.

Playground · ReefAPI