Closed niranjanakella closed 1 month ago
@minjikarin @cbetta @anthonyroux Please let me know how I can solve this or if I am making some mistake in the way I am using this API.
@niranjanakella This is most probably because you are using the test environment.
According to their docs on Free test data collection of Self-Service APIs, the Airport Nearest Relevant
API supports cities in Germany, while the Flight Offers Search
API returns cached data including most cities/countries.
Moving your application to the production environment should solve this issue.
Hello I have been trying to get airport IATA/recommendations/search using the Amadeus Airports search endpoint with lat, long codes as follows, but when I search for Prague it returns airports from Munich which is way far from Prague. But when I later try using PRG for flight_offers_search it works fine [Just tried this to see if there are any PRG airports supported].
I don't understand why I am unable to get any airports from Prague. Please help me solve this issue. Below is the python SDK code I use.