Skip to content
pokemontcgapi.com

Illustrator

so-taro

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

so-taro.sh
curl -s -G "https://api.pokemontcgapi.com/v1/cards" \
  --data-urlencode 'q=artist:"so-taro"' \
  --data-urlencode 'orderBy=-index_eur' \
  --data-urlencode 'limit=250' \
  -H "X-Api-Key: $PTCG_API_KEY"

The cards