pyamadeus Quickstart: Amadeus REST API Obtain an API key from https://sandbox.amadeus.com/. Store the API key in constants.py. pip install -r requirements.txt python test_amadeus_rest.py Quickstart: Amadeus SOAP API Update the username and password in constants.py. pip install -r requirements.txt python test_amadeus_soap.py Quickstart: OAG SOAP API Update the OAG_USERNAME and OAG_PASSWORD in constants.py pip install -r requirements.txt python test_oag_soap.py REST API client documentation Unofficial Python client: docs, code Official Python client: download Other commands See the SOAP functions in 1ASIWOTANA9_PDT_20180111_002944.zeep and 1ASIWOTANA9_PRD_20180111_003131.zeep.