Skip to main content

Search cards, sets, and Pokémon

GET 

/v1/search

One query across all three entity types, returning up to 10 of each — built for type-ahead and "just find it" lookups.

Matching is case-insensitive substring, and this is the only endpoint that matches Chinese text: cards match on English name, Chinese name, or exact collector number (e.g. 025); sets and Pokémon match on English name, Chinese name, or pinyin.

q is required, 1–100 characters (400 query_too_long beyond that). Free-tier card results exclude variant prints. There is no pagination — narrow the query, or switch to the typed list endpoints (/v1/cards, /v1/sets, /v1/pokemon) for filtered, pageable results.

Request

Responses

Successful Response