Joke Box
Introducing the Joke Box API, your gateway to a world of laughter and amusement. With a database brimming with thousands of jokes spanning diverse categories and moods, this API is designed to seamlessly integrate humor into your applications. Whether you're a developer looking to add a touch of levity to your software or a user seeking a chuckle, the Joke Box API has something for everyone.…
Joke Box endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Categories /api/v1/categories |
Endpoint to get a list of all joke categories. |
| GET |
Joke of the day /api/v1/jokeoftheday |
Get a random joke every time you access this endpoint (Joke of the day!). |
| GET |
Random 'n' jokes /api/v1/joke/{count} |
Retrieve a list of jokes based on the count provided as part of the query. Maximum 100 jokes will be returned. You need to provide a number greater than 0. |
| GET |
Jokes by category /api/v1/jokes/{category} |
Retrieve a list of maximum 20 jokes when you search by query. Provide the category that you can find from the "Categories" endpoint. |
Joke Box pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA Recommended | $20 / month | — |
|
| MEGA | $30 / month | — |
|