I’m currently working with the Amadeus Flight Search API and have a question regarding the response format.
When I receive flight information in the form of an array, can I expect all entries to be unique? Specifically, is there a chance of receiving multiple prices for the same flight, particularly when different amenities are involved?
Understanding this aspect is crucial for my integration process. Any insights or experiences would be greatly appreciated!
Thank you!
I have been exploring the Amadeus Flight Search API documentation to understand the structure of the response data. I’ve tested several queries to see how flight information is returned, specifically looking at the array of flight entries.
I expected to see unique flight entries in the response, but I’m curious if there’s a possibility of receiving multiple prices for the same flight, especially when variations in amenities are considered. I want to clarify if the API supports multiple fare options for identical flights or if it guarantees unique results for each entry.
If anyone has insights or experiences regarding this, I would greatly appreciate your input!