Tcdb: Get Set Details
Tcdb via Parse · sports
Get comprehensive details for a specific card set, including metadata, base checklist, and insert/parallel checklists. Fetches the set overview page, base checklist, and up to limit_inserts insert/parallel checklists starting from offset_inserts. Expensive: each insert fetched is a separate round-trip. Use offset_inserts and limit_inserts to paginate through all insert/parallel checklists — e.g. offset_inserts=0 with limit_inserts=100 fetches the first 100, then offset_inserts=100 fetches the next 100. Each card in both the base_checklist and nested insert/parallel cards includes sid, cid, and canonical ViewCard url. Each insert/parallel entry includes classification ('insert' or 'parallel'), parent_sid, sid, name, and url. 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.20 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/get_set_details
- Interface artifact
- sha256:de5f82f2178e5ef8e28cd7ff5b4fbedfbbdb76fc48bd680efcd5eb0f30ad2bee
- Manifest digest
- sha256:a0fa8a6e0dcfa86557f838ac0dcc92a6ffc387429375934c6de64499db6086a6
Request fields
- sid (string, required): Set ID from tcdb.com, obtained from list_sets results.
- limit_inserts (integer): Maximum number of insert/parallel checklists to fetch.
- offset_inserts (integer): Starting index of insert/parallel checklists to fetch. Combined with limit_inserts for paginated retrieval.
Example queries
- {"sid":"538963","limit_inserts":"2","offset_inserts":"0"}