{"note":"OpenAPI conversion -- returning structured metadata","name":"fungenerators-com-lottery","description":"Random Lottery Number generator API","version":"1.5","base_url":"https://api.fungenerators.com","endpoints":3,"raw":"@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"}