Dokumentation

Alt hvad du behøver for at integrere TCG Price Lookup API i din applikation.

Hurtig start

3 trin til at komme i gang: hent API-nøgle, installér SDK, send din første forespørgsel.

Kom i gang
Hurtigt eksempel JavaScript
import { TCGLookup } from 'tcglookup';

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

// Søg på tværs af alle 8 spil
const results = await tcg.search('charizard');

// Hent detaljerede priser for et specifikt kort
const card = await tcg.getCard('pokemon-sv4-charizard-ex-006');
// Inkluderer: markedspris, tilstandsspecifikke priser, PSA/BGS/CGC klassificerede priser