JokeAPI · Example Payload

Jokeapi Joke Batch Example

JokesHumorEntertainmentOpen SourceREST APIGames And ComicsPublic APIs

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

Top-level fields

erroramountjokes

Example Payload

Raw ↑
{
  "error": false,
  "amount": 3,
  "jokes": [
    null
  ]
}