← 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": "Adi Da Samraj",
    "quote": "Fear of death is fear of surrender to Infinity. Learn to surrender, to exist at Infinity while alive, and fear of death dissolves."
  },
  "success": true
}