tcg fast
Docs SDKs Games Blog Pricing Tools
EN | JA
Get API Key
Docs SDKs Games Blog Pricing Tools
EN JA
Get API Key
Home / Docs / SDKs & Libraries
Getting Started
  • Getting Started
  • Authentication
API Reference
  • API Endpoints
  • Response Format
  • Error Handling
Guides
  • Rate Limiting
SDKs & Tools
  • SDK Overview
  • JavaScript / TypeScript
  • Python
  • Go
  • Rust
  • PHP
  • CLI

SDKs & Libraries

Official SDKs for the TCG Price Lookup API in JavaScript, Python, Go, Rust, PHP, and a CLI tool.


Official SDKs in 6 languages. Each SDK provides typed clients, error handling, and full API coverage.

CLI Tool

brew

Live trading card prices in your terminal. Search, lookup, price history, JSON output for scripting. Also installable via npm.

$ brew tap TCG-Price-Lookup/tcg && brew install tcglookup

Go SDK

go

Official Go SDK for the TCG Price Lookup API. Idiomatic Go, stdlib net/http, zero third-party deps, functional options, typed errors.

$ go get github.com/TCG-Price-Lookup/tcglookup-go

JavaScript / TypeScript SDK

npm

Official JavaScript/TypeScript SDK for the TCG Price Lookup API. Zero deps, ESM + CJS, works in Node 18+, browsers, Bun, Deno, Cloudflare Workers.

$ npm install tcglookup

PHP SDK

composer

Official PHP SDK for the TCG Price Lookup API. PHP 8.1+, Guzzle, PSR-4, typed exception hierarchy.

$ composer require tcg-price-lookup/tcglookup

Python SDK

pip

Official Python SDK for the TCG Price Lookup API. Python 3.9+, built on httpx, typed exception hierarchy, context manager support.

$ pip install tcglookup

Rust SDK

cargo

Official Rust SDK for the TCG Price Lookup API. Async with reqwest + tokio, typed Error enum, builder pattern.

$ cargo add tcglookup
tcgfast

The TCG API resource for developers.

API
  • Documentation
  • SDKs
  • Pricing
  • Tools
Games
  • Pokemon
  • Magic: The Gathering
  • Yu-Gi-Oh!
  • Lorcana
  • View all games →
Resources
  • Blog
  • GitHub
  • TCG Price Lookup
Built with TCG Price Lookup API