Skip to content

Releases: TCG-Price-Lookup/tcglookup-cli

v0.1.0 — Initial release

10 Apr 00:37

Choose a tag to compare

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 tcglookup

Quickstart

tcglookup auth login
tcglookup search 'charizard' --game pokemon --limit 5

Commands

  • tcglookup search <query> — search by name + filters
  • tcglookup get <id> — full price block for a card UUID
  • tcglookup history <id> --period 30d — daily price history (Trader plan)
  • tcglookup sets <game> — list sets
  • tcglookup games — list supported games
  • tcglookup 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.