Magic: The Gathering API

Original TCG — 30 साल के cards, real-time prices

100,000+ Cards 1,000+ Sets 5 Formats Tracked

Magic: The Gathering 1993 में पहले set के साथ release हुआ था — दुनिया का सबसे पुराना ट्रेडिंग कार्ड गेम। 1 लाख+ unique card prints के साथ, market पांच competitive formats से चलती है: Modern, Legacy, Vintage, Commander, Standard। Reserved List collectors और competitive players दोनों से Black Lotus, Mox जैसे Power cards की demand रहती है।

MTG के लिए API Data

Format Prices

Modern, Legacy, Vintage, Commander, Standard formats में price data। Competitive formats के बीच price comparison संभव।

Foil और Non-Foil Prices

Foil और non-foil versions अलग-अलग tracked। Extended art, Borderless और Show & Tell जैसे premium prints भी individual tracking के साथ।

Reserved List Support

Black Lotus, Mox Ruby, Dual Lands जैसे Reserved List cards individual price tracking के साथ। Investment-grade MTG cards के लिए जरूरी।

90-दिन Price History

Ban/restrict announcements और set releases से price swings track करें। Trader plan जरूरी।

Code Example

import { TcgLookupClient } from '@tcgpricelookup/sdk';
const tcg = new TcgLookupClient({ apiKey: 'YOUR_KEY' });

// MTG cards search करें
const results = await tcg.cards.search({
  name: 'Black Lotus',
  game: 'mtg',
});

console.log(results.data[0].name);   // "Black Lotus"
console.log(results.data[0].prices.nearMint.market); // market price

MTG Card Price Data के साथ development शुरू करें

फ्री API key लें और अभी MTG card prices fetch करना शुरू करें। 200 requests/दिन फ्री, credit card की जरूरत नहीं।