-
Notifications
You must be signed in to change notification settings - Fork 102
Add Magic Card Market set names for each set #67
Comments
Magiccardmarket has an API for this kind of datas. |
This would be so lovely, I am trying to use their API to get prices, and need to parse the sets from mtgjson to theirs, and this is so hard and inaccurate for me, because they have their own way to classify cards by sets. |
Can someone elaborate on this? How is this different than the name of the set already provided on the JSON files? "name": "Battle for Zendikar",
"code": "BFZ",
"magicCardsInfoCode": "bfz",
"releaseDate": "2015-10-02",
"border": "black",
"type": "expansion",
"block": "Battle for Zendikar", |
For example in KTK-x.json : { So, Siege Rhino printings list is pPRE (Prerelease), KTK (Khans of Tarkir). We can see that Siege Rhino has 3 printings:
Therefor we can conclude that in MTGJson we miss Clash Pack printings listening and that "pPRE" set (Prerelease) is linked to their set named: "Khans of Tarkir: Promos" |
Got it! I'll try to think about how to implement this... |
Adding the set name used by https://www.magiccardmarket.eu/Expansions would allow those that use the MTGJSON data to more easily integrate into the pricing data provided by that site.
The text was updated successfully, but these errors were encountered: