GET /fun/quote/today
Get today's featured quote of the day - the same quote for everyone throughout the entire day, changing at midnight. Unlike the random quote endpoint, this provides a consistent daily quote suitable for shared experiences. Perfect for daily digest emails, morning notification features, shared office displays, and social apps where all users see the same daily inspiration.
curl https://nordapi.ee/api/v1/fun/quote/today
{
"data": {
"author": "Gary Keller",
"quote": "The majority of what you want will come from the minority of what you do."
},
"success": true
}