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 producti

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 safety rating for a given location and radius.
curl \
  /safety/safety-rated-locations
Returns the safety rating of a given area
curl \
  /safety/safety-rated-locations/by-square
Retieve safety information of a location by its Id.
curl \
  /safety/safety-rated-locations/{safety-rated-locationId}
Endpoints (3 total)
GET
/safety/safety-rated-locations
Returns safety rating for a given location and radius.
GET
/safety/safety-rated-locations/by-square
Returns the safety rating of a given area
GET
/safety/safety-rated-locations/{safety-rated-locationId}
Retieve safety information of a location by its Id.
At a glance
Total SDKs10
Languages9
Endpoints3