Skip to main content
GET
Get a card
Ids are <expansion>-<number>, so base1-4 is Charizard from Base Set. If you have a name and not an id, pass it as q to List cards first. You get the card object, including every printing and the current price of each. For price history rather than the latest figure, use Get card prices. Pass include=change to attach price-change data for the card’s headline printing. See Change on the card object.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

include
string

Comma-separated extras to attach: change. A value that is not recognised is dropped rather than rejected.

Response

Card detail with current prices

data
object
required
error
object | null
required