Get a certificate
Returns the details of a single graded card (a “cert” — one physical
copy), identified by its grading company and certificate number. The
response includes the gemrate_id of the card this cert is a copy of,
so you can follow it to the /v1/cards endpoints.
Use include to add optional data such as cross-grader population
statistics. (Images have their own endpoint —
GET /v1/certs/{grader}/{cert}/images.)
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 certificate number printed on the slab.
"12345678"
Query Parameters
Comma-separated list of optional data to add to the response. One or
more of: source, parsed_description, population.
population adds the full population block (same as
GET /v1/cards/{id}) plus a cross_grader standing at this cert's grade.
Note: ?auto only takes effect when population is included — it
splits that population block into PSA auto/non_auto. Without
include=population there is no population block for it to act on, so
?auto is ignored.
"population"
Set to true to look up the PSA/DNA (autograph authentication) variant.
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.
Response
The certificate.