PokéWallet-style TCG API
Live Pokémon-first data

Every card. Every set. Every image.

A Pokémon-focused card API and website with live tcgcsv.com ingestion, Chinese card enrichment, protected admin tools, CSV export, and a PokéWallet-inspired landing page.

193246Total cards
32214Pokémon cards
193050tcgcsv cards
196PikaQian cards
API status

Live and documented

Use an API key header for app access. This page is public, while the data API and admin console stay protected.

GET /api/v1/pokemon/cards
Pokémon-only records with images, metadata, and source data.
GET /api/v1/pokemon/cards.csv
Pokémon-only export for print/spreadsheet use.
GET /api/v1/schema
Full field + metadata map.

What’s included

Pokémon-first homepage

Landing page inspired by PokéWallet, but tailored to your live card API and admin tools.

Real images

Card image URLs are preserved and shown in the record payloads and exports.

Full metadata

Source payloads stay intact in source_data and curated metadata.

Endpoint explorer

Public website
/
/pokemon

PokéWallet-style landing page and Pokémon-first entry point.

Developer API
/api/v1/pokemon/cards
/api/v1/pokemon/cards.csv
/api/v1/cards
/api/v1/cards.csv

Use X-API-Key for protected access and CSV exports.

Docs and schema
/admin/docs
/admin/docs/structure
/api/v1/schema

Use these to inspect the data shape, images, and metadata mapping.

Admin tools
/admin
/admin/cards.csv
/admin/pokemon/cards.csv
/admin/keys

Protected dashboard with sync, key generator, and downloads.