get https://api.searoutes.com/geocoding/v2/airport
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.