JokeAPI · Example Payload

Jokeapi Single Joke Example

JokesHumorEntertainmentOpen SourceREST APIGames And ComicsPublic APIs

Jokeapi Single Joke Example is an example object payload from JokeAPI, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

errorcategorytypejokeflagsidsafelang

Example Payload

Raw ↑
{
  "error": false,
  "category": "Programming",
  "type": "single",
  "joke": "Why do programmers prefer dark mode? Because light attracts bugs.",
  "flags": {
    "nsfw": false,
    "religious": false,
    "political": false,
    "racist": false,
    "sexist": false,
    "explicit": false
  },
  "id": 42,
  "safe": true,
  "lang": "en"
}