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

GET /v1/languages#

GET /api/v1/languages Public — no key

List of languages QuizBase serves through the public API, with native names and quiz-ready question counts per language. Use this to populate a language picker in your UI or to verify a ?lang= value before sending it.

Public, no API key required.

Parameters#

ParameterTypeDefaultDescription
lang enumenDisplay language for `name`. Native names (`nativeName`) are always in their own script.

Examples#

Response#

count is the number of approved, public-dump-eligible questions for that language. Updated nightly from public_stats_snapshots.

Performance#

  • p50 (warm): ~30ms
  • p95 (warm): <50ms (small static dataset, no heavy aggregation)
  • Last measured: 2026-05-07
  • SLO: p95 < 500ms, error rate < 1%

See also#