quizbase

What's new

Updates on QuizBase dataset growth, API changes, and release notes — chronological log of shipped features, fixes, and breaking changes.

RSS

June 15, 2026

Fetch questions by ID, and map a whole set between languages

api

GET /v1/questions now accepts a list of IDs, so you can fetch a known set in a single call — handy for anti-repeat, deep-links, or restoring a saved quiz. Add a content language and the same call returns the same questions in the other language, matched across translations rather than re-drawn. Both the SDK and the MCP server gained the same capability.

Read the full entry →

June 10, 2026

Topics are now instant, plus Polish pages with their own URLs

apiinfra

The topics family of endpoints — topic detail pages and topic-filtered question requests — went from seconds on a cold cache to milliseconds, always. Under the hood the answers are precomputed with every content sync, so there is no cache to miss and no retry dance. Separately, the Polish version of the marketing site now lives under its own /pl/ URLs with a working language switcher and proper hreflang.

Read the full entry →

June 2, 2026

Connected apps management, graceful errors, and hardening

dashboardapisecuritydocs

See and revoke the third-party apps you have authorized — like Claude.ai over MCP — directly from your dashboard. Rarely-requested topic pages now degrade gracefully with a retry signal instead of a hard error, the playgrounds are easier to find, and a round of security and reliability hardening landed across the platform.

Read the full entry →

May 7, 2026

Public API launching soon — preparations underway

api

QuizBase is finishing the final pre-launch work — performance tuning, dataset quality, and broader language coverage. The developer surface is already in place: OpenAPI 3.1 spec, TypeScript SDK, full docs, and a public CC-BY-SA data dump. Subscribe to the RSS feed for the launch announcement.

Read the full entry →