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


