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 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
SDK on GitHub 📄 API Docs
SDK
amadeus-python-getting-started
Python
API
amadeus.com
amadeus.com:amadeus-points-of-interest
At a glance
Language Python
Endpoints3