Releases: TCG-Price-Lookup/tcglookup-cli
Releases · TCG-Price-Lookup/tcglookup-cli
v0.1.0 — Initial release
Live trading card prices in your terminal — Pokemon, Magic: The Gathering, Yu-Gi-Oh!, Disney Lorcana, One Piece, Star Wars: Unlimited, Flesh and Blood, and Pokemon Japan.
Powered by the TCG Price Lookup API.
Install
npm install -g tcglookupQuickstart
tcglookup auth login
tcglookup search 'charizard' --game pokemon --limit 5Commands
tcglookup search <query>— search by name + filterstcglookup get <id>— full price block for a card UUIDtcglookup history <id> --period 30d— daily price history (Trader plan)tcglookup sets <game>— list setstcglookup games— list supported gamestcglookup auth login / logout / status— manage API key
Every command supports --json for shell scripting:
tcglookup search charizard --game pokemon --json | jq '.data[0].prices.raw.near_mint.tcgplayer.market'Get a free API key at tcgpricelookup.com/tcg-api.
Built on the official @tcgpricelookup/sdk.