Search code examples
amadeus

Amadeus Flight Offers Search API customized search


I'm using Amadeus Flight Offers Search POST API to search flights, I have used some of the search parameters mentioned in the API Documentation and some other parameters that I found in questions of stackoverflow. I'm looking for a documentation that contains all the possible search parameters of the API. I've searched a lot but so far couldn't find anything other than this document and the one I mentioned above. Is there another documentation for Amadeus? Something more specific. I want to add the "maximum layover time" parameter to my request body.


Solution

  • You have to take a look at the API specification to see what are all the available parameters.

    • If you use the GET version: all the parameters are explained directly in the interactive part of the API specification.

    • If you use the POST version: you have to take a look at the model of the body parameter that describes all the parameters (and the structure) you can use:

    enter image description here