← Entertainment

Random Quote

GET /fun/quote

Get a random inspirational, motivational, or thought-provoking quote with its author attribution. Every call returns a different quote from a large collection spanning famous thinkers, leaders, authors, and public figures. Perfect for quote-of-the-day features, motivational apps, social media sharing, and adding wisdom to loading screens or empty states.

Example Requests

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

Live Response

{
  "data": {
    "author": "William James",
    "quote": "Our view of the world is truly shaped by what we decide to hear."
  },
  "success": true
}