Skip to content
pokemontcgapi.com

Illustrator

Arai Kiriko

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

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

The cards