June 15, 2026
Fetch questions by ID, and map a whole set between languages
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 →