Changelog

API and dataset version history

v0.2.0 Mar 18, 2025
New
  • Added some missing cards from the Spiritforged set
  • Added some of the teased cards from the new Unleashed set
  • Added all the missing promo cards with the promo rarity type
  • Added new endpoint to get cards by riftbound id /cards/riftbound/:id
  • For all /cards endpoints, added a set_id query parameter to filter cards by set
  • Updated card data to include flavour text
  • Updated card data to include the date the card was last updated in Riftcodex (see metadata.updated_on)

Fix
  • Fixed some inconsistencies in card and set data

Improvement
  • Improved monitoring and logging for better error tracking and performance insights
  • Optimised the /cards/name endpoint for faster lookups
  • Added indexes for improved query performance

Breaking
  • The Riftcodex card ID field was refactored and changed for all cards
  • The public_code attribute was removed as it was redundant
  • The cardmarket_id for sets was changed from being a single integer to a list of integers to support Cardmarket's structure
  • Naming convention was changed follow the style: Tryndamere - Barbarian instead of Tryndamere, Barbarian
v0.1.0 Dec 3, 2025
New
  • Initial public release