{"files":{"SKILL.md":"---\nname: flight-most-booked-destinations\ndescription: \"Flight Most Booked Destinations API skill. Use when working with Flight Most Booked Destinations for travel. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Flight Most Booked Destinations\nAPI version: 1.1.1\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://test.api.amadeus.com/v1\n\n## Setup\n1. No auth setup needed\n2. GET /travel/analytics/air-traffic/booked -- returns a list of air traffic reports.\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Travel\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /travel/analytics/air-traffic/booked | Returns a list of air traffic reports. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all booked?\" -> GET /travel/analytics/air-traffic/booked\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Error responses include status codes and descriptions in the spec\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Flight Most Booked 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/booked\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 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 destinations 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"}}