LogoLogo
  • Knowledge
    • Getting started
    • Frequently Asked Questions
  • Endpoints
    • Definitions
    • Multiple cards
    • Individual cards
    • Featured set groups
    • Images
    • API metadata
  • Links
    • Grand Archive API
    • OpenAPI spec
    • Swagger
    • Index - Card database
Powered by GitBook
On this page
Export as PDF
  1. Endpoints

Images

PreviousFeatured set groupsNextAPI metadata

Last updated 3 months ago

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.
image/jpg
Responsestring · binary[]

Image file.

404Error
application/json
get
GET /cards/images/{filename} HTTP/1.1
Host: api.gatcg.com
Accept: */*
[
  "binary"
]

Get featured set image.

get

This returns a featured set group's logo image.

Path parameters
filenamestringRequired

The filename to download.

Example: AMB.png
Responses
200
Image file.
image/png
Responsestring · binary[]

Image file.

404Error
application/json
get
GET /featured-sets/images/{filename} HTTP/1.1
Host: api.gatcg.com
Accept: */*
[
  "binary"
]
  • GETGet a card edition's image.
  • GETGet featured set image.