Skip to content
pokemontcgapi.com

Illustrator

K. Hoshiba

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

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

The cards