Skip to content
pokemontcgapi.com

Catalogue

Pokémon TCG series

17 series grouping 172 sets. A series is the block a set belongs to; every set row carries it, and the set list filters on it.

series.sh
curl -s "https://api.pokemontcgapi.com/v1/series?limit=250" \
  -H "X-Api-Key: $PTCG_API_KEY"

# Then the sets of one series, newest first
curl -s "https://api.pokemontcgapi.com/v1/sets?series=scarlet-violet&orderBy=-release_date" \
  -H "X-Api-Key: $PTCG_API_KEY"

Every series