← 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": "Les Brown",
    "quote": "If you take responsibility for yourself you will develop a hunger to accomplish your dream."
  },
  "success": true
}