Illustrator
GAME FREAK inc.
5 printings across 2 sets, 5 of them with a current market value. Shown here: the 5 most valuable; the API returns them all.
game-freak-inc.sh
curl -s -G "https://api.pokemontcgapi.com/v1/cards" \
--data-urlencode 'q=artist:"GAME FREAK inc."' \
--data-urlencode 'orderBy=-index_eur' \
--data-urlencode 'limit=250' \
-H "X-Api-Key: $PTCG_API_KEY"



