Fungenerators Lottery
Connector for the fungenerators-lottery API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.fungenerators.com - Auth:
header:X-Fungenerators-Api-Secret(pass your key via theapiKeyinput)
Operations
get_lottery_countries— GET /lottery/countries — Get the complete list of countries supported in the number generation API.get_lottery_draw— GET /lottery/draw — Generate random draw for a given lottery game.get_lottery_supported— GET /lottery/supported — Get the list of supported lottery games supported in the given country.
Inputs
apiKey— your fungenerators-lottery API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_lottery_countries
apiKey: <your key>