v1

latestOpenAPI 3.1.02026-07-243613262.4 KB
By location type

Find 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.

get/geocoding/v2/airport

Query parameters

querystring
Example:BRTBT

A partial string used for search. For instance, part of an airport name or part of a locode

iataCodestring
Example:BRTBT

A string representing the iata code of the searched airport.

locodestring
Example:FRMRS

A string representing the locode of the searched airport.

sizesstring
Example:large,medium

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.

countryCodesstring
Example:CA,FR

A list of country codes (2 characters ISO) used to filter the location by country.

excludeCountryCodesstring
Example:US,MX

A list of country codes (2 characters ISO) used to exclude location of some countries.

Response

OK