Quizbowlpackets: List Sets
Quizbowlpackets via Parse · education
List all quizbowl question sets for a given section with optional filtering by difficulty, set type, subject, and year. Returns paginated results sorted by most recently posted. Each section (hs, college, ms, popculture) maps to a separate subdomain. The full dataset for a section is fetched server-side and filtered client-side, so total reflects post-filter count. Extract quizbowl packet set listings and details from quizbowlpackets.com. Returns structured data about question sets across High School, Collegiate, Middle School, and Pop Culture sections. Fulfilled by Parse from quizbowlpackets.com.
- education
- entertainment
- other
- parse
- platform-key
- quizbowlpackets
- quizbowlpackets-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c7250b51-eda1-4286-a4a8-90fb4dfc0367/list_sets
- Interface artifact
- sha256:9877cc87980745382fd9c6a00897eec840e8c0d8618b2cee0e58cf4a50692967
- Manifest digest
- sha256:f518d2fab821baf6c2fca50718d95169bec431be9dbb690332313348b1081642
Request fields
- year (string): Filter by year substring in the date field (e.g., '2024', '2025')
- limit (integer): Maximum number of results to return
- offset (integer): Number of results to skip for pagination
- section (string): Section to list sets from. Accepted values: hs, college, ms, popculture: Allowed values: hs, college, ms, popculture
- subject (string): Filter by subject keyword matched against the subjects field (e.g., 'History', 'Literature', 'All-Subject')
- set_type (string): Filter by set type. Accepted values: 1 (Tournament), 2 (Side Event), 3 (One-off Packet), 4 (Theme Tournament), or label names: tournament, side event, one-off packet, theme tournament: Allowed values: 1, 2, 3, 4
- difficulty (string): Filter by difficulty level. Accepted values: 1 (Novice), 2 (Regular), 3 (Regular-Plus), 4 (Nationals), or label names: novice, regular, regular-plus, nationals: Allowed values: 1, 2, 3, 4
Example queries
- {"year":"2025","limit":"10","offset":"0","section":"hs","subject":"All-Subject","set_type":"1","difficulty":"1"}