← 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": "Bhagavad Gita",
    "quote": "Through selfless service, you will always be fruitful and find the fulfillment of your desires."
  },
  "success": true
}