I Want My MTG
The I Want My MTG API gives you read-only access to a Magic: The Gathering catalog: every printing of every card, every set, every sealed product, plus current TCGPlayer prices and 30-day price history. Built on top of the iwantmymtg.net collection tracker, refreshed daily from MTGJSON and TCGPlayer. What you can build: price-tracking bots, deck-value calculators, set-completion tools,…
I Want My MTG endpoints
| Method | Endpoint | Description |
|---|---|---|
| Cards | ||
| GET |
getCardBySetAndNumber /api/v1/cards/{setCode}/{setNumber} |
|
| GET |
getCardPricesBySetAndNumber /api/v1/cards/{setCode}/{setNumber}/prices |
|
| GET |
getCardPriceHistoryBySetAndNumber /api/v1/cards/{setCode}/{setNumber}/price-history |
|
| GET |
searchCards /api/v1/cards |
|
| Sealed Products | ||
| GET |
listSealedProductsForSet /api/v1/sets/{code}/sealed-products |
|
| Sets | ||
| GET |
getSetCards /api/v1/sets/{code}/cards |
|
| GET |
getSetPriceHistory /api/v1/sets/{code}/price-history |
|
| GET |
getSet /api/v1/sets/{code} |
|
| GET |
listSets /api/v1/sets |
|
I Want My MTG pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 300 / minute |
|
| ULTRA | $29.99 / month | 1000 / minute |
|