Skip to content
pokemontcgapi.com

Illustrator

Dsuke

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

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

The cards