GET qbreader.org/api/frequency-listGet 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.
alternateSubcategory: string
default: undefined
subcategory,
questions matching both fields are included.
difficulties: number | string | number[] | string[]
default: undefined
undefined then all difficulties are allowed.string or number if there is only 1 difficulty.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