Bored API · Example Payload

Bored Api Get Random Website Example

ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

Bored Api Get Random Website 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/websites"
  },
  "response": {
    "status": 200,
    "body": {
      "website": {
        "url": "https://thisissand.com/",
        "description": "Create digital sand art in your browser.",
        "key": "9988776"
      }
    }
  }
}