Skip to main content
GET
Get population history 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

interval
enum<string>
default:two_week

Sampling cadence over the trailing three-year window.

Available options:
week,
two_week

Response

The card's per-grader population history.

data
object

A card's per-grader population time series. At the top level, it carries identity information for the card. Then a population with graders_included, a per-grader graders identity object, the resolved window. Lastly a population_data block with overall stats then a by_grader entry for each grader with top-level stats and a history series.

meta
object

Metadata attached to every response.