दस्तावेज़
TCG Price Lookup API को अपने application में integrate करने के लिए सभी जरूरी information।
⚡
Quick Start
3 steps में शुरू करें: API key लें, SDK install करें, पहला request भेजें।
Development शुरू करें ⚡
शुरू करें
API key प्राप्त करें और 5 मिनट में पहला request भेजें।
🔒
Authentication
API key से requests authenticate करने का तरीका।
🚀
API Endpoints
Search, card details, history, sets, games और batch search का complete reference।
⚠
Error Handling
HTTP status codes, error responses और उन्हें handle करने का तरीका।
📦
SDKs और Libraries
JavaScript, Python, Go, Rust, PHP और CLI के official SDKs।
📄
Response Format
JSON response structure, pagination और data types।
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