amadeus.com

Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production

2 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

pip install amadeus-python-getting-started
go get github.com/spacetab-io/amadeus-golang-sdk
composer require amadeus-sdk-php
composer require amadeus-php-sdk
# See https://github.com/amadeus4dev/amadeus-sdk-specification
curl examples
Returns a list of airports and cities matching a given keyword.
curl \
  /reference-data/locations
Returns a specific airports or cities based on its id.
curl \
  /reference-data/locations/{locationId}
Endpoints (2 total)
GET
/reference-data/locations
Returns a list of airports and cities matching a given keyword.
GET
/reference-data/locations/{locationId}
Returns a specific airports or cities based on its id.
At a glance
Total SDKs5
Languages4
Endpoints2