APIHub
Back to Explore

Airport Nearest Relevant

Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token.

Uncategorized
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

557ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/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)

1 endpoint auto-detected

curl -X GET \
  "https://test.api.amadeus.com/v1/reference-data/locations/airports"

test.api.amadeus.com · HTTPS only