Skip to main content
GET
Get population for a card

Authorizations

x-api-key
string
header
required

Path Parameters

gemrate_id
string
required

GemRate's universal identifier for a card (returned by cert and spec lookups).

Example:

"25b4432f12a5d6ec29a6f00490200416d5dfa242"

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.

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.

grader
enum<string>

Return population data only for the specified grader. The grading company.

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

"psa"

Response

The card and its current population.

data
object

A card (the GemRate entity) and its current population. At the top level, it carries identity information for the card. All additional data is in the population block.

meta
object

Metadata attached to every response.