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,

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

SDKs by language (10 total)

pip install amadeus-python-getting-started
npm install amadeus-typescript-sdk
go get github.com/spacetab-io/amadeus-golang-sdk
# Maven: see https://github.com/jabrena/spring-boot-amadeus-sdk-demo
dotnet add package AmadeusSdk
composer require amadeus-sdk-php
composer require amadeus-php-sdk
# See https://github.com/amadeus4dev-examples/amadeus-hotel-search-swift
# See https://github.com/ianmaciel/amadeus
# See https://github.com/amadeus4dev/amadeus-sdk-specification
curl examples
Returns points of interest for a given location and radius.
curl \
  /reference-data/locations/pois
Retieve one point of interest by its Id.
curl \
  /reference-data/locations/pois/{poisId}
Returns points of interest for a given area
curl \
  /reference-data/locations/pois/by-square
Endpoints (3 total)
GET
/reference-data/locations/pois
Returns points of interest for a given location and radius.
GET
/reference-data/locations/pois/{poisId}
Retieve one point of interest by its Id.
GET
/reference-data/locations/pois/by-square
Returns points of interest for a given area
At a glance
Total SDKs10
Languages9
Endpoints3