← Afþreying

Tilvitnun dagsins

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.

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/fun/quote/today

Lifandi svar

{
  "data": {
    "author": "Judy Garland",
    "quote": "The greatest treasures are those invisible to the eye but found by the heart."
  },
  "success": true
}