{"files":{"SKILL.md":"---\nname: airport-on-time-performance\ndescription: \"Airport On-Time Performance API skill. Use when working with Airport On-Time Performance for airport. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Airport On-Time Performance\nAPI version: 1.0.4\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 /airport/predictions/on-time -- returns a percentage of on-time flight departures from a given airport.\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Airport\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /airport/predictions/on-time | Returns a percentage of on-time flight departures from a given airport. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all on-time?\" -> GET /airport/predictions/on-time\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 Airport On-Time Performance\n@base https://test.api.amadeus.com/v1\n@version 1.0.4\n@endpoints 1\n@toc airport(1)\n\n@endpoint GET /airport/predictions/on-time\n@desc Returns a percentage of on-time flight departures from a given airport.\n@required {airportCode: any # airport [IATA code](http://www.iata.org/publications/Pages/code-search.aspx), e.g. BOS for Boston, date: any # the date on which the traveler will depart from the give airport. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2019-12-25}\n@returns(200) Success\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION 4926    | INVALID DATA RECEIVED                32171   | MANDATORY DATA MISSING}\n\n@end\n"}}