Skip to content
pokemontcgapi.com

Illustrator

The Pokémon Company Art Team

16 printings across 3 sets, 16 of them with a current market value. Shown here: the 16 most valuable; the API returns them all.

the-pokemon-company-art-team.sh
curl -s -G "https://api.pokemontcgapi.com/v1/cards" \
  --data-urlencode 'q=artist:"The Pokémon Company Art Team"' \
  --data-urlencode 'orderBy=-index_eur' \
  --data-urlencode 'limit=250' \
  -H "X-Api-Key: $PTCG_API_KEY"

The cards