Bored API · Example Payload

Bored Api Get Random Activity V1 Filtered Example

ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

Bored Api Get Random Activity V1 Filtered 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?type=recreational&minparticipants=2&maxprice=0.3"
  },
  "response": {
    "status": 200,
    "body": {
      "activity": "Go for a walk with a friend",
      "accessibility": 0.1,
      "type": "recreational",
      "participants": 2,
      "price": 0,
      "key": "8120956"
    }
  }
}