TCGdex API Skill
tcgdex-net
tcgdex-net
| Method | Path | Description |
|---|---|---|
GET | /cards | |
GET | /cards/{cardId} | fetch the list of cards |
GET | /sets | Find card by ID |
GET | /sets/{set} | Get all sets |
GET | /sets/{set}/{cardLocalId} | Find set by ID |
GET | /series | Find card by set and local ID |
GET | /series/{serie} | Get all series |
GET | /categories | Find series by ID |
GET | /categories/{category} | Get all categories |
GET | /hp | Get cards by category |
GET | /hp/{hp} | Get all HP values |
GET | /illustrators | Get cards by HP value |
GET | /illustrators/{illustrator} | Get all illustrators |
GET | /rarities | Get cards by illustrator |
GET | /rarities/{rarity} | Get all rarities |
GET | /retreats | Get cards by rarity |
GET | /retreats/{retreat} | Get all retreat costs |
GET | /types | Get cards by retreat cost |
GET | /types/{type} | Get all types |
GET | /dex-ids | Get cards by type |
GET | /dex-ids/{dexId} | Get all Pokedex IDs |
GET | /energy-types | Get cards by Pokedex ID |
GET | /energy-types/{energy-type} | Get all energy types |
GET | /regulation-marks | Get cards by energy type |
GET | /regulation-marks/{regulation-mark} | Get all regulation marks |
GET | /stages | Get cards by regulation mark |
GET | /stages/{stage} | Get all Pokemon stages |
GET | /suffixes | Get cards by stage |
GET | /suffixes/{suffix} | Get all card suffixes |
GET | /trainer-types | Get cards by suffix |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install tcgdex-net
Downloads and installs to ~/.claude/skills/tcgdex-net/
2 (2026-02-13)