YGOPRODeck
YGOPRODeck copied to clipboard
Ultimate Offering has the wrong card ID
In your API, Ultimate Offering has card ID 80604092 but DuelingBook has this card's ID as 80604091. I found this because I was looking at this Machina deck in DuelingBook (https://www.duelingbook.com/deck?id=6539132) and downloaded the ydk file, then imported into a table and compared to your card list from your API.
If you end up fixing this please reply back to this post so I can re-download the card list. This API is fantastic, thanks!
We have both. The incremented one is for the Ultimate Offering alternative art. We utilize incremented IDs for alternative art. I believe other Yuigoh utilities also do this.
https://db.ygoprodeck.com/api/v7/cardinfo.php?id=80604091
https://db.ygoprodeck.com/api/v7/cardinfo.php?id=80604091
As a follow up, you can also do this which shows all alternative IDs:
https://db.ygoprodeck.com/api/v7/cardinfo.php?name=Ultimate%20Offering&misc=yes
But if you go to https://db.ygoprodeck.com/api/v7/cardinfo.php and use the "Filter JSON" field to type in "ultimate offering", it only returns 1 node at 11660 for card ID 80604092. This full card list is what I downloaded and used to compare against the DuelingBook ydk file.