Skip to content
pokemontcgapi.com

Illustrator

Emi Ando

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

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

The cards