Loading capability…
Look up future planned flight schedules for an airport by date and arrival/departure direction.
Both commands call the selected provider directly.
curl '/routes/tempo-aviationstack/travel/flight-schedule?iataCode=JFK&type=departure&date=2026-12-01&limit=100'
h402 call 'travel/flight-schedule' --provider 'tempo-aviationstack' --method GET --query '{"iataCode":"JFK","type":"departure","date":"2026-12-01","limit":100}'Fill 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 future schedule endpoint.
typestringrequiredSchedule direction for the airport.
datestringrequiredFuture schedule date (YYYY-MM-DD) for AviationStack flightsFuture.
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",
"date": "2026-12-01",
"limit": 100
}{ "data": { "pagination": { "limit": null, "offset": null, "count": 1619, "total": 1619 }, "data": [ { "weekday": "2", "departure": { "iataCode": "jfk", "icaoCode": "kjfk", "terminal": "5", "gate": "", "scheduledTime": "05:01" }, "arrival": { "iataCode": "kin", "icaoCode": "mkjp", "terminal": "", "gate": "4", "scheduledTime": "07:55" }, "aircraft": { "modelCode": "a320", "modelText": "airbus a320-232" }, "airline": { "name": "qatar airways", "iataCode": "qr", "icaoCode": "qtr" }, "flight": { "number": "4068", "iataNumber": "qr4068", "icaoNumber": "qtr4068" }, "codeshared": { "airline": { "name": "jetblue", "iataCode": "b6", "icaoCode": "jbu" }, "flight": { "number": "59", "iataNumber": "b659", "icaoNumber": "jbu59" } } }, { "weekday": "2", "departure": { "iataCode": "jfk", "icaoCode": "kjfk", "terminal": "5", "gate": "", "scheduledTime": "05:01" }, "arrival": { "iataCode": "kin", "icaoCode": "mkjp", "terminal": "", "gate": "4", "scheduledTime": "07:55" }, "aircraft": { "modelCode": "a320", "modelText": "airbus a320-232" }, "airline": { "name": "jetblue", "iataCode": "b6", "icaoCode": "jbu" }, "flight": { "number": "59", "iataNumber": "b659", "icaoNumber": "jbu59" } }, { "weekday": "2", "departure": { "iataCode": "jfk", "icaoCode": "kjfk", "terminal": "8", "gate": "", "scheduledTime": "20:20" }, "arrival": { "iataCode": "lhr", "icaoCode": "egll", "terminal": "5", "gate": "", "scheduledTime": "08:30" }, "aircraft": { "modelCode": "b77w", "modelText": "boeing 777-336(er)" }, "airline": { "name": "finnair", "iataCode": "ay", "icaoCode": "fin" }, "flight": { "number": "5516", "iataNumber": "ay5516", "icaoNumber": "fin5516" }, "codeshared": { "airline": { "name": "british airways", "iataCode": "ba", "icaoCode": "baw" }, "flight": { "number": "116", "iataNumber": "ba116", "icaoNumber": "baw116" } } } ] }, "h402": { "routeId": "travel/flight-schedule", "provider": "tempo-aviationstack", "selectedCandidateId": "travel/flight-schedule/tempo-aviationstack", "routing": "manual", "paidBy": "x402-exact" } }
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.