Disney Lorcana Cards API Wrapper (Lorcast) avatar

Disney Lorcana Cards API Wrapper (Lorcast)

Pricing

Pay per event

Go to Apify Store
Disney Lorcana Cards API Wrapper (Lorcast)

Disney Lorcana Cards API Wrapper (Lorcast)

Fetch Disney Lorcana card data from the Lorcast open API. Supports all_cards (full catalog), set (single set), search (free-text query), and card_ids (specific Lorcast IDs) modes. No API key required. Returns ink, cost, keywords, prices, images, and legalities.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Fetch complete Disney Lorcana card data from the Lorcast open API. No API key or authentication required.

What it does

Returns full card records for Disney Lorcana — the fastest-growing modern TCG since its 2023 launch. Covers all cards across every set, with prices, images, stats, keywords, classifications, and legalities.

Powered by Lorcast, the open community card API for Disney Lorcana (analogous to Scryfall for Magic: The Gathering and PokémonTCG.io for Pokémon).

Modes

ModeDescriptionRequired input
all_cardsFull catalog walk — fetches every card across all sets(none)
setAll cards from one specific setsetId (Lorcast set ID or short code like "1", "TFC")
searchFree-text search using Lorcast's query syntaxquery
card_idsSpecific cards by Lorcast card IDcardIds (array)

Search query examples

  • elsa — all Elsa cards
  • ink:ruby rarity:legendary — Legendary Ruby cards
  • type:character classifications:hero — Hero characters

Output fields

FieldTypeDescription
lorcast_idstringLorcast unique card ID
namestringCard name
versionstringCard version/subtitle (e.g. "Concerned Sister")
set_codestringSet code (e.g. "1", "TFC")
set_namestringFull set name
collector_numberstringCollector number within the set
raritystringCard rarity
inkstringPrimary ink color
inksstringAll ink colors (pipe-separated)
costintegerInk cost to play
inkwellbooleanWhether the card can be inked
typestringCard types (pipe-separated)
classificationsstringCharacter classifications (pipe-separated)
strengthintegerCharacter strength
willpowerintegerCharacter willpower
loreintegerLore value
move_costintegerLocation move cost
keywordsstringCard keywords (pipe-separated)
textstringRules text
flavor_textstringFlavor text
illustratorsstringIllustrators (pipe-separated)
layoutstringCard layout
langstringLanguage code
released_atstringRelease date (YYYY-MM-DD)
price_usdnumberMarket price (non-foil, USD)
price_usd_foilnumberMarket price (foil, USD)
image_small_urlstringSmall card image URL
image_normal_urlstringNormal card image URL
image_large_urlstringLarge card image URL
legalitiesstringFormat legalities (e.g. "core:legal")
tcgplayer_idintegerTCGPlayer product ID

Usage tips

  • Start with mode: set and a set code (e.g. "1" for The First Chapter) for a quick first run.
  • Use mode: all_cards to pull the full ~2,000+ card catalog. Set maxItems: 0 for unlimited.
  • Prices are sourced from Lorcast's aggregated market data and refresh frequently.
  • The actor is polite to the Lorcast community API — it includes automatic rate-limit handling and a small delay between requests.