Card detail
API · /pokemontcg-api
Pokémon TCG API
The Pokémon Trading Card Game as an API, powered by TCGdex — clean JSON, no key. Search and look up cards with high-resolution images, HP, types, stage and evolution, abilities and attacks (cost, damage, effect), weaknesses, resistances and retreat cost, rarity, illustrator, legality and live market pricing. Browse every set and series, and open a set for its full card list with release date, card count and logo. Covers thousands of cards from Base Set to the latest expansions. Live data straight from TCGdex. Distinct from the Pokémon video-game Pokédex: this is the collectible card game — ideal for deck builders, collection trackers, price tools, card scanners and TCG apps. 6 data endpoints. Authenticated with an x-oanor-key; fair-use rate limits per plan.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 177 ms
- Server probes · 24h
- Subscribers
- 4,576
- active
- Total calls
- 70
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 3,700 calls / month
- 5 requests / second
- Hard cap (429 above quota, no overage)
- 3,700 calls/month
- 5 req/sec
- All 6 data endpoints
- Card images & pricing
- No credit card
Starter
€6.60 /month
- 57,000 calls / month
- 15 requests / second
- Hard cap (429 above quota, no overage)
- 57,000 calls/month
- 15 req/sec
- Cards, sets & series
- Email support
Pro
€28.50 /month
- 305,000 calls / month
- 30 requests / second
- Hard cap (429 above quota, no overage)
- 305,000 calls/month
- 30 req/sec
- Deck builders & price tools
- Priority support
Mega
€91.00 /month
- 1,280,000 calls / month
- 80 requests / second
- Hard cap (429 above quota, no overage)
- 1,280,000 calls/month
- 80 req/sec
- Scanner & platform scale
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Pokemon Showdown Battle API
Competitive Pokémon battle data as an API, built on the open Pokémon Showdown dataset — the data that powers the popular online battle simulator. Look up any Pokémon by name for its National Dex number, types, base stats (HP, Attack, Defense, Sp. Atk, Sp. Def, Speed) and base-stat total, its regular and hidden abilities, gender ratio, egg groups, height, weight and evolution line, plus a sprite. Browse every Pokémon of a given type, and look up any battle move for its base power, accuracy, type, category (physical, special or status), PP, priority, target and effect — or filter moves by type and category. Pull a random Pokémon too. Real competitive data, no key needed upstream. Ideal for team builders, damage calculators, battle tools and Pokémon fan apps.
api.oanor.com/pokemonshowdown-api
Pokémon API
Pokémon details — types, abilities, base stats, height, weight, sprites and official artwork — the full Pokédex roster, and type matchups with damage relations. Backed by PokeAPI. Perfect for games, fan apps, team builders, quizzes and chatbots.
api.oanor.com/pokemon-api
Marvel Snap API
Marvel Snap card data as an API, built on the open snap.fan dataset for Second Dinner's hit mobile card game. Search and filter the full card pool by name, energy cost, power, series or card type, fetch any card by its key or name for its cost, power, ability text, collectible series and official art, and pull a random card. Real card data, no key needed upstream. Ideal for deck builders, card-search and collection tools, tier-list sites and Marvel Snap fan apps.
api.oanor.com/marvelsnap-api
Hearthstone API
Hearthstone card data as an API, built on the open HearthstoneJSON dataset for Blizzard's collectible card game. Search and filter the full collectible card pool by name, class (Mage, Hunter, Priest, …), card type (minion, spell, weapon, hero), rarity, mana cost, set, minion race or mechanic (Battlecry, Deathrattle, Taunt and more). Fetch any card by its id or name for the full record: cost, attack, health/durability, rules text, flavour text, set, mechanics and rendered card art. List every class and set with card counts, or pull a random card (optionally matching a filter). Real data, no key needed upstream. Ideal for deck builders, collection trackers, card-search tools and Hearthstone fan apps.
api.oanor.com/hearthstone-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Pokémon TCG API?
What's the rate limit for Pokémon TCG API?
How much does Pokémon TCG API cost?
Can I cancel my subscription anytime?
Is Pokémon TCG API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/pokemontcg-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/pokemontcg-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/pokemontcg-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/pokemontcg-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.