Skip to main content
GET
Cert lookup

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

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.

psa_dna
boolean

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.

data
object

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.

meta
object

Metadata attached to every response.