Bored API · JSON Structure

Bored Activity V1 Structure

Type: object Properties: 7
ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

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

Properties

activity type participants price accessibility link key

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BoredActivityV1",
  "type": "object",
  "properties": {
    "activity": { "type": "string" },
    "type": { "type": "string" },
    "participants": { "type": "integer" },
    "price": { "type": "number" },
    "accessibility": { "type": "number" },
    "link": { "type": "string" },
    "key": { "type": "string" }
  }
}