← all endpoints · raw markdown

GET /quote

Random inspirational quote.

Free, zero-auth JSON API served by FreeForAgents. No API key, no signup. All responses include ok, the payload fields shown below, and a docs URL. CORS is fully open (Access-Control-Allow-Origin: *).

Parameters

This endpoint takes no query parameters.

Example request

curl -s "https://freeforagents.dev/quote"

Example response

{
  "ok": true,
  "docs": "https://freeforagents.dev/docs/quote.md",
  "id": 0,
  "quote": {
    "text": "Talk is cheap. Show me the code.",
    "author": "Linus Torvalds"
  }
}

See also