GET
qbreader.org/api/frequency-list
Get the most frequent tossup and bonus answers for the given subcategory.
At least one of subcategory
and alternateSubcategory
must be specified; otherwise, an empty
array is returned.
subcategory
: string
default: undefined
alternateSubcategory
,
questions matching both fields are included.
alternateubcategory
: string
default: undefined
subcategory
,
questions matching both fields are included.
level
: "middle school" | "high school" | "college" | "open" | "all"
default: "all"
limit
: number
default: 100
questionType
: "tossup" | "bonus" | "all"
default: "all"
"tossup"
- only tossups"bonus"
- only bonuses"all"
- both tossups and bonusesobject
with the following properties:
frequencyList
: object[]
array
of objects
with the following properties, sorted by decreasing frequency:
answer
: string
frequency
: number