Retrieve Airlines API
To obtain information about airlines, you can use this endpoint, filtering by IataAirline and Iso2Country.
Example API Request:
Use Edit parameters to customize the call, then run it and review the live response below.
API Response Objects
Each item in the response data array includes the following fields.
| Field | Description |
|---|---|
name
|
Name of the airline |
country_code
|
Country code of the airline |
iata_code
|
IATA code of the airline |
iata_prefix
|
IATA prefix |
iata_accounting
|
IATA accounting code |
icao_code
|
ICAO code of the airline |
callsign
|
Callsign of the airline |
is_international
|
Indicates if the airline is international (1 for yes, 0 for no) |
iosa_registered
|
Indicates if the airline is registered with IOSA (1 for yes, 0 for no) |
iosa_expiry
|
Expiry date of IOSA registration |
is_passenger
|
Indicates if the airline operates passenger flights (1 for yes, 0 for no) |
is_cargo
|
Indicates if the airline operates cargo flights (1 for yes, 0 for no) |
is_scheduled
|
Indicates if the airline operates scheduled flights (1 for yes, 0 for no) |
total_aircrafts
|
Total number of aircraft operated by the airline |
average_fleet_age
|
Average age of the fleet in years |
accidents_last_5y
|
Number of accidents in the last 5 years |
crashes_last_5y
|
Number of crashes in the last 5 years |
website
|
Website of the airline |
twitter
|
Twitter handle of the airline |
facebook
|
Facebook page of the airline |
instagram
|
Instagram handle of the airline |
linkedin
|
LinkedIn page of the airline |
airline_logo
|
URL of the airline logo image |