Skip to main content

List Pokémon

GET 

/v1/pokemon

The Pokémon index — one entry per National Pokédex number (1–1025), independent of any card. Use it to resolve a Pokémon id, then list its cards via GET /v1/pokemon/{pokemon_id}/cards.

name is the English species name and local_name the official Simplified Chinese one. name_contains matches the English name only; /v1/search also matches Chinese and pinyin. Sort by id (default — Pokédex order) or name.

Request

Responses

Successful Response