Cert lookup
Returns the details of a single graded card identified by its grading company and cert number. The response includes the gemrate_id of the card for reference within the GemRate system.
Shared identity fields (description, gemrate_id, universal_gemrate_id, is_universal_match, gemrate_url, grader) sit at the top level; everything specific to the grading company is nested under grader_data — always cert, grade, grade_label, set_url, has_auto_grade, auto_grade_label, population_context and cert_retrieval_month (the YYYY-MM month which the card data was last retrieved), plus grader-specific fields.
Grader-specific fields (inside grader_data). These appear only for the graders that supply them; treat a missing field as “not applicable to this grader”:
-
PSA
-
spec_id: PSA’s internal spec/catalog id for the card. -
population_context_auto_split: An autographed vs. non-autographed breakdown of the within-grader population counts, sitting besidepopulation_contextingrader_data. Present only on PSA certs and always included (no?auto_split=trueflag — that flag gates the separate, differently-shapedauto_spliton the population endpoints).
-
-
Beckett
subgrades: An object with Beckett’s four subgrades if present.
Non-standard certs. In some cases a cert cannot be associated with a card in our system — most commonly Beckett BCCG — so gemrate_id/universal_gemrate_id come back null and grade/population_context may be null.
Lean by default. Use the population or image endpoints to get those sub-resources.
Authorizations
Path Parameters
The grading company.
psa, beckett, sgc, cgc "psa"
The cert number printed on the slab.
"47178561"
Query Parameters
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.
Set to true to look up a standalone PSA/DNA autograph-authentication cert — a signed item (photo, ball, cut signature, ungraded card) that PSA authenticated for the signature only and that has no card grade. These records live in PSA's autograph-authentication database, not the card-grading one. Graded autograph cards do not need this flag — they return on the normal lookup with their grade in grader_data. PSA-only; ignores the path grader. Must be true or false; any other value returns 400 invalid_parameter.
Response
The cert's details, including the card's GemRate ID.
A single graded copy (a "cert") — lean by design. Shared identity fields sit at the top level; everything specific to the grading company that graded this copy is nested under grader_data. Population is NOT duplicated here; fetch it from GET /v1/certs/{grader}/{cert}/population.
Metadata attached to every response.