← 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": "It takes more calories to eat a piece of celery than the celery has in it to begin with.",
    "source": "djtech.net",
    "source_url": "https://www.djtech.net/humor/shorty_useless_facts.htm"
  },
  "success": true
}