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










