Illustrator
"Big Mama" Tagawa & Benimaru Itoh
1 printings across 1 sets, 1 of them with a current market value. Shown here: the 1 most valuable; the API returns them all.
big-mama-tagawa-benimaru-itoh.sh
curl -s -G "https://api.pokemontcgapi.com/v1/cards" \
--data-urlencode 'q=artist:""Big Mama" Tagawa & Benimaru Itoh"' \
--data-urlencode 'orderBy=-index_eur' \
--data-urlencode 'limit=250' \
-H "X-Api-Key: $PTCG_API_KEY"