/reference-data/locations/airports
Returns a list of relevant airports near to a given point.
- latitude (query, required) — latitude location to be at the center of the search circle
- longitude (query, required) — longitude location to be at the center of the search circle
- radius (query) — radius of the search in Kilometer. Can be from 0 to 500, default value is 500 Km.
- page[limit] (query) — maximum items in one page
- page[offset] (query) — start index of the requested page
- sort (query) — defines on which attribute the sorting will be done from the best option to the worst one: * **relevance** - Score value calculated based on distance and traffic analytics * **distance** - Distance from the location to the geo-code given in API request parameters * **analytics.flights.score** - Approximate score for ranking purposes calculated based on estimated number of flights from/to airport in one reference year (last year) * **analytics.travelers.score** - Approximate score for ranking purposes calculated based on estimated number of travelers in the airport for one reference year (last year)