Dokumentation

Allt du behöver för att integrera TCG Price Lookup API i din applikation.

Snabbstart

3 steg för att komma igång: hämta API-nyckel, installera SDK, skicka din första förfrågan.

Kom igång med utveckling
Snabbexempel JavaScript
import { TCGLookup } from 'tcglookup';

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

// Sök i alla 8 spel
const results = await tcg.search('charizard');

// Hämta detaljerade priser för ett specifikt kort
const card = await tcg.getCard('pokemon-sv4-charizard-ex-006');
// Inkluderar: marknadspriser, konditionspriser, PSA/BGS/CGC-graderade priser