Airline Routes
Datasets
Airline Routes
Explore airline routes and planned schedules (non real-time) to build connections and future itineraries.
GET
Airline Routes
The Routes dataset contains planned airline schedules that are operated by airlines. This is not real-time data and does not include live flight status.
Together with the Flight Schedules API, routes data can help you predict schedules further into the future and build connection logic (days of week, departure times, aircraft type, terminals, etc.).
Authentication
string
required
Your FlyStack API token. You can create one from the dashboard (see Authentication).
Query parameters
Route filters
string
Filter by departure airport IATA code (e.g.,
CMB).string
Filter by departure airport ICAO code (e.g.,
VCBI).string
Filter by arrival airport IATA code (e.g.,
AUH).string
Filter by arrival airport ICAO code (e.g.,
OMAA).string
Filter by airline IATA code (e.g.,
UL).string
Filter by airline ICAO code (e.g.,
ALK).string
Filter by flight ICAO code-number (e.g.,
ALK2265).string
Filter by flight IATA code-number (e.g.,
UL2265).string
Filter by flight number only (e.g.,
2265).Response shaping & pagination
string
Comma-separated list of fields to return (e.g.,
airline_iata,flight_number).number
Max number of results per response (limits may depend on your plan).
number
Pagination offset (0+). Use with
limit when a response indicates there are more results.For best results, provide at least one filter (airport, airline, or flight code).