Skip to Content
Game ImportersGrand Archive TCGGrand Archive TCG

Grand Archive TCG

Grand Archive TCG is a trading card game by Weebs of the Shore LLC that launched in April 2023. Cards come in Standard and Foil finishes across 54 expansions with ~4,800 products.

Grand Archive uses an API-first importer — card data comes from the official GA API at api.gatcg.com, with TCGPlayer product IDs matched via TCGCSV (category 74) for pricing. ~84-88% price coverage across the catalog.

Useful Resources

ResourceURLNotes
Grand Archive APIapi.gatcg.com Primary data source. No auth. OpenAPI v1.1.0.
TCGCSVCategory 74TCGPlayer product IDs and pricing
Grand Archive Indexindex.gatcg.com Official card database
CDN Assetscdn2.gatcg.com Attribute icons (elements, types, classes, costs)

Documentation

Code Locations

ComponentLocation
Importerpackages/games/game-importer/src/grand-archive/grand-archive-importer.ts
API clientpackages/games/game-importer/src/grand-archive/grand-archive-api-client.ts
TCGPlayer matchingpackages/games/game-importer/src/grand-archive/grand-archive-tcgplayer.service.ts
Expansion → groupId mappackages/games/game-importer/src/grand-archive/grand-archive-tcgplayer.utils.ts
Game config & typespackages/games/game-configuration/src/lib/games/grand-archive/
DTO schemaspackages/core/api-dtos/src/lib/product/games/grand-archive.schema.ts
Last updated on