JokeAPI · Example Payload

Jokeapi Flags Response Example

JokesHumorEntertainmentOpen SourceREST APIGames And ComicsPublic APIs

Jokeapi Flags Response 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

errorflagstimestamp

Example Payload

Raw ↑
{
  "error": false,
  "flags": [
    "nsfw",
    "religious",
    "political",
    "racist",
    "sexist",
    "explicit"
  ],
  "timestamp": 1780051223357
}