← Entertainment

Random Fact

GET /fun/fact

Get a random fun, surprising, or bizarre fact from a large collection of 'useless' but entertaining trivia. Examples: 'Honey never spoils' or 'An octopus has three hearts.' Perfect for chatbot conversation starters, daily notification features, loading screen entertainment, ice-breaker generators, and any app that benefits from moments of delightful surprise.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/fun/fact

Live Response

{
  "data": {
    "fact": "The surface of the human skin is 6.5 square feet (2m).",
    "source": "djtech.net",
    "source_url": "https://www.djtech.net/humor/shorty_useless_facts.htm"
  },
  "success": true
}