Bored API · JSON Structure

Bored Riddle Structure

Type: object Properties: 5
ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

BoredRiddle is a JSON Structure definition published by Bored API, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

question answer difficulty source key

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BoredRiddle",
  "type": "object",
  "properties": {
    "question": { "type": "string" },
    "answer": { "type": "string" },
    "difficulty": { "type": "string" },
    "source": { "type": "string" },
    "key": { "type": "string" }
  }
}