Airlines Dataset
Datasets
Airlines Dataset
Search and filter airlines worldwide using IATA/ICAO codes, callsigns, and operational flags.
GET
Airlines Dataset
Airlines data is essential for almost any travel product—whether you build B2B tools or B2C experiences. A complete, reliable airlines dataset helps your app meet user expectations and lets your team focus on what matters most.
Use the Airlines Dataset endpoint to retrieve airlines worldwide and filter them by common aviation identifiers, names, and country.
Authentication
Your FlyStack API token. You can create one from the dashboard (see Authentication).
Query parameters
Airline identifiers
Filter by airline IATA code (e.g.,
AA).Filter by airline ICAO code (e.g.,
AAL).Filter by ICAO callsign (e.g.,
AMERICAN).Additional filters
Filter by IATA 3-digit airline prefix number.
Filter by IATA accounting number.
Filter by airline name (e.g.,
American Airlines).Filter by country ISO-2 code (e.g.,
US).Response shaping
Comma-separated list of fields to return (e.g.,
name,iata_code,icao_code,callsign,country_code).The response can be shortened for readability when using
_fields. Data coverage may vary by airline.Response
The endpoint returns a list of airlines.Airlines dataset response fields
Public airline name.
IATA 3-digit airline prefix number (cargo operations, when available).
IATA 3-digit accounting number (passenger operations, when available).
Official IATA code.
Official ICAO code.
Allocated ICAO callsign (when available).
ISO-2 country code.
Unique airline identifier.