GET qbreader.org/api/frequency-listGet the most frequent tossup and bonus answers for the given subcategory.
At least one of category, subcategory and alternateSubcategory must be
specified; otherwise, an empty array is returned.
If multiple of these parameters are specified, questions matching all of the given fields are included.
category: string
default: undefined
subcategory: string
default: undefined
alternateSubcategory: string
default: undefined
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