Skip to main content

List airlines

GET 

/v2/airlines

List airlines

Responses

OK

Schema

    airlines

    object[]

  • Array [

  • id string

    Unique identifier for the airline.

    icaoCode string

    The ICAO airline code. Unique. Example: UAL

    iataCode string

    The IATA airline code. This field is not unique. Example: UA

    displayIcaoCode string

    The ICAO airline display code. This is the code that is displayed to users and is usually the same as the ICAO code. However, some airlines have different display codes when they are a subsidiary of another airline, but use the same ICAO code as their parent company. As such, this field may not be unique. Example: UAL

    displayIataCode string

    The IATA airline display code. This is the code that is displayed to users and is usually the same as the IATA code. Currently, this will always be the same as the IATA code. Example: UA

    name string

    The airline name. Example: United Airlines

  • ]

Loading...