Search cards
search_cardsSearch the Pokémon TCG Pocket card catalog by name, attack, ability, artist, or id, with optional filters for set, energy type, stage, card kind, rarity, Trainer subtype, HP range, weakness, and retreat cost. Returns up to 20 summarized cards plus the total number of matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| set | No | Set id, e.g. 'A1', 'A2b', 'PROMO-A'. | |
| kind | No | ||
| page | No | 1-based page number. Defaults to 1. | |
| hpMax | No | Maximum HP (Pokémon only). | |
| hpMin | No | Minimum HP (Pokémon only). | |
| query | No | Free text: card name, attack or ability text, artist, or card id. | |
| stage | No | ||
| energy | No | Energy type of the Pokémon. | |
| locale | No | Locale for card names, e.g. 'en', 'ja_JP', 'fr_FR'. Defaults to 'en'. | |
| rarity | No | Rarity code, e.g. 'diamond-1', 'star-2', 'crown'. | |
| weakness | No | Weakness energy type of the Pokémon. | |
| retreatMax | No | Maximum retreat cost (Pokémon only). | |
| trainerType | No | Trainer subtype: item, supporter, tool, fossil, or stadium. |