Resolve a grader spec to its card
A “spec” is a grading company’s own catalog entry for a card (PSA calls
it a spec; Beckett a price item, etc.). This resolves a spec to the card
it refers to and returns the card’s identity + a spec echo.
Lean by default (like a cert): add ?include=population to append the
card’s full population block in the same call.
Have a certificate number instead? That’s a different resource — look
it up with GET /v1/certs/{grader}/{cert}.
If the spec is known but its card mapping is still being built, you’ll get
a 202 — retry shortly.
Authorizations
Path Parameters
The grading company.
The grading company. Accepted values: psa, beckett, sgc, cgc.
Common aliases are also accepted and normalized (e.g. bgs, bvg,
bccg → beckett; csg → cgc).
psa, beckett, sgc, cgc "psa"
The grading company's identifier for the card (PSA spec number, Beckett price-item id, etc.).
Query Parameters
Set to population to append the card's full population block.
"population"
Beckett's secondary identifier, when applicable.
When true, adds the PSA-only auto/non_auto split to the population
(under by_grader.psa). Must be true or false; any other value returns
400 invalid_parameter.