Bored API · Example Payload

Bored Appbrewery Filter Example

ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

Bored Appbrewery Filter 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/filter?type=education&participants=1"
  },
  "response": {
    "status": 200,
    "body": [
      {
        "activity": "Learn Express.js",
        "availability": 0.25,
        "type": "education",
        "participants": 1,
        "price": 0.1,
        "accessibility": "Few to no challenges",
        "duration": "hours",
        "kidFriendly": true,
        "link": "https://expressjs.com/",
        "key": "3943506"
      },
      {
        "activity": "Learn a new programming language",
        "availability": 0.25,
        "type": "education",
        "participants": 1,
        "price": 0.1,
        "accessibility": "Few to no challenges",
        "duration": "hours",
        "kidFriendly": true,
        "link": "",
        "key": "5881028"
      }
    ]
  }
}