List a card's variant prints
GET/v1/cards/:card_id/variants
The other prints of the same card. Requires hobby tier or higher.
In the Chinese TCG, most commons/uncommons/rares in booster sets exist twice —
a base print and a reverse-holo print — and some cards gain further alternate
prints through deck and gift-box products. Prints share the set and collector
number; base_card_id on a variant points at its base print.
Given any print in the group (base or variant), this returns the other members of the group — the requested card itself is excluded, so a card with no variants returns an empty list.
The response uses the standard paginated envelope for client-code parity, but a group is small (usually one or two cards) — expect a single page.
Request
Responses
- 200
- 422
Successful Response
Validation Error