GET qbreader.org/api/set-listGet a list of all the sets in the database.
expand: boolean
true, returns an array of metadata objects instead of an array of set
names (see below). Defaults to false.
object with the following properties:
setList: string[] | object[]
array of all the set names in the database, sorted in reverse
alphanumeric order.
expand is true, this instead returns an array of objects with the
following properties:
{
_id: string,
setName: string,
difficulty: number,
standard: boolean,
year: number
}
includeCounts is true, each set in the array will include:
{
packetsCount: number,
tossupsCount: number,
bonusesCount: number
}