Bored API · JSON Structure

Bored Fact Structure

Type: object Properties: 3
ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

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

Properties

fact 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": "BoredFact",
  "type": "object",
  "properties": {
    "fact": { "type": "string" },
    "source": { "type": "string" },
    "key": { "type": "string" }
  }
}