{
"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¤cy=KES&max=50)on the Amadeus API Explorer. What could be the issue?