Skip to content
pokemontcgapi.com

cards

Pokémon TCG cards

52,337 cards are in the catalogue. These are the ones the market values most, each with the image the API serves and the composite figure it computes. Filter by name, set name or set code — or ask the API directly, which searches all of them.

120 of 120 shown

search

Everything this page filters, the API searches.

This page holds the valuable end of the catalogue, so a browser can filter it without a round trip. The API has all of it, and a grammar built for the questions a card catalogue actually gets asked.

search.sh
curl -s -G "https://api.pokemontcgapi.com/v1/cards" \
  --data-urlencode 'q=name:charizard' \
  --data-urlencode 'orderBy=-index_eur' \
  -H "X-Api-Key: $PTCG_API_KEY"

The grammar — fielded terms, AND/OR, negation, wildcards and ranges — is written out on the query syntax page, and every card in this grid links to its own page with the JSON that produced it.