GET /fun/quote
Hae a random inspirational, motivational, or thought-provoking quote with its author attribution. Jokainen kutsu palauttaa a different quote from a large collection spanning famous thinkers, leaders, authors, and public figures. Sopii quote-of-the-day features, motivational apps, social media sharing, and adding wisdom to loading screens or empty states.
curl https://nordapi.ee/api/v1/fun/quote
{
"data": {
"author": "Huang Po",
"quote": "From morning till night, we should never rely on a single thing."
},
"success": true
}