Airports
Search airports and calculate airport proximity, distance, and estimated flight time.
Find the nearest airport from an airport
Finds the closest airport to a supplied IATA airport code and returns the distance in kilometres. The optional same-country flag can restrict the search to the same country.
query Parameters
iata_airport_code^[A-Za-z]{3}$ · requiredThree-letter IATA airport code used as the reference airport.
same_countryIf Y, restrict the nearest-airport search to the same country.
Find the nearest airport from an airport › Responses
Nearest airport and distance in kilometres.
Find the nearest airport from a postal code
Finds the nearest airport for a postal code and country code. Multiple geographic matches may be returned when the same postal code has multiple coordinate records.
query Parameters
country_codeTwo-digit ISO 3166-1 alpha-2 country code.
postal_codeValid postal code.
Find the nearest airport from a postal code › Responses
Nearest airport information and distance in kilometres.
Calculate distance between two airports
Calculates the distance between two IATA airports in kilometres.
query Parameters
iata_airport_fromFirst IATA airport code.
iata_airport_toSecond IATA airport code.
Calculate distance between two airports › Responses
Distance in kilometres.
Search airports by keyword
Searches airport records using a keyword. The supplied collection states that airport names, IATA codes, state names, and related information may be considered.
query Parameters
keywordKeyword used to search airport records.
Search airports by keyword › Responses
Matching airport names and IATA codes.
Estimate flight time between airports
Returns an estimated travel time for a flight between two IATA airports.
query Parameters
iata_airport_fromDeparting IATA airport code.
iata_airport_toDestination IATA airport code.
Estimate flight time between airports › Responses
Estimated flight travel time.

