← Unterhaltung

Zufälliges Zitat

GET /fun/quote

Erhalten Sie eine random inspirational, motivational, oder thought-provoking quote with its author attribution. Jeder call returns a different quote from a large collection spanning famous thinkers, leaders, authors, und public figures. Ideal für quote-of-the-day features, motivational apps, social media sharing, und adding wisdom to loading screens oder empty states.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/fun/quote

Live-Antwort

{
  "data": {
    "author": "Tony Robbins",
    "quote": "Nothing has any power over me other than that which I give it through my conscious thoughts."
  },
  "success": true
}