Cgccards: Get Card Population
Cgccards via Parse · Other
Look up population report data for a CGC-certified trading card by its certification number. Derives the card identity from the cert lookup, then queries the CGC population report API to return the full grade ladder (count at each grade level from Perfect 10 down to 1), total graded count, and optionally the count of cards graded higher than a specified grade. A single cert_number maps to one card variant; the response reflects the population for that exact variant. Requires 2–3 API round-trips internally (cert lookup + search + population fetch); no pagination. Look up CGC trading card certification details by certificate number Fulfilled by Parse from www.cgccards.com.
- cgccards
- ecommerce
- marketplace
- other
- parse
- platform-key
- reviews-ratings
- www-cgccards-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Other
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/79a64119-68da-456c-a5da-449146b5eda6/get_card_population
- Interface artifact
- sha256:21f9d73b71ea4a67fd9a31fb2a8b99aa30322519d8055875d488dddb1baa4525
- Manifest digest
- sha256:1c80098831be019f5d9853b62244ba80abef309dd98d5b0f68aae4edb3889bee
Request fields
- grade (string): Optional grade level to compute count_higher (number of cards graded strictly higher). Accepts numeric grades (e.g. '9', '9.5') or named grades (e.g. 'Gem Mint 10', 'Pristine 10', 'Perfect 10'). When omitted, count_higher and grade_queried are not included in the response.
- cert_number (string, required): CGC certification number, 10–13 digits (e.g. 4260601133).
Example queries
- {"cert_number":"4260601133"}