âš™ī¸
McJoe21Dev APIs Help
Website
  • 🏠API Reference
  • 📘v1 APIs
    • đŸ“ĻPackages API
    • 😀Joke API
    • 🆔Hash ID API
  • â„šī¸Help and Info
    • 📖Terms of Service
Powered by GitBook
On this page
  • Random Joke
  • Returns a random joke.
  • Daily Joke
  • Returns the daily joke.

Was this helpful?

  1. v1 APIs

Joke API

Just a simple jokes API for your entertainment

Here a simple little joke endpoint that I have created for your fun and entertainment

Random Joke

This will return a random joke from the collection.

Returns a random joke.

GET https://api.mcjoe21.com/v1/joke/random

Daily Joke

This will return the joke of the day.

Returns the daily joke.

GET https://api.mcjoe21.com/v1/joke/daily

Here, we present a comprehensive example to provide a detailed insight into the type of response you can anticipate from the query endpoint, specifically for either of the endpoints outlined in the aforementioned options.

{
  "status": "200",
  "data": {
    "id": number,
    "text": text
  }
}
PreviousPackages APINextHash ID API

Last updated 1 year ago

Was this helpful?

📘
😀