v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
📢 Public APIs

Get a random joke

The API endpoint returns a random joke from a list of jokes.

When accessing this endpoint, you will receive a response containing a randomly selected joke.

get/public/randomjokes/joke/random

Response

Get a random joke

messagestring
statusCodenumber
successboolean

Example response

{
  "data": {
    "categories": [],
    "content": "Some people call it love at first sight when you gaze in to the eyes of your lover. Other people call it death by suicide when you stare at Chuck Norris.",
    "id": 974
  },
  "message": "Random joke fetched successfully",
  "statusCode": 200,
  "success": true
}