Badaro / MTGODecklistCache

Cache in JSON format of tournaments posted on MTGO, Manatraders, Melee and Topdeck Websites
34 stars 4 forks source link

MTGODecklistCache

This repository contains a cache in JSON format of tournaments posted on MTGO, Manatraders, Melee and Topdeck Websites

mtgo.com data from 2024-06-20 onwards is significantly more limited due to changes on their website, and uses a separate folder.

Each JSON file contains a tournament object, an array of decks, plus standings and bracket information when appropriate. Check this folder to see exactly what these entities contain - each JSON file is a CacheItem entity.

To use this data, clone the repository and run git pull periodically to get the latest tournaments. MTGO, Melee and Topdekc data is automatically updated daily around 17:00 UTC, Manatraders data at the same time usually on the monday after the tournament.

Tools used to generate this data are available here.