Closed vtbassmatt closed 1 year ago
Actually, I looked into this, and it seems there are places where Moxfield uses a different UUID than Scryfall for some printings. They seem to be STA
(Strixhaven Mystical Archives) but I haven't gone any deeper than that.
After talking with John from Moxfield, there are occasional gaps in Scryfall's data, or places where they get out of sync.
I think I can fall back to looking up the card by name/set_code.
Next deploy contains a fallback "look up by name and edition".
Note that if a printing itself is missing from Scryfall data (see "Charge Through" set:j21
), this will still miss. But the STA
cards which seem to have different IDs on Moxfield will be covered.
We can fill in card-by-card without hitting the API too hard.