Images
Path parameters
filenamestringRequiredExample:
The filename to download.
lorraine-wandering-warrior-doap.jpgQuery 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
string · binary[]Optional
Image file.
404Error
application/json
get/cards/images/{filename}
GET /cards/images/{filename} HTTP/1.1
Host: api.gatcg.com
Accept: */*
[
"binary"
]This returns a featured set group's logo image.
Path parameters
filenamestringRequiredExample:
The filename to download.
AMB.pngResponses
200
Image file.
application/json
string · binary[]Optional
Image file.
404Error
application/json
get/featured-sets/images/{filename}
GET /featured-sets/images/{filename} HTTP/1.1
Host: api.gatcg.com
Accept: */*
[
"binary"
]Last updated

