Bored API · Example Payload

Bored Api Get Random Fact Example

ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

Bored Api Get Random Fact 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/facts"
  },
  "response": {
    "status": 200,
    "body": {
      "fact": {
        "fact": "Honey never spoils. Archaeologists have found pots of honey in ancient Egyptian tombs that are over 3,000 years old and still edible.",
        "source": "https://en.wikipedia.org/wiki/Honey",
        "key": "1024834"
      }
    }
  }
}