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






