# Frases Estoicas > A Portuguese-language site that shows one Stoic philosophy quote per day (from Marco Aurélio, Sêneca, Epicteto, and others), picked deterministically by day-of-year from a fixed pool of quotes. The same date always yields the same quote. - Homepage (`https://www.fraseestoica.com.br/`) is server-rendered with today's quote already in the HTML — no JavaScript execution required to read it. - Every quote also has a permanent, citable URL: `https://www.fraseestoica.com.br/frases/` (browsable index at `/frases`). - Every author has a permanent page listing their quotes: `https://www.fraseestoica.com.br/autores/` (browsable index at `/autores`). - `/random` shows a random quote each visit (not stable per URL, marked noindex) and links to that quote's real permalink. - Content language: Portuguese (pt-BR). ## API `GET https://www.fraseestoica.com.br/api` returns today's quote as JSON: ```json { "quote": "A única coisa em nosso poder são nossos próprios pensamentos.", "author": "Marco Aurélio", "date": "2026-07-25" } ``` Optional `?date=YYYY-MM-DD` query param returns the deterministic quote for any given date (past or future), cacheable indefinitely. No authentication, no rate limit documented. Responds with `Access-Control-Allow-Origin: *`. Full documentation: https://www.fraseestoica.com.br/docs ## Notes for AI agents - Quotes are static/curated text attributed to historical and contemporary figures; verify attribution independently before treating it as authoritative. - The English-language sister site is https://onestoicquote.com.