Dad Jokes
We built this API to have an unlimited supply of dad jokes for our DadJokes application now being powered by AI and chat gpt. If you find yourself overwhelmed, we organized this documentation into four major areas.
Dad Jokes endpoints
| Method | Endpoint | Description |
|---|---|---|
| Random | ||
| GET |
Random Jokes /random/joke |
Returns a joke object that contains a setup, punchline, type and id |
| Joke | ||
| GET |
Joke Count /joke/count |
returns number of jokes stored |
| GET |
JokeByType /joke/type/{type} |
you can search for a joke based on type. |
| GET |
Search /joke/search |
you can enter a term to search for a joke. |
| GET |
JokeByID /joke/{id} |
Gets a specific by it's id |
| GET |
AI Jokes /joke/ai/{jokeTopic} |
Jokes powered by chat gpt |
| Other endpoints | ||
| GET |
Search /joke/search |
you can enter a term to search for a joke. |
| GET |
Random Jokes /random/joke |
Returns a joke object that contains a setup, punchline, type and id |
| GET |
JokeByType /joke/type/{type} |
you can search for a joke based on type. |
| GET |
JokeByID /joke/{id} |
Gets a specific by it's id |
Dad Jokes pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $20 / month | — |
|