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": "Voltaire",
"quote": "It is dangerous to be right in matters on which the established authorities are wrong."
},
"success": true
}