Reference Data

Airports

List all airports or one specific airport. All airports response is very large. It is possible to request the response in a specific language.

get/references/airports/{airportCode}

Path parameters

airportCodestring required

3-letter IATA airport code

Query parameters

langstring

2-letter ISO 3166-1 language code

limitstring

Number of records returned per request. Defaults to 20, maximum is 100 (if a value bigger than 100 is given, 100 will be taken)

offsetstring

Number of records skipped. Defaults to 0

LHoperatedboolean

Restrict the results to locations with flights operated by LH (false=0, true=1)

Headers

Acceptstring required

http header: application/json or application/xml (Acceptable values are: "application/json", "application/xml")

Response

OK

Changes

Changed in 2 of the 7 revisions of this API.12

    • api operation id Airports removed and replaced with ReferencesAirportsByAirportCodeGet

      api-operation-id-removed

  • 2bc6c5d6d08b11See the full diff
    • the path request parameter airportCode became required

      request-parameter-became-required

    • api operation id Get_Airports_ removed and replaced with Airports

      api-operation-id-removed