Bored API · Example Payload

Bored Api Get Random Activity V1 Example

ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

Bored Api Get Random Activity V1 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/activity"
  },
  "response": {
    "status": 200,
    "body": {
      "activity": "Learn Express.js",
      "accessibility": 0.25,
      "type": "education",
      "participants": 1,
      "price": 0.1,
      "link": "https://expressjs.com/",
      "key": "3943506"
    }
  }
}