{"files":{"SKILL.md":"---\nname: random-lottery-number-generator-api\ndescription: \"Random Lottery Number generator API skill. Use when working with Random Lottery Number generator for lottery. Covers 3 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Random Lottery Number generator API\nAPI version: 1.5\n\n## Auth\nBearer bearer\n\n## Base URL\nhttps://api.fungenerators.com\n\n## Setup\n1. Set Authorization header with Bearer token\n2. GET /lottery/countries -- get the complete list of countries supported in the number generation api.\n3. Explore available endpoints below\n\n## Endpoints\n3 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Lottery\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /lottery/countries | Get the complete list of countries supported in the number generation API. |\n| GET | /lottery/supported | Get the list of supported lottery games supported in the given country. |\n| GET | /lottery/draw | Generate random draw for a given lottery game. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all countries?\" -> GET /lottery/countries\n- \"List all supported?\" -> GET /lottery/supported\n- \"List all draw?\" -> GET /lottery/draw\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- 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 Random Lottery Number generator API\n@base https://api.fungenerators.com\n@version 1.5\n@auth Bearer bearer\n@endpoints 3\n@toc lottery(3)\n\n@endpoint GET /lottery/countries\n@desc Get the complete list of countries supported in the number generation API.\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /lottery/supported\n@desc Get the list of supported lottery games supported in the given country.\n@required {country: any # Country Name}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /lottery/draw\n@desc Generate random draw for a given lottery game.\n@required {game: any # Lottery Game Name}\n@optional {count: any # Number of draws (max 5 per request)}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@end\n"}}