Documentation

Everything you need to integrate the TCG Price Lookup API into your application.

Quick Start

Get up and running in 3 steps: get your API key, install an SDK, make your first request.

Start building
Quick example JavaScript
import { TCGLookup } from 'tcglookup';

const tcg = new TCGLookup({ apiKey: 'your-key' });

// Search across all 8 games
const results = await tcg.search('charizard');

// Get detailed pricing for a specific card
const card = await tcg.getCard('pokemon-sv4-charizard-ex-006');
// Includes: market price, per-condition, PSA/BGS/CGC graded values