Dennis Mwebia
Dennis Mwebia

Reputation: 111

Amadeus Flight Offers API

{
  "errors": [
    {
      "status": 503,
      "title": "No available service for processing the request.",
      "code": 19,
      "source": {
        "pointer": "shopping/flight-offers"
      }
    }
  ]
}

I get the above error when I call the Flight Offers API (https://test.api.amadeus.com/v1/shopping/flight-offers?origin=NBO&destination=MBA&departureDate=2018-12-10&adults=1&travelClass=ECONOMY&nonStop=true&currency=KES&max=50)on the Amadeus API Explorer. What could be the issue?

Upvotes: 2

Views: 640

Answers (2)

amarnathpatel
amarnathpatel

Reputation: 1011

It's not fixed. I am getting the same issue with below message - This site is briefly unavailable for scheduled daily maintenance. It should take less than 2 minutes. Sorry for the inconvenience.

Upvotes: 0

Anthony Roux
Anthony Roux

Reputation: 1481

We had a technical issue with the API, it's fixed now.

Sorry for the incovinience

Upvotes: 0

Related Questions