Fungenerators Random Facts
Connector for the fungenerators-random-facts 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_fact— GET /fact — Get a Fact belonging to the id.get_fact_categories— GET /fact/categories — Get a random Fact.get_fact_fod— GET /fact/fod — Get fact of the day for the given category.get_fact_fod_categories— GET /fact/fod/categories — Get the list of supported fact of the day categories.get_fact_numbers— GET /fact/numbers — Get a random fact about a numberget_fact_onthisday_born— GET /fact/onthisday/born — Returns a random ( famous/ relatively famous ) person born on a given day and mo
Inputs
apiKey— your fungenerators-random-facts 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_fact
apiKey: <your key>