amadeus

Getting 500 error on Flight Inspiration Search API


I just registered for your API and I'm trying to execute a Flight Search request. Currently getting this error message:

URL: https://developers.amadeus.com/self-service/category/203/api-doc/3/api-docs-and-example/10001

{
  "errors": [
    {
      "status": 500,
      "code": 141,
      "title": "SYSTEM ERROR HAS OCCURRED",
      "detail": "DATA DOMAIN NOT FOUND FOR REQUEST"
    }
  ]
}

Are you able to assist?


Solution

  • You are using the API under the test environment where the API works with a limited data collection, which means limited number of origin and destinations. You can find more information about the available data collection for each API in our GitHub repository.

    Hope it helps!