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. Perfecto para quote-of-the-day features, motivational aplicaciones, redes sociales sharing, and adding wisdom to loading screens or empty states.
curl https://nordapi.ee/api/v1/fun/quote
{
"data": {
"author": "Zig Ziglar",
"quote": "When obstacles arise, you change your direction to reach your goal; you do not change your decision to get there."
},
"success": true
}