Illustrator
Tomomi Kaneko
7 printings across 7 sets, 7 of them with a current market value. Shown here: the 7 most valuable; the API returns them all.
tomomi-kaneko.sh
curl -s -G "https://api.pokemontcgapi.com/v1/cards" \
--data-urlencode 'q=artist:"Tomomi Kaneko"' \
--data-urlencode 'orderBy=-index_eur' \
--data-urlencode 'limit=250' \
-H "X-Api-Key: $PTCG_API_KEY"





