Skip to content
pokemontcgapi.com

Illustrator

Bun Toujo

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

bun-toujo.sh
curl -s -G "https://api.pokemontcgapi.com/v1/cards" \
  --data-urlencode 'q=artist:"Bun Toujo"' \
  --data-urlencode 'orderBy=-index_eur' \
  --data-urlencode 'limit=250' \
  -H "X-Api-Key: $PTCG_API_KEY"

The cards