Lorcana-api.com

Updates

5/13/2023 [BREAKING CHANGES]

- Allowed support for multiple cards with the same name. This was done make making it so a fetch to just a name (e.g. mickey_mouse) will return a list of all the mickey mice, instead of just returning the first added one
- Made exact name fetch work differently. originally if you wanted to fetch a card exactly, like aladdin for example, you do something like this:
/strict/aladdin  now due to multple cards with the same name, you must also incude a subtitle, doing  /strict/aladdin-prince_ali  . doing the former will just return a list of all aladdins, like mentioned before
- Implemented Image URLs. All cards now have 5 image URLs in thier data. The URL's dont lead to an actual card, but a placeholder for when they are added. I am hoping on Lorcana/ravensburger to release an offical card database which includes images, for it would be extremely tricky to stock from third party images only. So no offical database probably means to card images
- The API now has all the cards currently.  Before the changes above, only the first released card from each name was added to the API. Now it is fully up to date on all the cards, and includes every variation for each name.

Smaller Changes/Bugfixes

- Developed specialized software to make transcription and saving much easier. This should allow for faster API updates
- Fixed some general mistakes here and there

4/17/2023

- Added /search  , a way to easiley filter cards for any of thier values. Check out the How To Guide to learn more.

Smaller Changes/Bugfixes

- Made /lists/sets return more information about each set, like card count and set code

4/15/2023

- Kept API up to date
- Made a Discord server ( https://discord.com/invite/NbVyvRuf9r )
- Made a Discord Bot: ( https://discord.com/oauth2/authorize?client_id=1026469969128587297&scope=bot&permissions=0)

Smaller Changes/Bugfixes

- Added more examples of GET to the how to page
- Added /lists/cards as an alias for /lists/names
- Made /lists/names automatically update; fetching all the names will now provide a dynamically updating list of the cards

12/24/2022

- Added /fuzzy/ option for partial name matches instead of strict. check the how to guide for information
- Added /lists/ . You can now fetch names, colors, and set using /lists/list_name . Check the how to for info
- Changed /cards/ to /strict/ . This is because /strict/ fits better with also having /fuzzy/ .   /cards/ will still work though
- Remade the how to guide, making it a lot easier to understand and more in-depth explanations

Smaller Changes/Bugfixes

- Made the backend smarter to allow for quicker and easier expansion
- Fix the mispelling of "toughness" occuring in all card instances
- Reconsiderd my life choices
- Fixed minor problems on other cards

12/21/2022

- Changed 'set' to 'set-code'; the set code is the three letter ​abbreviation of the set; like 'TFC'
- Added 'set'; the full set name ; like 'The First Chapter'
- Changed 'types' to 'subtypes'
- Added 'type' ; the card type; like 'character', or 'Action'
- Added this very page

Smaller Changes/Bugfixes

- Made sure all cards api were uniform; like including a 'traits' section even when none are present, to keep consistency
- Fixed Maleficent having improper JSON formatting (oops)
- Changed names from all uppercase to Title case
- Updated example on the how-to page to match new additions
- Fixed minor problems on other cards