Skip to content
pokemontcgapi.com

Illustrator

Takeshi Nakamura

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

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

The cards