opentdb
Open Trivia Database (PixelTail Games)
- Records (EN)
- 5,149
- Records (PL)
- 5,146
What we add:
- ✓ Polish translations
- ✓ Classification (categories, subcategories, tags)
- ✓ Curated topics + multilingual labels
QuizBase aggregates eleven open datasets and adds multilingual translations, classification, and curated topics on top. Below: each source with attribution, plus our public dump for CC-BY-SA share-alike compliance.
Six are CC-BY-SA (translations and refinements republished). Five are CC-BY or MIT (our enrichment stays under our license).
Open Trivia Database (PixelTail Games)
What we add:
OpenTriviaQA (uberspot)
What we add:
AI2 Reasoning Challenge (ARC), Allen Institute for AI
What we add:
KQA Pro (Cao et al. 2022)
What we add:
Natural Questions Open (Lee et al. 2019, Google Research)
What we add:
MKQA: Multilingual Knowledge Questions and Answers (Apple ML Research)
What we add:
EntityQuestions (Sciavolino et al. 2021, Princeton NLP)
What we add:
Mintaka (Amazon Science)
What we add:
CREAK (Onoe et al. 2021)
What we add:
QASC (Khot et al. 2020, Allen Institute for AI)
What we add:
WebQuestions (Berant et al. 2013, Stanford NLP)
What we add:
Eleven datasets, four open licenses, four sets of obligations. Here is what you owe upstream when you use QuizBase records — at a glance, per license. Every API record carries everything you need to comply; this section explains how to assemble it.
| License | Sources | Credit author | Link to license | Indicate modifications | Share-alike on derivatives |
|---|---|---|---|---|---|
| CC-BY-SA-4.0 | opentdb, opentriviaqa, arc, kqa-pro | ||||
| CC-BY-SA-3.0 | nq-open, mkqa | ||||
| CC-BY-4.0 | mintaka, qasc, webq | ||||
| MIT | entityq, creak |
The `attribution` object on every question contains the author, the license string + version + canonical URL, the upstream record id, the upstream link (when available), the list of our modifications, and a last-modified timestamp. You assemble your attribution string from these fields — no need to memorize per-source rules or look up CC docs.
{
"attribution": {
"author": "OpenTriviaQA contributors",
"source": "opentriviaqa",
"license": "CC-BY-SA-4.0",
"licenseVersion": "4.0",
"licenseUrl": "https://creativecommons.org/licenses/by-sa/4.0/",
"sourceId": "otq:12345",
"url": "https://github.com/uberspot/OpenTriviaQA",
"modifications": ["translated_pl", "refined_text"],
"lastModified": "2026-04-24T10:00:00Z"
}
}The `modifications` array tells you exactly what we changed. Use it to satisfy "indicate modifications" obligations. Empty array = the upstream record is verbatim.
This is a developer-friendly summary, not legal advice. For commercial redistribution at scale, especially of CC-BY-SA records, consult a lawyer familiar with Creative Commons and your jurisdiction. Questions about a specific record or attribution string? Email [email protected].
CC-BY-SA share-alike requires us to publish our enrichment for the six BY-SA-licensed sources. Here it is, under CC-BY-SA-4.0.
Manually regenerated when content changes substantially. Originals are at upstream sources (linked above) — the dump only contains our derivative work.
Beyond what we publish in the compliance dump.
QuizBase stands on a lot of open-source work. Here is what we use and who inspired us.
Products that shaped how we think about API design and pricing.
Wrong translation, factual error, or missing attribution? Use our review form.
Report a problem →Spotted incorrect attribution? License questions? Translation issues? Removal request? Email [email protected].
Want to contribute or report a dump issue? See the dump repository.