Bored API · JSON Structure

Bored Activity V2 Structure

Type: object Properties: 9
ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

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

Properties

activity type participants price accessibility duration kidFriendly 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": "BoredActivityV2",
  "type": "object",
  "properties": {
    "activity": { "type": "string" },
    "type": { "type": "string" },
    "participants": { "type": "integer" },
    "price": { "type": "string" },
    "accessibility": { "type": "string" },
    "duration": { "type": "string" },
    "kidFriendly": { "type": "boolean" },
    "link": { "type": "string" },
    "key": { "type": "string" }
  }
}