{"note":"OpenAPI conversion -- returning structured metadata","name":"amadeus-com-amadeus-flight-most-traveled-destinations","description":"Flight Most Traveled Destinations","version":"1.1.1","base_url":"https://test.api.amadeus.com/v1","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Flight Most Traveled Destinations\n@base https://test.api.amadeus.com/v1\n@version 1.1.1\n@endpoints 1\n@toc travel(1)\n\n@endpoint GET /travel/analytics/air-traffic/traveled\n@desc Returns a list of air traffic reports.\n@required {originCityCode: any # Code for the origin city following IATA standard ([IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)). - e.g. BOS for Boston, period: any # period when consumers are traveling. * It can be a month only.  * [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format must be used - e.g. 2015-05.  * Period ranges are not supported.  * Only periods from 2011-01 up to previous month are valid.  * Future dates are not supported.}\n@optional {max: any # maximum number of destinations in the response. Default value is **10** and maximum value is 50., fields: any # list of attributes desired in the response or list of attributes to remove from the response (with \"-\" before fields)  * The attributes names must contain the whole path (except resource name) e.g. travelers, page[limit]: any # maximum items in one page, page[offset]: any # start index of the requested page, sort: any # defines on which attribute the sorting will be done: * **analytics.flights.score** - sort destination by flights score (decreasing) * **analytics.travelers.score** - sort destination by traveler's score (decreasing)}\n@returns(200) Successful Operation\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION 2781    | INVALID LENGTH 4926    | INVALID DATA RECEIVED                                32171   | MANDATORY DATA MISSING}\n\n@end\n"}