दस्तावेज़

TCG Price Lookup API को अपने application में integrate करने के लिए सभी जरूरी information।

Quick Start

3 steps में शुरू करें: API key लें, SDK install करें, पहला request भेजें।

Development शुरू करें
Quick Example JavaScript
import { TCGLookup } from 'tcglookup';

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

// सभी 8 games में search करें
const results = await tcg.search('charizard');

// specific card की detailed prices पाएं
const card = await tcg.getCard('pokemon-sv4-charizard-ex-006');
// शामिल: market prices, condition prices, PSA/BGS/CGC graded prices