Bored API · JSON Structure

Bored Website Structure

Type: object Properties: 3
ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

BoredWebsite 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

url description key

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BoredWebsite",
  "type": "object",
  "properties": {
    "url": { "type": "string" },
    "description": { "type": "string" },
    "key": { "type": "string" }
  }
}