Get population for a card
Cards
Get population for a card
Returns a card’s metadata and its current population summary, identified by its GemRate ID.
Don’t have a gemrate_id? If you have a certificate, look it up with
GET /v1/certs/{grader}/{cert}; if you have a
grader spec/ID, use GET /v1/specs/{grader}/{spec_id}.
Both responses carry the card’s gemrate_id.
For the population time series, use
GET /v1/cards/{gemrate_id}/history.
GET
Get population for a card
Authorizations
Path Parameters
GemRate's universal identifier for a card (returned by cert and spec lookups).
Query Parameters
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.