Skip to content
pokemontcgapi.com

Illustrator

Asako Ito

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

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

The cards