Individual cards

Get card by slug.

get

This returns a card matching the provided slug.

Path parameters
slugstringRequired

The card's URL-friendly slug.

Example: crescent-glaive
Responses
200

The matching card.

application/json
get
/cards/{slug}

Get card by its set and collector number.

get

This returns a card matching the provided set prefix and collector number combination.

Path parameters
collector_numberstringRequired

The edition's collector number in the set it belongs to.

Example: 010
set_prefixstringRequired

The set's prefix as printed in the footer of its cards.

Example: AMB
Responses
200

The matching card.

application/json
get
/cards/{set_prefix}/{collector_number}

Get a card edition's image.

get
Path parameters
filenamestringRequired

The filename to download.

Example: lorraine-wandering-warrior-doap.jpg
Query parameters
roundedbooleanOptional

Round the corners of the image. Note that whilst the request remains as .jpg the output file type will be .png instead.

Responses
200

Image file.

application/json
Responsestring · binary[]

Image file.

get
/cards/images/{filename}

Last updated