{"files":{"SKILL.md":"---\nname: globalwinescore-api-documentation\ndescription: \"GlobalWineScore API Documentation API skill. Use when working with GlobalWineScore API Documentation for globalwinescores. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# GlobalWineScore API Documentation\nAPI version: 8234aab51481d37a30757d925b7f4221a659427e\n\n## Auth\nApiKey Authorization in header\n\n## Base URL\nhttps://api.globalwinescore.com\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /globalwinescores/latest/ -- list all latest gws\n3. Explore available endpoints below\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Globalwinescores\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /globalwinescores/latest/ | List all latest GWS |\n| GET | /globalwinescores/ | List all historical GWS |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all latest?\" -> GET /globalwinescores/latest/\n- \"List all globalwinescores?\" -> GET /globalwinescores/\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Paginated endpoints accept limit/offset or cursor parameters\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 GlobalWineScore API Documentation\n@base https://api.globalwinescore.com\n@version 8234aab51481d37a30757d925b7f4221a659427e\n@auth ApiKey Authorization in header\n@endpoints 2\n@toc globalwinescores(2)\n\n@endpoint GET /globalwinescores/latest/\n@desc List all latest GWS\n@optional {Authorization: any, wine_id: any # The exact `id` of the wine. Can be used multiple times (e.g `?wine_id=114959&wine_id=114952`)  If you need to find the `wine_id` for your wines, use our search page, vintage: any # The vintage you want to search against., color: any # The lowercase color of the wine., is_primeurs: any # Only show the en primeur GlobalWineScores, lwin: any # L-WIN wine identifier (See definition here), lwin_11: any # L-WIN wine/vintage identifier (See definition here), limit: any # Number of results to return per page., offset: any # The initial index from which to return the results., ordering: any # Which field to use when ordering the results.}\n@returns(200)\n\n@endpoint GET /globalwinescores/\n@desc List all historical GWS\n@optional {Authorization: any, wine_id: any # The exact `id` of the wine. Can be used multiple times (e.g `?wine_id=114959&wine_id=114952`)  If you need to find the `wine_id` for your wines, use our search page, vintage: any # The vintage you want to search against., color: any # The lowercase color of the wine., is_primeurs: any # Only show the en primeur GlobalWineScores, lwin: any # L-WIN wine identifier (See definition here), lwin_11: any # L-WIN wine/vintage identifier (See definition here), limit: any # Number of results to return per page., offset: any # The initial index from which to return the results., ordering: any # Which field to use when ordering the results.}\n@returns(200)\n\n@end\n"}}