Random Dad Joke API

How to Use the API

To access jokes using this API in your applications, follow these steps:

  1. Click the "Generate API Key" button above to generate an API key.
  2. Copy the generated API key displayed on the page.
  3. In your application, make a GET request to the following endpoint:

  4. https://apps.smuzzies.com:9001/joke?api_key=YOUR_API_KEY

  5. Replace YOUR_API_KEY with the API key you generated.
  6. The API will respond with a random joke that you can use in your application.