Skip to content

AlteredCommunity/Altered-TCG-Card-Database

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

74 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Altered.gg Logo Altered TCG Card Database

🎯 Goal

This project aims to provide a community-driven repository of all Common and Rare (non-unique) cards from the Altered TCG, available in all supported languages.

The purpose is to reduce unnecessary load on the official Altered API servers.
Since repeated API calls may trigger throttling or overload, we recommend using this local JSON database first before sending new HTTP requests to the official API.


πŸ“‚ Folder Structure

Files are stored using the following path pattern :

./
β”œβ”€β”€ CARDS/                           # All cards grouped here
β”‚ β”œβ”€β”€ EN/                            # Cards language folder
β”‚ β”‚ β”œβ”€β”€ CORE/                        # Set folder (set code as name)
β”‚ β”‚ β”‚ β”œβ”€β”€ AX/                        # Faction folder (faction code as name)
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ALT_CORE_A_AX_22_C.json  # JSON file per card
β”‚ β”‚ β”‚ β”‚ └── ...
β”‚ β”‚ β”‚ └── ...
β”‚ β”‚ └── ...
β”‚ └── ...
β”‚
β”œβ”€β”€ SETS/                            # All sets grouped here
β”‚ β”œβ”€β”€ CORE/                          # Set folder (set code as name)
β”‚ β”‚ β”œβ”€β”€ CORE_EN.json                 # JSON file per language
β”‚ β”‚ └── ...
β”‚ └── ...
β”‚
β”œβ”€β”€ META/                            # Metadata about cards & filters
β”‚ β”œβ”€β”€ card_sets_en.json
β”‚ β”œβ”€β”€ filter_data_en.json
β”‚ └── ...
β”‚
β”œβ”€β”€ HISTORY/                         # English-only history of card changes
β”‚ β”œβ”€β”€ cards_history_CORE.json
β”‚ └── ...
└── ...
  • CARDS β†’ Contains all individual card files, grouped by language, then by set code, then by faction code.
  • SETS β†’ Contains all card data grouped by set code, each set has its own folder, and inside, one file per language.
  • META β†’ Contains only metadata (types, sets, factions, rarities, etc.).
  • HISTORY β†’ Contains versioned history of card changes (English only, per set).

🌍 Supported Languages

  • English (EN)
  • French (FR)
  • Spanish (ES)
  • Italian (IT)
  • German (DE)

πŸ“œ Data Format

Each file inside SETS/ and CARDS/ contains the exact JSON structure returned by the official Altered API, with no modification to the schema (only separated by set and language). The only manually added information is the collectorNumber, which is no longer present in the JSON data returned by the API.


πŸ–ΌοΈ Card Images

Card images are available here : https://drive.google.com/drive/folders/1cVqqV2HCRXk9PtipW144H-i7ObmG9TXy?usp=sharing


πŸ“– License

MIT License – feel free to use, share, and improve.
Please credit the community and the Altered TCG project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published