GET /fun/quote/today
Obtenez la citation du jour quote of le day - le same quote pour everyone throughout le entire day, changing at midnight. Unlike le random quote endpoint, this fournit a consistent daily quote suitable pour shared experiences. Idéal pour les digest emails, morning notification features, shared office displays, et social apps where all users see le same 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
}