$ curl https://api.tcgpricelookup.com/v1/search

सबसे तेज़
TCG Price API
डेवलपर्स के लिए

Pokemon, Magic: The Gathering, Yu-Gi-Oh!, Lorcana, One Piece और 3 और गेम्स के लिए रियल-टाइम कार्ड प्राइसिंग API। 3,00,000+ कार्ड, 5 आधिकारिक SDK, मुफ़्त टियर शामिल।

300,000+ कार्ड
8 गेम्स
5 SDK
2 मार्केट
Free मुफ़्त टियर
24/7 अपडेट
त्वरित शुरुआत JavaScript
// Search for any card across all 8 games
import { TCGLookup } from 'tcglookup';

const tcg = new TCGLookup({ apiKey: 'your-key' });
const cards = await tcg.search('charizard');
// 47 results, real-time prices from TCGPlayer + eBay

const card = await tcg.getCard('pokemon-sv4-charizard-ex-006');
// Market price, per-condition, PSA/BGS/CGC graded values

TCG API कैसे काम करती है

शून्य से card price data प्राप्त करने तक 5 मिनट में। 3 steps, कोई configuration नहीं।

01

फ्री API Key प्राप्त करें

tcgpricelookup.com पर sign up करें — credit card की जरूरत नहीं। API key तुरंत मिलती है और सभी 8 supported games के लिए काम करती है। फ्री plan में 200 requests/दिन शामिल हैं।

API key: tpl_live_xxxxxxxxxxxx
02

SDK Install करें

अपनी पसंदीदा भाषा चुनें। Official SDKs JavaScript, Python, Go, Rust और PHP के लिए उपलब्ध हैं। हर SDK fully typed है।

$ npm install tcglookup
03

Card Prices प्राप्त करें

Card name, set या ID से खोजें। TCGPlayer और eBay real-time prices, condition prices, graded prices और price history एक API में।

search GET /v1/search?q=charizard
card GET /v1/cards/:id
history GET /v1/cards/:id/prices
batch POST /v1/cards/batch

क्या बना सकते हैं

TCG card price API का उपयोग hobby scripts से लेकर production trading apps तक में होता है।

💰

Price Comparison Tool

TCGPlayer market prices और eBay sold prices को side-by-side दिखाएं। खरीदार सबसे सस्ता ढूंढें, विक्रेता competitive price set करें।

📊

Portfolio Tracker

Collectors को cards input करने और समय के साथ collection value track करने दें। Price history endpoint से profit/loss chart करें।

🤖

Discord Bot

TCG Discord servers में slash commands जोड़ें ताकि members chat छोड़े बिना card prices देख सकें। Open-source Discord bot starter मिनटों में deploy होता है।

🔄

Trading App

Real-time price data से buy/sell/trade interfaces power करें। Fair trade values दिखाएं, underpriced listings detect करें, deck lists batch price करें।

🔔

Price Alerts

Specific cards watch करें और users को notify करें जब price threshold पार हो। Scheduled polling या paid plan के webhook notifications का उपयोग करें।

📈

Analytics Dashboard

Price history charts, entire set trend analysis, और set market cap estimates बनाएं। Price history endpoint monthly daily snapshots देता है।

सभी Games के लिए TCG API

एक API key से 8 games। Pokémon TCG API, MTG API, Yu-Gi-Oh! API, Lorcana और One Piece — सभी एक unified interface में।

Pokemon

30,000+ cards

Access real-time pricing for over 30,000 Pokemon TCG cards. Search by name, set, or card number. Get per-condition pricing from Near Mint to Damaged, plus PSA, BGS, and CGC graded values.

Pokemon API Docs देखें →
Pokemon API example JavaScript
const results = await tcg.search('charizard', { game: 'pokemon' });
// Returns: prices for all Charizard cards across all sets

Magic: The Gathering

100,000+ cards

Access real-time pricing for over 100,000 Magic: The Gathering cards. Complete coverage of all sets from Alpha to the latest release. Per-condition and graded pricing.

Magic: The Gathering API Docs देखें →
Magic: The Gathering API example JavaScript
const results = await tcg.search('black lotus', { game: 'mtg' });
// Returns: prices for Black Lotus across all editions

Yu-Gi-Oh!

40,000+ cards

Access real-time pricing for over 40,000 Yu-Gi-Oh! cards. Coverage spans all sets and rarities with per-condition and graded card values.

Yu-Gi-Oh! API Docs देखें →
Yu-Gi-Oh! API example JavaScript
const results = await tcg.search('blue-eyes white dragon', { game: 'yugioh' });
// Returns: prices for Blue-Eyes White Dragon across all sets

Disney Lorcana

3,000+ cards

Access real-time pricing for over 3,000 Disney Lorcana cards. Full coverage since launch with per-condition pricing and graded values.

Disney Lorcana API Docs देखें →
Disney Lorcana API example JavaScript
const results = await tcg.search('elsa', { game: 'lorcana' });
// Returns: prices for all Elsa cards

One Piece

6,000+ cards

Access real-time pricing for over 6,000 One Piece TCG cards. Complete set coverage with per-condition pricing and graded values.

One Piece API Docs देखें →
One Piece API example JavaScript
const results = await tcg.search('luffy', { game: 'onepiece' });
// Returns: prices for all Luffy cards

Pokemon Japan

20,000+ cards

Access real-time pricing for over 20,000 Japanese Pokemon TCG cards. Covers Japanese-exclusive sets, promos, and special releases.

Pokemon Japan API Docs देखें →
Pokemon Japan API example JavaScript
const results = await tcg.search('pikachu', { game: 'pokemonjp' });
// Returns: prices for Japanese Pikachu cards

Star Wars: Unlimited

2,500+ cards

Access real-time pricing for over 2,500 Star Wars: Unlimited cards. Full coverage with per-condition pricing and graded values.

Star Wars: Unlimited API Docs देखें →
Star Wars: Unlimited API example JavaScript
const results = await tcg.search('darth vader', { game: 'swu' });
// Returns: prices for all Darth Vader cards

Flesh and Blood

8,000+ cards

Access real-time pricing for over 8,000 Flesh and Blood cards. Complete coverage with per-condition pricing and graded values.

Flesh and Blood API Docs देखें →
Flesh and Blood API example JavaScript
const results = await tcg.search('bravo', { game: 'fab' });
// Returns: prices for all Bravo cards

TCG API तुलना

TCG Price Lookup की तुलना Scryfall, pokemontcg.io, TCGPlayer API और custom scrapers से।

सुविधा TCG Price Lookup Scryfall API pokemontcg.io TCGPlayer API Custom Scraper
समर्थित games 8 games केवल MTG केवल Pokémon कई (बदलता रहता है) अपनी मर्जी
Real-time prices आंशिक (TCGP) ✓ (केवल TCGP) निर्भर करता है
Condition prices Manual
Graded prices (PSA/BGS/CGC) Manual
Official SDKs 5 भाषाएं केवल Community 1 (JS)
फ्री प्लान ✓ 200 req/दिन कोई price data नहीं कोई price data नहीं Application जरूरी ✓ (self-hosted)
Price history Limited खुद बनाना होगा

डेवलपर Ecosystem

REST API के अलावा, 5 भाषाओं के official SDKs, ready-to-use tools और comprehensive developer documentation।

Official SDKs — 6 भाषाएं

CLI Tool

GitHub →

Live trading card prices in your terminal. Search, lookup, price history, JSON output for scripting. Also installable via npm.

$ brew tap TCG-Price-Lookup/tcg && brew install tcglookup
  • Search cards from terminal
  • Price history lookups
  • JSON output for scripting

Go SDK

GitHub →

Official Go SDK for the TCG Price Lookup API. Idiomatic Go, stdlib net/http, zero third-party deps, functional options, typed errors.

$ go get github.com/TCG-Price-Lookup/tcglookup-go
  • Zero third-party dependencies
  • Idiomatic Go design
  • Functional options pattern

JavaScript / TypeScript SDK

GitHub →

Official JavaScript/TypeScript SDK for the TCG Price Lookup API. Zero deps, ESM + CJS, works in Node 18+, browsers, Bun, Deno, Cloudflare Workers.

$ npm install tcglookup
  • Zero dependencies
  • ESM and CommonJS support
  • Full TypeScript types

PHP SDK

GitHub →

Official PHP SDK for the TCG Price Lookup API. PHP 8.1+, Guzzle, PSR-4, typed exception hierarchy.

$ composer require tcg-price-lookup/tcglookup
  • PHP 8.1+ support
  • Guzzle HTTP client
  • PSR-4 autoloading

Python SDK

GitHub →

Official Python SDK for the TCG Price Lookup API. Python 3.9+, built on httpx, typed exception hierarchy, context manager support.

$ pip install tcglookup
  • Python 3.9+ support
  • Built on httpx (async ready)
  • Typed exception hierarchy

Rust SDK

GitHub →

Official Rust SDK for the TCG Price Lookup API. Async with reqwest + tokio, typed Error enum, builder pattern.

$ cargo add tcglookup
  • Async with reqwest + tokio
  • Typed Error enum
  • Builder pattern

Tools और Resources — 5 tools

Awesome TCG

list

Curated list of the TCG Price Lookup ecosystem — REST API, 5 SDKs, CLI, code examples in 8 languages, blog tutorials.

github.com/TCG-Price-Lookup/awesome-tcg#readme →

Discord Bot

bot

Self-hosted Discord bot for live trading card prices. Slash commands powered by the TCG Price Lookup API. Supports all 8 games.

github.com/TCG-Price-Lookup/tcg-discord-bot#readme →

Next.js Starter

starter

One-click deployable Next.js 16 starter for the TCG Price Lookup API. Search live trading card prices across 8 games out of the box.

$ npx create-next-app -e https://github.com/TCG-Price-Lookup/nextjs-tcg-starter

OpenAPI Specification

spec

OpenAPI 3.1 specification for the TCG Price Lookup API. Use with Swagger UI, Redoc, Postman, or any OpenAPI-compatible tool.

github.com/TCG-Price-Lookup/tcg-api-openapi#readme →

Postman Collection

collection

Ready-to-use Postman collection and environment for the TCG Price Lookup API. Import, set your API key, and start testing.

github.com/TCG-Price-Lookup/tcg-api-postman#readme →

अक्सर पूछे जाने वाले प्रश्न

TCG Price Lookup API शुरू करने से लेकर rate limits और graded card prices तक।

TCG API क्या है?

+

TCG API (ट्रेडिंग कार्ड गेम API) एक web service है जो card data तक programmatic access देती है। इसमें card details, set information और real-time market prices शामिल हैं। डेवलपर TCG API का उपयोग price trackers, portfolio tools, Discord bots आदि बनाने के लिए करते हैं।

क्या TCG Price Lookup API फ्री है?

+

हां, TCG Price Lookup hobby projects और prototypes के लिए 200 requests/दिन का फ्री प्लान देती है (non-commercial use)। paid plans में higher rate limits, price history endpoints, eBay prices, graded card prices और commercial use rights मिलते हैं। credit card की जरूरत नहीं।

कौन से ट्रेडिंग कार्ड गेम्स supported हैं?

+

अभी 8 games supported हैं: Pokémon TCG (English), Pokémon Japan, Magic: The Gathering, Yu-Gi-Oh!, Disney Lorcana, One Piece Card Game, Star Wars: Unlimited, और Flesh and Blood। सभी games के लिए same unified search और card endpoints उपयोग होते हैं।

Pokémon TCG API key कैसे प्राप्त करें?

+

tcgpricelookup.com पर sign up करें और email verify करें — API key तुरंत मिल जाती है। कोई approval process नहीं। Pokémon TCG API (और सभी अन्य games) पर requests शुरू करें।

क्या graded card prices (PSA, BGS, CGC) supported हैं?

+

हां। PSA (grades 1-10), Beckett (BGS 7-10, 9.5, 10 Black Label सहित), CGC (grades 1-10) के graded card prices मिलते हैं। Graded prices eBay sales data से आती हैं। Trader plan या उससे ऊपर की आवश्यकता है।

API rate limits क्या हैं?

+

फ्री plan: 200 requests/दिन (burst: 1 req/3 सेकंड)। Trader plan ($14.99/माह): 10,000 requests/दिन (burst: 1 req/सेकंड)। Business plan ($89.99/माह): 100,000 requests/दिन (burst: 3 req/सेकंड)। Daily limits UTC midnight पर reset होते हैं।

कौन से SDKs उपलब्ध हैं?

+

5 आधिकारिक SDKs हैं: JavaScript/TypeScript (npm install tcglookup), Python (pip install tcglookup), Go (go get github.com/TCG-Price-Lookup/tcglookup-go), Rust (cargo add tcglookup), PHP (composer require tcg-price-lookup/tcglookup)। Terminal से access के लिए CLI tool भी उपलब्ध है।

Card prices कितनी बार update होती हैं?

+

Card prices continuously update होती हैं। TCGPlayer market prices नए sales data आने पर हर कुछ घंटों में update होती हैं। eBay sold listings daily update होते हैं। Time-sensitive applications के लिए price history endpoint से trends track कर सकते हैं।

TCG API के साथ आज से शुरू करें

फ्री प्लान उपलब्ध। Credit card की जरूरत नहीं। 8 games के 3 लाख+ cards तक तुरंत पहुंच।