← 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": "Denis Waitley",
    "quote": "Mistakes are painful when they happen, but years later a collection of mistakes is what is called experience."
  },
  "success": true
}