Tcdb: List Sets
Tcdb via Parse · sports
List all trading card sets for a specific year and sport, optionally filtered by name. Returns an array of set summaries including set IDs usable with get_set_details and get_checklist. Results are not paginated; the full list for the given year/sport is returned in one response. When query is provided, only sets whose name contains the query (case-insensitive) are returned. Access trading card set listings, set details with inserts and parallels, and full card checklists from tcdb.com. Fulfilled by Parse from tcdb.com.
- ecommerce
- marketplace
- parse
- platform-key
- sports
- tcdb
- tcdb-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/123aeda8-4611-4871-a592-2109a3f6434f/list_sets
- Interface artifact
- sha256:0c004e725360a88ab95a07e1ab9da577e47f770c98d47562d9d635ac3575953c
- Manifest digest
- sha256:0fed7bd1ffccd14b1335a4792ad12af089bee183fb1af59712c59b03be045a84
Request fields
- year (string): Year to list sets for (e.g. '2025', '2024', '2023').: Allowed values: 2025, 2024, 2023, 2022, 2026
- query (string): Optional search query to filter sets by name (case-insensitive substring match). When omitted, all sets for the year/sport are returned.
- sport (string): Sport name to filter sets.: Allowed values: Football, Baseball, Basketball, Hockey, Non-Sport, Wrestling, Boxing, Cricket, Gaming, Golf, Misc Sports, MMA, Multi-Sport, Racing, Soccer, Tennis
Example queries
- {"year":"2025","query":"Donruss","sport":"Football"}