Last updated 3 months ago
This returns a list of featured set groups and the sets they contain.
A list of featured set groups.
GET /featured-sets HTTP/1.1 Host: api.gatcg.com Accept: */*
[ { "image": "text", "name": "Alchemical Revolution", "sets": [ { "created_at": "2024-10-11T12:00:00+00:00", "id": "abcde12345", "language": "EN", "last_update": "2024-10-11T12:00:00+00:00", "name": "Mortal Ambition", "prefix": "AMB", "release_date": "2024-10-11T00:00:00" } ], "uuid": "abcde12345" } ]
This returns a featured set group's logo image.
The filename to download.
AMB.png
Image file.
GET /featured-sets/images/{filename} HTTP/1.1 Host: api.gatcg.com Accept: */*
[ "binary" ]