Skip to main content

Get a card

GET 

/v1/cards/:card_id

One card with full detail, including the embedded prices summary.

  • name is the English card name (null for the few cards with no confirmed English name); local_name is the Chinese name as printed.
  • prices is null for free-tier keys, and also null on paid tiers when the card has no recorded sales yet. On the hobby tier the six graded cells inside prices.grades are null; pro sees them all. See GET /v1/cards/{card_id}/prices for how prices are computed.
  • Variant prints (is_variant: true; base_card_id points at the base print) are a hobby+ perk — fetching one with a free key returns 403 tier_required.
  • image_url points at the original card scan on our public CDN (images.pikaqian.com), fetchable without an API key; it is null when no servable image exists.
  • language is always "zh-CN" in v1.

Request

Responses

Successful Response