Bored API · Example Payload

Bored Api Get Random Activity V2 Example

ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

Bored Api Get Random Activity V2 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://www.boredapi.com/api/v2/activities?type=education"
  },
  "response": {
    "status": 200,
    "body": {
      "activity": {
        "activity": "Learn Express.js",
        "accessibility": "Few to no challenges",
        "type": "education",
        "participants": 1,
        "price": "$",
        "duration": "hours",
        "kidFriendly": true,
        "link": "https://expressjs.com/",
        "key": "3943506"
      }
    }
  }
}