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 three types of files: A metadata file; a file for each set; 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. Each of those card objects consists of the following fields: Certain text fields ('abilities', 'clarifications', 'effects', 'errata', 'fullText') 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.
For each file there is also an MD5 checksum linked right below it, so you can verify that your download succeeded.
Name Description JSON Zipped JSON
Metadata Contains format version and creation date download -
All Cards Contains all the cards from all the sets download
(md5 checksum)
download
(md5 checksum)
All Sets Contains all the separate setfiles described below, but in one single zipfile - download
(md5 checksum)
Set 1 cards Contains all the cards from the first set: "The First Chapter" download
(md5 checksum)
download
(md5 checksum)
Set 2 cards Contains all the cards from the second set: "Rise of the Floodborn"
(Incomplete)
download
(md5 checksum)
download
(md5 checksum)
Set 3 cards Contains all the cards from the third set: "Into the Inklands"
(Incomplete)
download
(md5 checksum)
download
(md5 checksum)
Please try to use the zipped JSON files to save bandwith. Thanks!

Changelog

Click here for the changelog page

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.
The data files also don't contain any information about 'Enchanted'-rarity cards or links to their art.

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 an account on Mastodon, where updates to the dataset will be posted.
To see the sourcecode that generates these datafiles, see this GitHub project.