Riddles
Step into the world of enigmatic and entertaining riddles with the Riddles API. As the title suggests, this API opens the door to a treasure trove of riddles spanning various categories, providing a delightful challenge for users of all ages and interests. Whether you're building a quiz app, a game, or simply want to add an element of fun to your website, the Riddles API has got you covered.…
Riddles endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Categories /api/v1/categories |
Endpoint to retrieve a list of riddle categories. |
| GET |
Riddle of the day /api/v1/riddleoftheday |
Endpoint to retrieve a random riddle every time you access it. |
| GET |
Random 'n' Riddles /api/v1/riddle/{count} |
Endpoint to randomly retrieve a provided (max. 100) number of riddles. |
| GET |
Riddles by Category /api/v1/riddles/{category} |
Endpoint a list of 20 riddles for a provided category. Get category name from the "Categories" endpoint. |
Riddles pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA Recommended | $20 / month | — |
|
| MEGA | $30 / month | — |
|