Flight Schedules
Real-time
Flight Schedules
Retrieve near real-time departure and arrival schedules, including gates, terminals, and updated times.
GET
Flight Schedules
Build timetables and “what’s next” experiences using live flight schedules. Schedules are ideal for airport-style boards, lounge/terminal displays, travel assistants, bots, widgets, and any product that needs the latest departure/arrival queue.
Schedules typically return results up to ~10 hours ahead (coverage may vary).
Authentication
Your FlyStack API token. You can create one from the dashboard (see Authentication).
Query parameters
You can query schedules by airport, airline, or specific flight codes.Airport filters
Departure airport IATA code (e.g.,
MIA).Departure airport ICAO code (e.g.,
KMIA).Arrival airport IATA code (e.g.,
SFO).Arrival airport ICAO code (e.g.,
KSFO).Airline filters
Query by one airline IATA code, or provide multiple IATA codes when querying by airport (comma-separated).
Query by one airline ICAO code, or provide multiple ICAO codes when querying by airport (comma-separated).
Flight filters
Query by flight ICAO code-number (e.g.,
BAW6984).Query by flight IATA code-number (e.g.,
BA6984).Response shaping & pagination
Comma-separated list of fields to return (e.g.,
airline_iata,flight_number).Maximum number of results (limits may depend on your plan and query type).
Pagination offset (0+). Use with
limit when a response indicates there are more results.