Bored API · Example Payload

Bored Appbrewery Get Random Example

ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

Bored Appbrewery Get Random Example is an example object payload from Bored API, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://bored-api.appbrewery.com/random"
  },
  "response": {
    "status": 200,
    "body": {
      "activity": "Go to a concert with local artists with some friends",
      "availability": 0.3,
      "type": "social",
      "participants": 3,
      "price": 0.4,
      "accessibility": "Minor challenges",
      "duration": "hours",
      "kidFriendly": true,
      "link": "",
      "key": "2211716"
    }
  }
}