GET /fun/quote/today
Fáðu today's featured quote of the day - sömu quote for everyone throughout the entire day, changing at midnight. Ólíkt random quote endapunktur, this provides a consistent daily quote suitable for shared experiences. Fullkomið fyrir daily digest emails, morning notification eiginleika, shared office displays, and social forrit where allar users see sömu daily inspiration.
curl https://nordapi.ee/api/v1/fun/quote/today
{
"data": {
"author": "Judy Garland",
"quote": "The greatest treasures are those invisible to the eye but found by the heart."
},
"success": true
}