fungenerators.com

Below is the documentation for the API calls. You can try them out right here.

🔑 apikey 6 endpoints text
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Get a Riddle entry for a given id. Retrieves a riddle question and answer bas…
curl \
  -H "X-Fungenerators-Api-Secret: $API_KEY" \
  https://api.fungenerators.com/riddle
Get a random riddle for a given category(optional)
curl \
  -H "X-Fungenerators-Api-Secret: $API_KEY" \
  https://api.fungenerators.com/riddle/random
Search for random riddle which has the text in the query, for a given categor…
curl \
  -H "X-Fungenerators-Api-Secret: $API_KEY" \
  https://api.fungenerators.com/riddle/search
Endpoints (6 total)
GET
/riddle
Get a Riddle entry for a given id. Retrieves a riddle question and answer bas…
GET
/riddle/random
Get a random riddle for a given category(optional)
GET
/riddle/search
Search for random riddle which has the text in the query, for a given categor…
POST
/riddle
Create a random Riddle entry. Same as 'PUT' but can be used when some of the …
PUT
/riddle
Create a random Riddle entry.
DELETE
/riddle
Create a random Riddle entry.
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints6
Authapikey
Categories1
https://api.fungenerators.com