← 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": "Pamela Anderson Lee is Canada`s Centennial Baby, being the first baby born on the centennial anniversary of Canada`s independence.",
    "source": "djtech.net",
    "source_url": "http://www.djtech.net/humor/useless_facts.htm"
  },
  "success": true
}