v1
latestOpenAPI 3.1.02026-07-243613262.4 KBFind airport by name, locode or IATA
This endpoint does forward geocoding: given a name, a locode or IATA code, it returns airports matching the request with their name, locode, IATA code, country, subdivision and coordinates.
This endpoint can be used for exact matching using locode or iataCode parameter or for partial matching using query parameter. Only one of these fields must be used in a request.
Query parameters
A partial string used for search. For instance, part of an airport name or part of a locode
A string representing the iata code of the searched airport.
A string representing the locode of the searched airport.
A list of strings used to filter the location by size. Permitted values are large, medium, small. If not passed, all the sizes will be taken into account.
A list of country codes (2 characters ISO) used to filter the location by country.
A list of country codes (2 characters ISO) used to exclude location of some countries.
Response
OK