You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
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"}]}%