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










