📢 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
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
}