GET /fun/quote/today
Get today's funktiond quote av day - the same quote for everyone genom the entire day, changing at midnight. Unlike the slumpmässig quote endpoint, detta tillhandahåller a consistent daglig quote suitable for shared experiences. Perfekt för daglig digest emails, morning avisering funktioner, shared office displays, and social appar där all användare see the same daglig 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
}