Using amadeus-python-getting-started with amadeus.com

Python integration

Install
pip install amadeus-python-getting-started
Quick start
import amadeus-python-getting-started

client = amadeus_python_getting_started.Client("YOUR_API_KEY")
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}
SDK on GitHub 📄 API Docs
SDK
amadeus-python-getting-started
Python
API
amadeus.com
amadeus.com:amadeus-safe-place-
At a glance
Language Python
Endpoints3