Welcome!

This is a simple and fun application that randomly provides a dad joke.

Get a random Dad Joke by clicking the random button.

If you also have an amazing dad joke that you would want to share with the world, you can submit suggestions.

Random joke Submit a joke

*Please note that to ensure quality, submissions undergo a verification process so it may not show up immediately.


API

use the api by sending a GET request to /api/random


# Sample API request
GET /api/random
{
	"joke": "I'm confused, what is happening?"
}


Rate limiting

To keep the server responsive, a reasonable rate limit of 5 requests per second per IP address is enforced.