Flight board
Look up the current-day live arrivals or departures board for an airport.
Provider contract
- Call path
- /routes/tempo-aviationstack/travel/flight-board
- Method
- GET
- Selected provider
- tempo-aviationstackdefault
- Provider price
- $0.005
- Settlement
- Base USDC · x402 · 5% h402 fee
Quickstart
Both commands call the selected provider directly.
curl '/routes/tempo-aviationstack/travel/flight-board?iataCode=JFK&type=departure&limit=100'
h402 call 'travel/flight-board' --provider 'tempo-aviationstack' --method GET --query '{"iataCode":"JFK","type":"departure","limit":100}'Parameters & live test
pays real USDCFill the request fields, quote the exact per-call total, then choose x402 or eligible bonus credit explicitly before sending. Only the selected provider's listed parameters are accepted.
iataCodestringrequiredAirport IATA code used by the AviationStack timetable endpoint.
typestringrequiredSchedule direction for the airport.
airline_iatastringoptionalOptional airline IATA code filter.
airline_icaostringoptionalOptional airline ICAO code filter.
flight_numberstringoptionalOptional flight number filter.
limitintegeroptional1–100default 100Number of results per page. AviationStack documents a default of 100 and plan-dependent maximums; h402 caps the public page size at 100 for predictable calls.
offsetintegeroptional0–100000-based pagination offset for paging through AviationStack result sets. h402 caps the public offset at 10000 as a safety bound because the provider documents no fixed maximum.
{
"iataCode": "JFK",
"type": "departure",
"limit": 100
}{ "data": { "pagination": { "limit": null, "offset": null, "count": 1425, "total": 1425 }, "data": [ { "aircraft": { "icao24": "A324CE", "icaoCode": "B38M", "regNumber": "N301UC" }, "airline": { "iataCode": "BA", "icaoCode": "BAW", "name": "British Airways" }, "arrival": { "actualRunway": null, "actualTime": null, "baggage": "25", "delay": null, "estimatedRunway": null, "estimatedTime": "2026-07-22T19:08:00.000", "gate": "D38", "iataCode": "MIA", "icaoCode": "KMIA", "scheduledTime": "2026-07-22T19:26:00.000", "terminal": "N" }, "codeshared": { "airline": { "iataCode": "aa", "icaoCode": "aal", "name": "american airlines" }, "flight": { "iataNumber": "aa1479", "icaoNumber": "aal1479", "number": "1479" } }, "departure": { "actualRunway": "2026-07-22T16:40:00.000", "actualTime": "2026-07-22T16:40:00.000", "baggage": null, "delay": "41", "estimatedRunway": "2026-07-22T16:40:00.000", "estimatedTime": "2026-07-22T16:28:00.000", "gate": "44", "iataCode": "JFK", "icaoCode": "KJFK", "scheduledTime": "2026-07-22T16:00:00.000", "terminal": "8" }, "flight": { "iataNumber": "BA4695", "icaoNumber": "BAW4695", "number": "4695" }, "status": "active", "type": "departure" }, { "aircraft": { "icao24": "A324CE", "icaoCode": "B38M", "regNumber": "N301UC" }, "airline": { "iataCode": "CX", "icaoCode": "CPA", "name": "Cathay Pacific" }, "arrival": { "actualRunway": null, "actualTime": null, "baggage": "25", "delay": null, "estimatedRunway": null, "estimatedTime": "2026-07-22T19:08:00.000", "gate": "D38", "iataCode": "MIA", "icaoCode": "KMIA", "scheduledTime": "2026-07-22T19:26:00.000", "terminal": "N" }, "codeshared": { "airline": { "iataCode": "aa", "icaoCode": "aal", "name": "american airlines" }, "flight": { "iataNumber": "aa1479", "icaoNumber": "aal1479", "number": "1479" } }, "departure": { "actualRunway": "2026-07-22T16:40:00.000", "actualTime": "2026-07-22T16:40:00.000", "baggage": null, "delay": "41", "estimatedRunway": "2026-07-22T16:40:00.000", "estimatedTime": "2026-07-22T16:28:00.000", "gate": "44", "iataCode": "JFK", "icaoCode": "KJFK", "scheduledTime": "2026-07-22T16:00:00.000", "terminal": "8" }, "flight": { "iataNumber": "CX7707", "icaoNumber": "CPA7707", "number": "7707" }, "status": "active", "type": "departure" }, { "aircraft": { "icao24": "A324CE", "icaoCode": "B38M", "regNumber": "N301UC" }, "airline": { "iataCode": "G3", "icaoCode": "GLO", "name": "GOL" }, "arrival": { "actualRunway": null, "actualTime": null, "baggage": "25", "delay": null, "estimatedRunway": null, "estimatedTime": "2026-07-22T19:08:00.000", "gate": "D38", "iataCode": "MIA", "icaoCode": "KMIA", "scheduledTime": "2026-07-22T19:26:00.000", "terminal": "N" }, "codeshared": { "airline": { "iataCode": "aa", "icaoCode": "aal", "name": "american airlines" }, "flight": { "iataNumber": "aa1479", "icaoNumber": "aal1479", "number": "1479" } }, "departure": { "actualRunway": "2026-07-22T16:40:00.000", "actualTime": "2026-07-22T16:40:00.000", "baggage": null, "delay": "41", "estimatedRunway": "2026-07-22T16:40:00.000", "estimatedTime": "2026-07-22T16:28:00.000", "gate": "44", "iataCode": "JFK", "icaoCode": "KJFK", "scheduledTime": "2026-07-22T16:00:00.000", "terminal": "8" }, "flight": { "iataNumber": "G36226", "icaoNumber": "GLO6226", "number": "6226" }, "status": "active", "type": "departure" } ] }, "h402": { "routeId": "travel/flight-board", "provider": "tempo-aviationstack", "selectedCandidateId": "travel/flight-board/tempo-aviationstack", "routing": "manual", "paidBy": "x402-exact" } }
Providers
Choose a provider for this task. The catalog recommends the current default from quality, reliability, and price; your selected provider stays pinned. Listed prices are provider prices; settlement adds a 5% h402 fee.
- Success
- 100%
- p50
- 10.77s
- Calls
- 1