Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
There was an error while loading. Please reload this page.
The production API seems to be overwhelmed or not functioning properly. API responses often return 404 or 500 errors for simple requests
(venv) ➜ amadeus curl -X GET "https://api.amadeus.com/v1/shopping/flight-dates?origin=ATL&destination=NYC" -H "Authorization: Bearer $ACCESS_TOKEN" -k
{"errors":[{"status":404,"code":1797,"title":"NOT FOUND","detail":"No response found for this query"}]}%
(venv) ➜ amadeus curl -X GET "https://api.amadeus.com/v1/shopping/flight-dates?origin=ATL&destination=NYC" -H "Authorization: Bearer $ACCESS_TOKEN" -k
{"errors":[{"status":500,"code":141,"title":"SYSTEM ERROR HAS OCCURRED","detail":"An system error occurred while trying to retrieve the details"}]}%
(venv) ➜ amadeus curl -X GET "https://api.amadeus.com/v1/shopping/flight-dates?origin=ATL&destination=NYC" -H "Authorization: Bearer $ACCESS_TOKEN" -k
{"errors":[{"status":500,"code":141,"title":"SYSTEM ERROR HAS OCCURRED","detail":"An system error occurred while trying to retrieve the details"}]}%