mantimon-tcg/backend/data/raw
Cal Corum d1862295e6 Update card JSON data with rarity_tier field
Add rarity_tier to all card definitions in sets a1 and a1a to support
the new pull rate calculation system for booster packs.
2026-01-31 15:43:19 -06:00
..
a1 Update card JSON data with rarity_tier field 2026-01-31 15:43:19 -06:00
a1a Update card JSON data with rarity_tier field 2026-01-31 15:43:19 -06:00
_index.json Fix scraper to preserve energy types in effect text 2026-01-27 15:10:02 -06:00
.gitkeep Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00
README.md Add CardService and card data conversion pipeline 2026-01-27 14:16:40 -06:00

Raw Scraped Data

Scraped from pokemon-zone.com. Reference only - do not edit.

Run scripts/scrape_pokemon_pocket.py to update this data.

For authoritative card definitions used by the game engine, see ../definitions/.

Structure

raw/
├── _index.json          # Index of all scraped cards
├── a1/                  # Genetic Apex set
│   └── *.json           # Individual card files
└── a1a/                 # Mythical Island set
    └── *.json           # Individual card files

Notes

  • This data is the raw output from the scraper
  • Schema may differ from the game engine's CardDefinition model
  • Use scripts/convert_cards.py to transform this data into definitions