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

