GET

Get random joke

Retrieve a random programming joke

URL:https://official-joke-api.appspot.com/random_joke
Endpoint Information
Basic information about this API endpoint

GET

application/json

Sample Response
Example response from this endpoint
JSON Response
{
  "type": "programming",
  "setup": "Why do programmers prefer dark mode?",
  "punchline": "Because light attracts bugs!",
  "id": 123
}