API · /marvelsnap-api

Marvel Snap API

healthy 3,064 Subscribers

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
Get an API key Try in playground → Contact provider

Machine-readable spec so AI agents can integrate this API.

/api/marvelsnap-api/openapi.json
/api/marvelsnap-api/llms.txt

Discovery: GET /api/index.json lists every API.

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
248 ms
Server probes · 24h
Subscribers
3,064
active
Total calls
36
last 7 days
status Full status page → · 8 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 10,300 calls / month
  • 2 requests / second
  • Hard cap (429 above quota, no overage)
  • 10,300 calls/month
  • 2 req/sec
  • Search + card lookup
  • No credit card
Sign in to subscribe

Starter

€3.70 /month

  • 141,000 calls / month
  • 8 requests / second
  • Hard cap (429 above quota, no overage)
  • 141k calls/month
  • 8 req/sec
  • Full filters + abilities
  • Email support
Sign in to subscribe

Pro

€16.20 /month

  • 735,000 calls / month
  • 25 requests / second
  • Hard cap (429 above quota, no overage)
  • 735k calls/month
  • 25 req/sec
  • Deck builders / tier lists
  • Priority support
Sign in to subscribe

Mega

€59.50 /month

  • 3,380,000 calls / month
  • 50 requests / second
  • Hard cap (429 above quota, no overage)
  • 3.38M calls/month
  • 50 req/sec
  • Card tools / fan platforms
  • Dedicated SLA
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

Superhero API

Over 560 comic and movie superheroes and villains as an API — Marvel, DC and beyond. Look up any character by id or name (e.g. Batman → DC Comics, alignment good, intelligence 81 / strength 40 / speed 29 / combat 90) or search and filter the whole roster by publisher and alignment. Each character carries the full profile: six powerstats (intelligence, strength, speed, durability, power, combat), biography (full name, alter-egos, place of birth, first appearance, publisher, alignment), appearance (gender, race, height, weight, eye and hair colour), occupation and base of operations, group affiliations and relatives, and character images. Backed by the open SuperHero Database. Ideal for comic and movie apps, trivia and quiz games, character-comparison tools, Discord bots and fan sites.

api.oanor.com/superhero-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

Disney Lorcana TCG API

Disney Lorcana trading-card game data as an API. Search and filter the full card pool by name, ink colour (Amber, Amethyst, Emerald, Ruby, Sapphire, Steel), card type, rarity, mana cost, set and classification; fetch a single card by its exact name; list every set; and list all the cards in a set. Each card returns its strength, willpower, lore value, inkable flag, abilities and body text, classifications (e.g. Hero, Dreamborn), the Disney franchise it comes from, the artist and the card artwork. Real data, no key needed upstream. Ideal for deck builders, collection trackers, price tools and Lorcana fan apps.

api.oanor.com/lorcana-api

Blackjack Strategy API

Blackjack maths as an API, computed locally and deterministically and exactly — the hand value, the textbook basic-strategy play and the dealer odds, the numbers that hold the house edge to half a percent. The hand-value endpoint scores a hand the way the table does: aces count 11 unless that busts, then 1, so it reports the best total, whether it is soft (an ace still counting 11, safe to hit) or hard, whether it busts, and whether two cards make a blackjack. The strategy endpoint gives the correct basic-strategy action — hit, stand, double or split — for any hand against the dealer's upcard, for the standard 4-to-8-deck game where the dealer stands on soft 17 with double-after-split allowed: 16 against a 10 hits, a pair of 8s always splits, soft 18 doubles against a 6 but hits against a 9, and 11 doubles against everything but an ace. The dealer-odds endpoint gives the dealer's bust probability by upcard — a 5 or 6 busts about 42 % of the time, an ace only 12 % — the reason you stand on stiffs against weak upcards. Everything is computed locally and deterministically, so it is instant and exact. Ideal for blackjack trainers and strategy apps, card-game and casino-game tools, learning aids, and game back-ends. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 compute endpoints. Educational — not betting advice; the house always keeps an edge.

api.oanor.com/blackjack-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

How do I get an API key for Marvel Snap API?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call Marvel Snap API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for Marvel Snap API?
Free tier allows 1 request per second. Paid plans scale up to 50 requests per second on the Mega tier. Hard limits return HTTP 429 above the quota — no surprise overage charges.
How much does Marvel Snap API cost?
Marvel Snap API has a free tier with 100 calls / month. Paid plans start at €3.70 / month with higher quotas and faster rate limits.
Can I cancel my subscription anytime?
Yes. Plans are billed monthly and you can cancel anytime from your billing dashboard. No long-term contracts and no cancellation fee.
Is Marvel Snap API GDPR-compliant?
All requests to Marvel Snap API go through our EU-based gateway. Your upstream API key never leaves our server and no personal data is shared with the upstream provider beyond the request you send.

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/marvelsnap-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/marvelsnap-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/marvelsnap-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/marvelsnap-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 in

New thread

/ 4000

📌 Pinned 🔒 Locked

·

· ·

/ 4000

🔒 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 in

Open new ticket

Describe what you need help with. The provider team gets an email and replies on the ticket page.

  • No tickets yet for this API.

Subscription active — calls can start immediately.

Send your first request —

Subscription active — copy a snippet and fire off your first call.