What is this?

This project aims to collect data about all the cards in the Disney Lorcana trading card game, and to make that data accessible in an easy-to-use format.

It's aimed at developers of Disney Lorcana tools and websites, rather than players of the game. Having one source of data should save these developers time, since everybody doesn't individually have to collect and enter their own card data anymore.

This project is not affiliated with Ravensburger or Disney.

Data files explanation

There are four types of files: A metadata file; a file for each set and a zipfile with all individual set files; a file for each official deck and a zipfile with all individual deck files; and the file with all the cards.

Each data file type has its own use and fields:

Card data fields explanation

The allCards.json file and all the set files have a cards field, which contains a list of card objects.

This section describes the v2 format version. For the old deprecated v1 format version fields, click here

Each of those card objects consists of the following fields:

Deck files

The deck files also have a cards field with card objects. The difference between the deckdata.[deckCode].json and the deckdata.[deckCode].full.json deckfiles is that the card objects in the former only contain the following fields, while the card objects in the latter, '.full', deck files contain these fields in addition to all the fields listed above. The fields specific to card objects in the deck files are:

Disney Lorcana symbols

Certain text fields (abilities, clarifications, effects, errata, fullText, fullTextSections, historicData) can have special Unicode characters in them that resemble the game-specific icons as closely as possible:

Downloads

Here are the available downloads of the data files described above. There's the direct JSON download, or that same JSON file except in a zipfile so it's smaller.
Please use the zipped JSON files if possible, to save bandwith, thanks!

For each file there is also an MD5 checksum linked right below it, so you can verify that your download succeeded.

Name Description English JSON English Zipped JSON French JSON French Zipped JSON
Metadata Contains format version and creation date - -
All Cards Contains all the cards from all the sets
All Sets Contains all the separate setfiles described below, but in one single zipfile - -
Set 1 cards Contains all the cards from the first set: "The First Chapter"
Set 2 cards Contains all the cards from the second set: "Rise of the Floodborn"
Set 3 cards Contains all the cards from the third set: "Into the Inklands"
Set 4 cards Contains all the cards from the fourth set: "Ursula's Return"
Illumineer's Quest: Deep Trouble cards Contains all the cards from the first Quest set "Illumineer's Quest: Deep Trouble"
Set 5 cards Contains all the cards from the fifth set: "Shimmering Skies"
Set 6 cards Contains all the cards from the sixth set: "Azurite Sea"

Deck downloads

For each deck, there are two flavors: The basic file, and the 'full' file. In the former, each card entry only contains deck-specific fields as described in the 'deckdata' part of the Data files explanation, so if you're already parsing the 'allCards.json' file, this is all you need. In the 'full' file, on top of the deck-specific fields each card entry also contains all the card fields as described in the Card data fields explanation section.

Group Description English download English full download French download French full download
Zipfiles containing all the separate deck files described below
Gateway Decks
G1 The starter deck with Stitch and Maleficent of the first Gateway set
G1 The starter deck with Elsa and Mickey Mouse of the first Gateway set
G1 The first reward pack of the first Gateway set
G1 The second reward pack of the first Gateway set
G1 The third reward pack of the first Gateway set
G1 The fourth reward pack of the first Gateway set
Quest Decks
Q1 Ursula's scenario deck from "Illumineer's Quest: Deep Trouble"
Q1 Prebuilt deck with a special Mulan - Elite Archer from "Illumineer's Quest: Deep Trouble"
Q1 Prebuilt deck with a special Yen Sid - Powerful Sorcerer from "Illumineer's Quest: Deep Trouble"
Starter Decks
S1 The Amber/Amethyst starter deck of the first set "The First Chapter"
S1 The Emerald/Ruby starter deck of the first set "The First Chapter"
S1 The Sapphire/Steel starter deck of the first set "The First Chapter"
S2 The Amber/Sapphire starter deck of the second set "Rise of the Floodborn"
S2 The Amethyst/Steel starter deck of the second set "Rise of the Floodborn"
S3 The Amber/Emerald starter deck of the third set "Into the Inklands"
S3 The Ruby/Sapphire starter deck of the third set "Into the Inklands"
S4 The Amber/Amethyst starter deck of the fourth set "Ursula's Return"
S4 The Sapphire/Steel starter deck of the fourth set "Ursula's Return"
S5 The Amethyst/Ruby starter deck of the fifth set "Shimmering Skies"
S5 The Emerald/Steel starter deck of the fifth set "Shimmering Skies"
S6 The Amber/Ruby starter deck of the sixth set "Azurite Sea"
S6 The Emerald/Sapphire starter deck of the sixth set "Azurite Sea"

Changelogs

Click here for the changelog page of the English datafile
Click here for the changelog page of the French datafile

Limitations

The source of all this data is the same as the official Disney Lorcana app uses, with extra image parsing to make the card text more accurate. This means that LorcanaJSON files don't contain all cards teased for the next set release.
Once the new set cards get added to the official app, they will also get added to the LorcanaJSON data files within a few days.

Future plans

Contact

For suggestions for extra fields or changes, or for data corrections, email suggestions@lorcanajson.org.

For other types of messages, email contact@lorcanajson.org.

LorcanaJSON has accounts on Mastodon and BlueSky. Whenever there is an update to the dataset, a message announcing that update will be posted there, along with a short description of the biggest changes.

To see the sourcecode that generates these datafiles, see this GitHub project.