Disney Lorcana
Disney Lorcana Card Scanner
Identify any of the 3,192 Disney Lorcana cards we've indexed — and get an honest “not sure” instead of a wrong card when we can't corroborate a match.
Free tier, no credit card.
- Disney Lorcana cards indexed
- 3,192
- Cards indexed
- Per identify
- ~2–3s
- Per identify
Request
curl -X POST https://aicardvault.io/api/v1/identify \
-H "Authorization: Bearer $YOUR_API_KEY" \
-F front=@card.jpg \
-F category=lorcanaResponse
{
"ok": true,
"result": {
"card": {
"name": "Elsa - Snow Queen",
"set": "The First Chapter",
"number": "42/204",
"year": "2023",
"rarity": "Legendary",
"language": "en"
},
"confidence": 0.94,
"needsReview": false
}
}One call. A Lorcana card photo in, structured identity out.
Newer TCG, coverage climbing nightly
3,192 Disney Lorcana cards are indexed today. It's one of the newer TCGs in our catalog, so coverage is thinner than Pokémon or Magic right now and needsReview fires more often on the newest or rarest sets — that gap closes fast as nightly ingest catches up with each set release.
See what's actually shippedFast enough to sit inline
A self-hosted visual fingerprint plus nearest-neighbor search returns a structured identity in about 2–3 seconds — quick enough for a live scan flow.
One endpoint, every game
The same /v1/identify call that powers this page also handles Pokémon, Magic, Yu-Gi-Oh, Lorcana, One Piece, and sports — no per-game integration work.
Disney Lorcana card scanner FAQ
How complete is Disney Lorcana coverage?
It's a newer addition to our catalog, so coverage is lighter than Pokémon or Magic today. Recent and rare sets are more likely to return needsReview while ingest catches up — by design, we'd rather flag uncertainty than guess.
How fast is a Lorcana card scan?
About 2–3 seconds per identify, whether you upload a file or point us at a public image URL.
Is the Lorcana scanner free to try?
Yes — 1,000 identify requests a month on the free tier, no credit card, on the same endpoint every paid plan uses.
What happens on a card we can't confidently place?
You get needsReview:true and card:null instead of a guessed set and number — with likely alternates listed by confidence, so your app can ask the user to confirm.
Scan a different game
Same endpoint, same honest needsReview, every game and sport.
Want every category's live count in one place? Browse the full card database.
Try the Disney Lorcana card scanner now.
Free tier, no credit card — 1,000 identify requests a month on the same API every paid plan uses.