Skip to content
Command Palette
Search for a command to run...
QuizBase · Docs

GET /v1/categories#

GET /api/v1/categories Public — no key

Returns the full list of categories with localized name. No API key required — rate-limited per IP, cached aggressively (Cache-Control: public, s-maxage=3600, stale-while-revalidate=300).

Use this for dropdowns, filter UIs, and landing page counts. Categories change rarely — fetch once, cache for hours.

Parameters#

ParameterTypeDefaultDescription
lang enumenSupported: `en`, `pl`. Sets the language of `name`. Falls back to English where a category translation is missing. Any other value returns `400`.

Examples#

Response#

Performance#

  • p50 (warm): ~25ms
  • p95: ~30ms (sustained 50 RPS, baseline)
  • Last measured: 2026-05-07
  • SLO: p95 < 500ms, error rate < 1%
  • CDN cache: s-maxage=3600, stale-while-revalidate=300 — most requests served by CDN edge.

See also#