Skip to content
pokemontcgapi.com

Illustrator

YASHIRO Nanaco

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

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

The cards