JokeAPI · Example Payload

Jokeapi Joke Submission Example

JokesHumorEntertainmentOpen SourceREST APIGames And ComicsPublic APIs

Jokeapi Joke Submission 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

formatVersioncategorytypejokesetupdeliveryflagslang

Example Payload

Raw ↑
{
  "formatVersion": 3,
  "category": "Programming",
  "type": "twopart",
  "joke": "Why do programmers prefer dark mode? Because light attracts bugs.",
  "setup": "Why don't programmers like nature?",
  "delivery": "It has too many bugs.",
  "flags": {
    "nsfw": false,
    "religious": false,
    "political": false,
    "racist": false,
    "sexist": false,
    "explicit": false
  },
  "lang": "en"
}