Skip to main content
GET
Get population for a cert

Authorizations

x-api-key
string
header
required

Path Parameters

grader
enum<string>
required

The grading company.

Available options:
psa,
beckett,
sgc,
cgc
Example:

"psa"

cert
string
required

The cert number printed on the slab.

Example:

"47178561"

Query Parameters

auto_split
boolean

When true, adds a PSA-only auto_split object ({auto, non_auto} breakdowns) to the PSA population_data.by_grader.psa block. Its sub-blocks are zero-filled when the card has no PSA autographed grades (the object itself is always present when the flag is set). Must be true or false; any other value returns 400 invalid_parameter.

all_graders
boolean
default:true

Defaults to true — the population block covers every grader the card has. Set false to restrict it to the grader that owns this cert/spec (the {grader} path segment): by_grader then holds only that grader and the top-level total/gem_total/gem_rate reflect it alone. Must be true or false; any other value returns 400 invalid_parameter.

parsed_description
boolean

When true, adds a parsed_description object that breaks the card's description into its catalog components for each grader (category, year, set_name, name, card_number, parallel, subset). Must be true or false; any other value returns 400 invalid_parameter.

Response

The cert's card population, plus the cert's within-grader context inside grader_data.

data
object

The lean cert (same shape as GET /v1/certs/{grader}/{cert}, including grader_data) plus a top-level population block for the card this cert is a copy of — the identical population block shape as the card and spec-population endpoints. The cert's own within-grader population_context stays inside grader_data. population is null when the cert is known but not yet linked to a card entity.

meta
object

Metadata attached to every response.