Skip to content
pokemontcgapi.com

Illustrator

"Big Mama" Tagawa

17 printings across 11 sets, 22 of them with a current market value. Shown here: the 22 most valuable; the API returns them all.

big-mama-tagawa.sh
curl -s -G "https://api.pokemontcgapi.com/v1/cards" \
  --data-urlencode 'q=artist:""Big Mama" Tagawa"' \
  --data-urlencode 'orderBy=-index_eur' \
  --data-urlencode 'limit=250' \
  -H "X-Api-Key: $PTCG_API_KEY"

The cards