diff --git a/mtg_ssm/scryfall/models.py b/mtg_ssm/scryfall/models.py index 08f66a5..8b0a7e3 100644 --- a/mtg_ssm/scryfall/models.py +++ b/mtg_ssm/scryfall/models.py @@ -54,29 +54,30 @@ class ScrySetType(str, Enum): class ScryCardLayout(str, Enum): """Enum for https://scryfall.com/docs/api/layouts#layout.""" - NORMAL = "normal" - SPLIT = "split" - FLIP = "flip" - TRANSFORM = "transform" - MODAL_DFC = "modal_dfc" - MELD = "meld" - LEVELER = "leveler" - CLASS = "class" - SAGA = "saga" ADVENTURE = "adventure" - PLANAR = "planar" - SCHEME = "scheme" - VANGUARD = "vanguard" - TOKEN = "token" # noqa: S105 + ART_SERIES = "art_series" + AUGMENT = "augment" + CASE = "case" + CLASS = "class" DOUBLE_FACED_TOKEN = "double_faced_token" # noqa: S105 + DOUBLE_SIDED = "double_sided" EMBLEM = "emblem" - AUGMENT = "augment" + FLIP = "flip" HOST = "host" - ART_SERIES = "art_series" - DOUBLE_SIDED = "double_sided" - REVERSIBLE_CARD = "reversible_card" + LEVELER = "leveler" + MELD = "meld" + MODAL_DFC = "modal_dfc" MUTATE = "mutate" + NORMAL = "normal" + PLANAR = "planar" PROTOTYPE = "prototype" + REVERSIBLE_CARD = "reversible_card" + SAGA = "saga" + SCHEME = "scheme" + SPLIT = "split" + TOKEN = "token" # noqa: S105 + TRANSFORM = "transform" + VANGUARD = "vanguard" class ScryCardFrame(str, Enum): @@ -93,38 +94,40 @@ class ScryFrameEffect(str, Enum): """Enum for https://scryfall.com/docs/api/layouts#frame-effects.""" NONE = "" + + BORDERLESS = "borderless" + COLORSHIFTED = "colorshifted" + COMPANION = "companion" + COMPASSLANDDFC = "compasslanddfc" + CONVERTDFC = "convertdfc" + DEVOID = "devoid" + DRAFT = "draft" + ETCHED = "etched" + EXTENDEDART = "extendedart" + FANDFC = "fandfc" + FULLART = "fullart" + GILDED = "gilded" + GRAVESTONE = "gravestone" + INVERTED = "inverted" LEGENDARY = "legendary" + LESSON = "lesson" MIRACLE = "miracle" + MOONELDRAZIDFC = "mooneldrazidfc" + MOONREVERSEMOONDFC = "moonreversemoondfc" NYXBORN = "nyxborn" NYXTOUCHED = "nyxtouched" - DRAFT = "draft" - DEVOID = "devoid" - TOMBSTONE = "tombstone" - COLORSHIFTED = "colorshifted" - INVERTED = "inverted" - SUNMOONDFC = "sunmoondfc" - COMPASSLANDDFC = "compasslanddfc" ORIGINPWDFC = "originpwdfc" - MOONELDRAZIDFC = "mooneldrazidfc" - MOONREVERSEMOONDFC = "moonreversemoondfc" - WAXINGANDWANINGMOONDFC = "waxingandwaningmoondfc" + SHATTEREDGLASS = "shatteredglass" SHOWCASE = "showcase" - EXTENDEDART = "extendedart" - COMPANION = "companion" - FULLART = "fullart" - ETCHED = "etched" SNOW = "snow" - LESSON = "lesson" + STAMPED = "stamped" + SUNMOONDFC = "sunmoondfc" TEXTLESS = "textless" - SHATTEREDGLASS = "shatteredglass" - CONVERTDFC = "convertdfc" - FANDFC = "fandfc" - UPSIDEDOWNDFC = "upsidedowndfc" - GILDED = "gilded" - BORDERLESS = "borderless" THICK = "thick" - GRAVESTONE = "gravestone" + TOMBSTONE = "tombstone" + UPSIDEDOWNDFC = "upsidedowndfc" VEHICLE = "vehicle" + WAXINGANDWANINGMOONDFC = "waxingandwaningmoondfc" class ScryBorderColor(str, Enum): @@ -190,28 +193,30 @@ class ScrySecurityStamp(str, Enum): class ScryFormat(str, Enum): """Enum for card legalities keys.""" + ALCHEMY = "alchemy" BRAWL = "brawl" COMMANDER = "commander" DUEL = "duel" + EXPLORER = "explorer" FRONTIER = "frontier" FUTURE = "future" + GLADIATOR = "gladiator" + HISTORIC = "historic" + HISTORICBRAWL = "historicbrawl" LEGACY = "legacy" MODERN = "modern" + OATHBREAKER = "oathbreaker" OLDSCHOOL = "oldschool" PAUPER = "pauper" + PAUPERCOMMANDER = "paupercommander" PENNY = "penny" - STANDARD = "standard" - VINTAGE = "vintage" - HISTORIC = "historic" PIONEER = "pioneer" - GLADIATOR = "gladiator" - EXPLORER = "explorer" - HISTORICBRAWL = "historicbrawl" - ALCHEMY = "alchemy" - PAUPERCOMMANDER = "paupercommander" - PREMODERN = "premodern" PREDH = "predh" - OATHBREAKER = "oathbreaker" + PREMODERN = "premodern" + STANDARD = "standard" + STANDARDBRAWL = "standardbrawl" + TIMELESS = "timeless" + VINTAGE = "vintage" class ScryLegality(str, Enum): diff --git a/tests/data/bulk_data.json b/tests/data/bulk_data.json index 53b20b6..6194dd0 100644 --- a/tests/data/bulk_data.json +++ b/tests/data/bulk_data.json @@ -8,8 +8,8 @@ "type": "default_cards", "name": "Default Cards", "description": "A JSON file containing every card object on Scryfall in English or the printed language if the card is only available in one language.", - "download_uri": "https://data.scryfall.io/default-cards/default-cards-20230906210610.json", - "updated_at": "2023-09-06T21:06:10.414000Z", + "download_uri": "https://data.scryfall.io/default-cards/default-cards-20240221100428.json", + "updated_at": "2024-02-21T10:04:28.932000Z", "content_type": "application/json", "content_encoding": "gzip" } diff --git a/tests/data/cards.json b/tests/data/cards.json index 6f66be6..220b5fc 100644 --- a/tests/data/cards.json +++ b/tests/data/cards.json @@ -20,7 +20,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 4670, + "edhrec_rank": 5237, "foil": false, "keywords": [], "layout": "normal", @@ -28,6 +28,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -38,8 +39,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -52,7 +53,7 @@ "nonfoil": true, "oracle_text": "Artifacts you control have hexproof. (They can't be the targets of spells or abilities your opponents control.)", "oversized": false, - "penny_rank": 9086, + "penny_rank": 9768, "power": "2", "reserved": false, "toughness": "5", @@ -87,24 +88,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/9/d/9d26f171-5bb6-463c-8473-53b6cc27ed66.jpg?1562928153" }, "prices": { - "usd": "1.61", + "usd": "1.03", "usd_foil": null, "usd_etched": null, - "eur": "1.01", + "eur": "0.91", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/37173?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F37173%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Leonin+Abunas&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Leonin+Abunas&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=220527", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Leonin+Abunas&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Leonin+Abunas&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=220527&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DLeonin%2BAbunas", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DLeonin%2BAbunas", "edhrec": "https://edhrec.com/route/?cc=Leonin+Abunas" }, "released_at": "2010-06-18", @@ -169,7 +170,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 21713, + "edhrec_rank": 22837, "foil": true, "keywords": [ "Flying" @@ -179,6 +180,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -186,11 +188,11 @@ "legacy": "legal", "pauper": "not_legal", "vintage": "legal", - "penny": "legal", + "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "restricted", "duel": "legal", @@ -237,24 +239,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/7/5/758abd53-6ad2-406e-8615-8e48678405b4.jpg?1562877848" }, "prices": { - "usd": "0.18", - "usd_foil": "0.20", + "usd": "0.17", + "usd_foil": "0.28", "usd_etched": null, - "eur": "0.15", - "eur_foil": "0.34", - "tix": "0.02" + "eur": "0.09", + "eur_foil": "0.49", + "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/12253?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F12253%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Faithful+Squire&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/21661?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "uncommon", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=74093", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Faithful+Squire+%2F%2F+Kaiso%2C+Memory+of+Loyalty&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Faithful+Squire+%2F%2F+Kaiso%2C+Memory+of+Loyalty&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=74093&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DFaithful%2BSquire%2B%252F%252F%2BKaiso%252C%2BMemory%2Bof%2BLoyalty", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DFaithful%2BSquire%2B%252F%252F%2BKaiso%252C%2BMemory%2Bof%2BLoyalty", "edhrec": "https://edhrec.com/route/?cc=Faithful+Squire" }, "released_at": "2005-02-04", @@ -289,7 +291,7 @@ "cmc": 0.0, "colors": [], "color_identity": [], - "edhrec_rank": 2071, + "edhrec_rank": 2090, "foil": true, "keywords": [], "layout": "normal", @@ -297,6 +299,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -304,11 +307,11 @@ "legacy": "legal", "pauper": "not_legal", "vintage": "legal", - "penny": "not_legal", + "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -321,6 +324,7 @@ "nonfoil": true, "oracle_text": "Boseiju, Who Shelters All enters the battlefield tapped.\n{T}, Pay 2 life: Add {C}. If that mana is spent on an instant or sorcery spell, that spell can't be countered.", "oversized": false, + "penny_rank": 840, "produced_mana": [ "C" ], @@ -357,24 +361,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/0/1/0180d9a8-992c-4d55-8ac4-33a587786993.jpg?1562757082" }, "prices": { - "usd": "15.61", - "usd_foil": "102.45", + "usd": "11.16", + "usd_foil": "59.99", "usd_etched": null, - "eur": "8.10", - "eur_foil": "29.85", + "eur": "5.73", + "eur_foil": "26.79", "tix": "0.11" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/11953?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F11953%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Boseiju%2C+Who+Shelters+All&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/21135?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=75305", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Boseiju%2C+Who+Shelters+All&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Boseiju%2C+Who+Shelters+All&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=75305&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BShelters%2BAll", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BShelters%2BAll", "edhrec": "https://edhrec.com/route/?cc=Boseiju%2C+Who+Shelters+All" }, "released_at": "2004-10-01", @@ -439,7 +443,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 13422, + "edhrec_rank": 14754, "foil": true, "keywords": [ "Bushido", @@ -450,6 +454,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -460,8 +465,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "restricted", "duel": "legal", @@ -473,7 +478,7 @@ "name": "Bushi Tenderfoot // Kenzo the Hardhearted", "nonfoil": true, "oversized": false, - "penny_rank": 9859, + "penny_rank": 10392, "power": "1", "reserved": false, "toughness": "1", @@ -509,24 +514,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/8/6/864ad989-19a6-4930-8efc-bbc077a18c32.jpg?1562762069" }, "prices": { - "usd": "0.26", - "usd_foil": "6.69", + "usd": "0.27", + "usd_foil": "1.65", "usd_etched": null, - "eur": "0.04", - "eur_foil": "0.20", - "tix": "0.02" + "eur": "0.32", + "eur_foil": "1.44", + "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/11958?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F11958%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Bushi+Tenderfoot&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/21205?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "uncommon", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=78600", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Bushi+Tenderfoot+%2F%2F+Kenzo+the+Hardhearted&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Bushi+Tenderfoot+%2F%2F+Kenzo+the+Hardhearted&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=78600&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DBushi%2BTenderfoot%2B%252F%252F%2BKenzo%2Bthe%2BHardhearted", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DBushi%2BTenderfoot%2B%252F%252F%2BKenzo%2Bthe%2BHardhearted", "edhrec": "https://edhrec.com/route/?cc=Bushi+Tenderfoot" }, "released_at": "2004-10-01", @@ -565,7 +570,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 18031, + "edhrec_rank": 19397, "foil": true, "keywords": [ "Cumulative upkeep" @@ -575,6 +580,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -582,11 +588,11 @@ "legacy": "legal", "pauper": "not_legal", "vintage": "legal", - "penny": "legal", + "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "restricted", "duel": "legal", @@ -599,7 +605,7 @@ "nonfoil": true, "oracle_text": "Cumulative upkeep—Put two cards from a single graveyard on the bottom of their owner's library. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)", "oversized": false, - "penny_rank": 11349, + "penny_rank": 11894, "power": "4", "reserved": false, "toughness": "4", @@ -635,24 +641,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/5/5/5526c510-bd33-4fac-8941-f19bd0997557.jpg?1593274750" }, "prices": { - "usd": "0.20", - "usd_foil": "7.47", + "usd": "0.23", + "usd_foil": "5.99", "usd_etched": null, - "eur": "0.10", - "eur_foil": "1.44", - "tix": "0.02" + "eur": "0.11", + "eur_foil": "1.38", + "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/14058?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F14058%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=J%C3%B6tun+Grunt&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/24805?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "uncommon", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=122075", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=J%C3%B6tun+Grunt&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=J%C3%B6tun+Grunt&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=122075&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DJ%25C3%25B6tun%2BGrunt", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DJ%25C3%25B6tun%2BGrunt", "edhrec": "https://edhrec.com/route/?cc=J%C3%B6tun+Grunt" }, "released_at": "2006-07-21", @@ -685,11 +691,11 @@ "all_parts": [ { "object": "related_card", - "id": "34e5ec9e-8e9c-4396-86b3-c9ca99eaf2fa", + "id": "f38381fd-e368-46b2-94e9-89c9b182435d", "component": "token", "name": "Saproling", "type_line": "Token Creature — Saproling", - "uri": "https://api.scryfall.com/cards/34e5ec9e-8e9c-4396-86b3-c9ca99eaf2fa" + "uri": "https://api.scryfall.com/cards/f38381fd-e368-46b2-94e9-89c9b182435d" }, { "object": "related_card", @@ -707,7 +713,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 6875, + "edhrec_rank": 6794, "foil": false, "keywords": [], "layout": "normal", @@ -715,6 +721,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -725,8 +732,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -739,7 +746,7 @@ "nonfoil": true, "oracle_text": "At the beginning of your upkeep, put a spore counter on Thallid.\nRemove three spore counters from Thallid: Create a 1/1 green Saproling creature token.", "oversized": false, - "penny_rank": 9165, + "penny_rank": 9924, "power": "1", "reserved": false, "toughness": "1", @@ -773,24 +780,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/4/c/4caaf31b-86a9-485b-8da7-d5b526ed1233.jpg?1562909047" }, "prices": { - "usd": "0.19", + "usd": "0.21", "usd_foil": null, "usd_etched": null, - "eur": "0.05", + "eur": "0.15", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/3751?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F3751%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Thallid&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Thallid&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=1924", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Thallid&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Thallid&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=1924&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DThallid", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DThallid", "edhrec": "https://edhrec.com/route/?cc=Thallid" }, "released_at": "1994-11-01", @@ -823,11 +830,11 @@ "all_parts": [ { "object": "related_card", - "id": "34e5ec9e-8e9c-4396-86b3-c9ca99eaf2fa", + "id": "f38381fd-e368-46b2-94e9-89c9b182435d", "component": "token", "name": "Saproling", "type_line": "Token Creature — Saproling", - "uri": "https://api.scryfall.com/cards/34e5ec9e-8e9c-4396-86b3-c9ca99eaf2fa" + "uri": "https://api.scryfall.com/cards/f38381fd-e368-46b2-94e9-89c9b182435d" }, { "object": "related_card", @@ -845,7 +852,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 6875, + "edhrec_rank": 6794, "foil": false, "keywords": [], "layout": "normal", @@ -853,6 +860,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -863,8 +871,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -877,7 +885,7 @@ "nonfoil": true, "oracle_text": "At the beginning of your upkeep, put a spore counter on Thallid.\nRemove three spore counters from Thallid: Create a 1/1 green Saproling creature token.", "oversized": false, - "penny_rank": 9165, + "penny_rank": 9924, "power": "1", "reserved": false, "toughness": "1", @@ -911,24 +919,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/8/0/80f8f778-ae31-45cd-b27f-f93a07853ede.jpg?1562918912" }, "prices": { - "usd": "0.21", + "usd": "0.19", "usd_foil": null, "usd_etched": null, - "eur": "0.02", + "eur": "0.11", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/18253?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F18253%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Thallid&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Thallid&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=1926", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Thallid&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Thallid&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=1926&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DThallid", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DThallid", "edhrec": "https://edhrec.com/route/?cc=Thallid" }, "released_at": "1994-11-01", @@ -961,11 +969,11 @@ "all_parts": [ { "object": "related_card", - "id": "34e5ec9e-8e9c-4396-86b3-c9ca99eaf2fa", + "id": "f38381fd-e368-46b2-94e9-89c9b182435d", "component": "token", "name": "Saproling", "type_line": "Token Creature — Saproling", - "uri": "https://api.scryfall.com/cards/34e5ec9e-8e9c-4396-86b3-c9ca99eaf2fa" + "uri": "https://api.scryfall.com/cards/f38381fd-e368-46b2-94e9-89c9b182435d" }, { "object": "related_card", @@ -983,7 +991,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 6875, + "edhrec_rank": 6794, "foil": false, "keywords": [], "layout": "normal", @@ -991,6 +999,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -1001,8 +1010,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -1015,7 +1024,7 @@ "nonfoil": true, "oracle_text": "At the beginning of your upkeep, put a spore counter on Thallid.\nRemove three spore counters from Thallid: Create a 1/1 green Saproling creature token.", "oversized": false, - "penny_rank": 9165, + "penny_rank": 9924, "power": "1", "reserved": false, "toughness": "1", @@ -1049,24 +1058,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/2/c/2cf2f3da-9101-439d-8caa-910ff40bfbb3.jpg?1562903271" }, "prices": { - "usd": "0.17", + "usd": "0.21", "usd_foil": null, "usd_etched": null, - "eur": "0.07", + "eur": "0.14", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/18254?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F18254%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Thallid&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Thallid&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=1927", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Thallid&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Thallid&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=1927&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DThallid", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DThallid", "edhrec": "https://edhrec.com/route/?cc=Thallid" }, "released_at": "1994-11-01", @@ -1099,11 +1108,11 @@ "all_parts": [ { "object": "related_card", - "id": "34e5ec9e-8e9c-4396-86b3-c9ca99eaf2fa", + "id": "f38381fd-e368-46b2-94e9-89c9b182435d", "component": "token", "name": "Saproling", "type_line": "Token Creature — Saproling", - "uri": "https://api.scryfall.com/cards/34e5ec9e-8e9c-4396-86b3-c9ca99eaf2fa" + "uri": "https://api.scryfall.com/cards/f38381fd-e368-46b2-94e9-89c9b182435d" }, { "object": "related_card", @@ -1121,7 +1130,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 6875, + "edhrec_rank": 6794, "foil": false, "keywords": [], "layout": "normal", @@ -1129,6 +1138,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -1139,8 +1149,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -1153,7 +1163,7 @@ "nonfoil": true, "oracle_text": "At the beginning of your upkeep, put a spore counter on Thallid.\nRemove three spore counters from Thallid: Create a 1/1 green Saproling creature token.", "oversized": false, - "penny_rank": 9165, + "penny_rank": 9924, "power": "1", "reserved": false, "toughness": "1", @@ -1187,24 +1197,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/0/1/01827286-b104-41c5-bac9-7c38414bc40e.jpg?1562895253" }, "prices": { - "usd": "0.20", + "usd": "0.22", "usd_foil": null, "usd_etched": null, - "eur": "0.15", + "eur": "0.19", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/18255?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F18255%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Thallid&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Thallid&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=1925", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Thallid&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Thallid&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=1925&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DThallid", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DThallid", "edhrec": "https://edhrec.com/route/?cc=Thallid" }, "released_at": "1994-11-01", @@ -1241,7 +1251,7 @@ "color_identity": [ "B" ], - "edhrec_rank": 19758, + "edhrec_rank": 20727, "foil": false, "keywords": [ "Protection", @@ -1252,6 +1262,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -1262,8 +1273,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -1310,24 +1321,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/0/c/0c6f0614-06dc-4bd2-b8b9-d951ae27db21.jpg?1575874678" }, "prices": { - "usd": "0.22", + "usd": "0.20", "usd_foil": null, "usd_etched": null, - "eur": "0.05", + "eur": "0.12", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/4468?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F4468%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Cemetery+Gate&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Cemetery+Gate&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2913", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Cemetery+Gate&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Cemetery+Gate&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2913&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DCemetery%2BGate", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DCemetery%2BGate", "edhrec": "https://edhrec.com/route/?cc=Cemetery+Gate" }, "released_at": "1995-10-01", @@ -1364,7 +1375,7 @@ "color_identity": [ "B" ], - "edhrec_rank": 19758, + "edhrec_rank": 20727, "foil": false, "keywords": [ "Protection", @@ -1375,6 +1386,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -1385,8 +1397,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -1433,24 +1445,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/4/a/4a7b2cc1-cb0b-4cb8-963f-453a1d5b0e3c.jpg?1562587268" }, "prices": { - "usd": "0.14", + "usd": "0.17", "usd_foil": null, "usd_etched": null, - "eur": "0.05", + "eur": "0.10", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/18273?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F18273%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Cemetery+Gate&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Cemetery+Gate&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2914", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Cemetery+Gate&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Cemetery+Gate&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2914&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DCemetery%2BGate", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DCemetery%2BGate", "edhrec": "https://edhrec.com/route/?cc=Cemetery+Gate" }, "released_at": "1995-10-01", @@ -1489,7 +1501,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 3006, + "edhrec_rank": 3442, "foil": false, "keywords": [ "Cycling" @@ -1499,6 +1511,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -1509,8 +1522,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -1523,7 +1536,7 @@ "nonfoil": true, "oracle_text": "Destroy all artifacts, creatures, and enchantments.\nCycling {3} ({3}, Discard this card: Draw a card.)", "oversized": false, - "penny_rank": 128, + "penny_rank": 149, "reserved": false, "type_line": "Sorcery", "artist": "Greg Hildebrandt & Tim Hildebrandt", @@ -1561,21 +1574,21 @@ "usd": "0.44", "usd_foil": null, "usd_etched": null, - "eur": "0.20", + "eur": "0.44", "eur_foil": null, - "tix": "0.57" + "tix": "0.55" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/37313?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F37313%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Akroma%27s+Vengeance&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/44608?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=205366", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Akroma%27s+Vengeance&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Akroma%27s+Vengeance&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=205366&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DAkroma%2527s%2BVengeance", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DAkroma%2527s%2BVengeance", "edhrec": "https://edhrec.com/route/?cc=Akroma%27s+Vengeance" }, "released_at": "2009-09-04", @@ -1614,7 +1627,7 @@ "color_identity": [ "B" ], - "edhrec_rank": 65, + "edhrec_rank": 55, "foil": false, "keywords": [], "layout": "normal", @@ -1622,6 +1635,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "banned", + "timeless": "legal", "gladiator": "legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -1632,8 +1646,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "banned", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -1646,7 +1660,7 @@ "nonfoil": true, "oracle_text": "Add {B}{B}{B}.", "oversized": false, - "penny_rank": 25, + "penny_rank": 29, "produced_mana": [ "B" ], @@ -1683,24 +1697,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/c/8/c8c774f2-110e-476c-a4ff-cc86d31c6ae7.jpg?1562842886" }, "prices": { - "usd": "1.34", + "usd": "1.89", "usd_foil": null, "usd_etched": null, - "eur": "1.75", + "eur": "2.83", "eur_foil": null, - "tix": "0.47" + "tix": "0.25" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/37351?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F37351%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Dark+Ritual&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/44358?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=205422", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Dark+Ritual&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Dark+Ritual&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=205422&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DDark%2BRitual", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DDark%2BRitual", "edhrec": "https://edhrec.com/route/?cc=Dark+Ritual" }, "released_at": "2009-09-04", @@ -1738,7 +1752,7 @@ "color_identity": [ "B" ], - "edhrec_rank": 65, + "edhrec_rank": 55, "foil": false, "keywords": [], "layout": "normal", @@ -1746,6 +1760,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "banned", + "timeless": "legal", "gladiator": "legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -1756,8 +1771,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "banned", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -1770,7 +1785,7 @@ "nonfoil": true, "oracle_text": "Add {B}{B}{B}.", "oversized": false, - "penny_rank": 25, + "penny_rank": 29, "produced_mana": [ "B" ], @@ -1807,24 +1822,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/4/e/4ebcd681-1871-4914-bcd7-6bd95829f6e0.jpg?1562909407" }, "prices": { - "usd": "1.20", + "usd": "1.99", "usd_foil": null, "usd_etched": null, - "eur": "0.59", + "eur": "0.74", "eur_foil": null, - "tix": "1.38" + "tix": "1.82" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/4641?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F4641%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Dark+Ritual&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/24405?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2444", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Dark+Ritual&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Dark+Ritual&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2444&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DDark%2BRitual", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DDark%2BRitual", "edhrec": "https://edhrec.com/route/?cc=Dark+Ritual" }, "released_at": "1995-06-03", @@ -1867,6 +1882,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -1877,8 +1893,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", "alchemy": "legal", "paupercommander": "legal", "duel": "legal", @@ -1896,7 +1912,7 @@ ], "reserved": false, "type_line": "Basic Land — Forest", - "artist": "Pat Morrissey", + "artist": "Pat Lewis", "artist_ids": [ "3130411f-ddd5-4cab-a2f4-0a9c3b95a26e" ], @@ -1926,24 +1942,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/f/b/fbdcbd97-90a9-45ea-94f6-2a1c6faaf965.jpg?1562942481" }, "prices": { - "usd": "0.83", + "usd": "0.68", "usd_foil": null, "usd_etched": null, - "eur": "0.40", + "eur": "0.59", "eur_foil": null, - "tix": "0.20" + "tix": "0.04" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/4679?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F4679%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Forest&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/24443?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2748", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2748&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", "edhrec": "https://edhrec.com/route/?cc=Forest" }, "released_at": "1995-06-03", @@ -1986,6 +2002,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -1996,8 +2013,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", "alchemy": "legal", "paupercommander": "legal", "duel": "legal", @@ -2015,7 +2032,7 @@ ], "reserved": false, "type_line": "Basic Land — Forest", - "artist": "Pat Morrissey", + "artist": "Pat Lewis", "artist_ids": [ "3130411f-ddd5-4cab-a2f4-0a9c3b95a26e" ], @@ -2045,24 +2062,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/b/3/b346b784-7bde-49d0-bfa9-56236cbe19d9.jpg?1562928391" }, "prices": { - "usd": "0.88", + "usd": "0.66", "usd_foil": null, "usd_etched": null, - "eur": "0.47", + "eur": "0.53", "eur_foil": null, - "tix": "0.80" + "tix": "0.83" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/18372?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F18372%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Forest&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/24415?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2747", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2747&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", "edhrec": "https://edhrec.com/route/?cc=Forest" }, "released_at": "1995-06-03", @@ -2105,6 +2122,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -2115,8 +2133,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", "alchemy": "legal", "paupercommander": "legal", "duel": "legal", @@ -2134,7 +2152,7 @@ ], "reserved": false, "type_line": "Basic Land — Forest", - "artist": "Pat Morrissey", + "artist": "Pat Lewis", "artist_ids": [ "3130411f-ddd5-4cab-a2f4-0a9c3b95a26e" ], @@ -2164,24 +2182,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/7/6/768c4d8f-5700-4f0a-9ff2-58422aeb1dac.jpg?1562916916" }, "prices": { - "usd": "0.50", + "usd": "0.39", "usd_foil": null, "usd_etched": null, - "eur": "0.31", + "eur": "0.45", "eur_foil": null, - "tix": "1.81" + "tix": "0.91" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/18373?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F18373%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Forest&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/24417?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2746", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2746&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", "edhrec": "https://edhrec.com/route/?cc=Forest" }, "released_at": "1995-06-03", @@ -2224,6 +2242,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -2234,8 +2253,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -2253,7 +2272,7 @@ ], "reserved": false, "type_line": "Basic Snow Land — Forest", - "artist": "Pat Morrissey", + "artist": "Pat Lewis", "artist_ids": [ "3130411f-ddd5-4cab-a2f4-0a9c3b95a26e" ], @@ -2283,24 +2302,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/4/c/4c0ad95c-d62c-4138-ada0-fa39a63a449e.jpg?1562908930" }, "prices": { - "usd": "1.70", + "usd": "1.94", "usd_foil": null, "usd_etched": null, - "eur": "0.89", + "eur": "1.32", "eur_foil": null, - "tix": "1.44" + "tix": "1.12" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/4880?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F4880%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Snow-Covered+Forest&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/24413?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2749", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Snow-Covered+Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Snow-Covered+Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=2749&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DSnow-Covered%2BForest", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DSnow-Covered%2BForest", "edhrec": "https://edhrec.com/route/?cc=Snow-Covered+Forest" }, "released_at": "1995-06-03", @@ -2339,7 +2358,7 @@ "color_identity": [ "B" ], - "edhrec_rank": 16488, + "edhrec_rank": 17160, "foil": true, "keywords": [ "First strike" @@ -2349,6 +2368,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -2359,8 +2379,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "restricted", "duel": "legal", @@ -2373,7 +2393,7 @@ "nonfoil": true, "oracle_text": "First strike\nWhenever a creature dealt damage by Abattoir Ghoul this turn dies, you gain life equal to that creature's toughness.", "oversized": false, - "penny_rank": 4759, + "penny_rank": 5307, "power": "3", "reserved": false, "toughness": "2", @@ -2410,24 +2430,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/5/9/59cf0906-04fa-4b30-a7a6-3d117931154f.jpg?1562830661" }, "prices": { - "usd": "0.07", - "usd_foil": "0.25", + "usd": "0.06", + "usd_foil": "0.50", "usd_etched": null, - "eur": "0.02", - "eur_foil": "0.15", + "eur": "0.13", + "eur_foil": "0.38", "tix": "0.04" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/56263?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F56263%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Abattoir+Ghoul&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/42418?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "uncommon", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=222911", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Abattoir+Ghoul&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Abattoir+Ghoul&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=222911&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DAbattoir%2BGhoul", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DAbattoir%2BGhoul", "edhrec": "https://edhrec.com/route/?cc=Abattoir+Ghoul" }, "released_at": "2011-09-30", @@ -2517,7 +2537,7 @@ "color_identity": [ "U" ], - "edhrec_rank": 12235, + "edhrec_rank": 12945, "foil": true, "keywords": [ "Flying", @@ -2528,6 +2548,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -2535,12 +2556,12 @@ "legacy": "legal", "pauper": "legal", "vintage": "legal", - "penny": "legal", + "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", - "alchemy": "legal", + "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", "oldschool": "not_legal", @@ -2550,7 +2571,7 @@ "name": "Delver of Secrets // Insectile Aberration", "nonfoil": true, "oversized": false, - "penny_rank": 92, + "penny_rank": 112, "reserved": false, "type_line": "Creature — Human Wizard // Creature — Human Insect", "artist": "Nils Hamm", @@ -2577,24 +2598,24 @@ "highres_image": true, "image_status": "highres_scan", "prices": { - "usd": "0.44", - "usd_foil": "4.82", + "usd": "0.46", + "usd_foil": "3.96", "usd_etched": null, - "eur": "0.76", - "eur_foil": "7.00", + "eur": "0.81", + "eur_foil": "6.20", "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/56246?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F56246%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Delver+of+Secrets&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/42436?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=226749", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Delver+of+Secrets+%2F%2F+Insectile+Aberration&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Delver+of+Secrets+%2F%2F+Insectile+Aberration&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=226749&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DDelver%2Bof%2BSecrets%2B%252F%252F%2BInsectile%2BAberration", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DDelver%2Bof%2BSecrets%2B%252F%252F%2BInsectile%2BAberration", "edhrec": "https://edhrec.com/route/?cc=Delver+of+Secrets" }, "released_at": "2011-09-30", @@ -2638,6 +2659,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -2648,8 +2670,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", "alchemy": "legal", "paupercommander": "legal", "duel": "legal", @@ -2698,24 +2720,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/b/6/b606f644-1728-4cb3-90ed-121838875de1.jpg?1562835915" }, "prices": { - "usd": "0.15", - "usd_foil": "1.67", + "usd": "0.18", + "usd_foil": "2.69", "usd_etched": null, - "eur": "0.20", - "eur_foil": "1.75", - "tix": "0.02" + "eur": "0.12", + "eur_foil": "0.78", + "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/56358?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F56358%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Forest&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/42740?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=245247", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=245247&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", "edhrec": "https://edhrec.com/route/?cc=Forest" }, "released_at": "2011-09-30", @@ -2759,6 +2781,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -2769,8 +2792,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", "alchemy": "legal", "paupercommander": "legal", "duel": "legal", @@ -2819,24 +2842,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/1/6/16f52885-1f01-4f06-90a8-1a0ecf291ab5.jpg?1562826752" }, "prices": { - "usd": "0.17", - "usd_foil": "1.44", + "usd": "0.25", + "usd_foil": "1.58", "usd_etched": null, - "eur": "0.20", + "eur": "0.12", "eur_foil": "1.00", - "tix": "0.03" + "tix": "0.04" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/56359?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F56359%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Forest&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/42742?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=245248", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=245248&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", "edhrec": "https://edhrec.com/route/?cc=Forest" }, "released_at": "2011-09-30", @@ -2880,6 +2903,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -2890,8 +2914,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", "alchemy": "legal", "paupercommander": "legal", "duel": "legal", @@ -2940,24 +2964,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/4/d/4dea3762-c6ae-4304-aee4-6c3f56685319.jpg?1562829937" }, "prices": { - "usd": "0.20", - "usd_foil": "0.54", + "usd": "0.23", + "usd_foil": "0.67", "usd_etched": null, - "eur": "0.20", - "eur_foil": "1.20", + "eur": "0.13", + "eur_foil": "1.16", "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/56360?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F56360%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Forest&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/42738?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=245246", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=245246&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", "edhrec": "https://edhrec.com/route/?cc=Forest" }, "released_at": "2011-09-30", @@ -3013,6 +3037,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -3023,8 +3048,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -3082,8 +3107,8 @@ ], "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=A-Cosmos+Elixir&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=A-Cosmos+Elixir&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DA-Cosmos%2BElixir", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DA-Cosmos%2BElixir", "edhrec": "https://edhrec.com/route/?cc=A-Cosmos+Elixir" }, "released_at": "2021-02-05", @@ -3137,7 +3162,7 @@ "cmc": 4.0, "colors": [], "color_identity": [], - "edhrec_rank": 1492, + "edhrec_rank": 1663, "foil": true, "keywords": [], "layout": "normal", @@ -3145,6 +3170,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -3155,8 +3181,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -3169,7 +3195,7 @@ "nonfoil": true, "oracle_text": "At the beginning of your end step, draw a card if your life total is greater than your starting life total. Otherwise, you gain 2 life.", "oversized": false, - "penny_rank": 894, + "penny_rank": 1072, "reserved": false, "type_line": "Artifact", "artist": "Volkan Baǵa", @@ -3205,24 +3231,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/6/b/6bf084fe-7762-49c5-974a-cdecc10666b3.jpg?1639436665" }, "prices": { - "usd": "1.12", - "usd_foil": "1.22", + "usd": "2.44", + "usd_foil": "1.76", "usd_etched": null, - "eur": "2.55", - "eur_foil": "1.77", + "eur": "1.36", + "eur_foil": "1.79", "tix": "0.02" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/230731?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F230731%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Cosmos+Elixir&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/87817?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=503853", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Cosmos+Elixir&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Cosmos+Elixir&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=503853&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DCosmos%2BElixir", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DCosmos%2BElixir", "edhrec": "https://edhrec.com/route/?cc=Cosmos+Elixir" }, "released_at": "2021-02-05", @@ -3279,7 +3305,7 @@ "cmc": 4.0, "colors": [], "color_identity": [], - "edhrec_rank": 1492, + "edhrec_rank": 1663, "foil": true, "keywords": [], "layout": "normal", @@ -3287,6 +3313,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -3297,8 +3324,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -3311,7 +3338,7 @@ "nonfoil": true, "oracle_text": "At the beginning of your end step, draw a card if your life total is greater than your starting life total. Otherwise, you gain 2 life.", "oversized": false, - "penny_rank": 894, + "penny_rank": 1072, "reserved": false, "type_line": "Artifact", "artist": "Volkan Baǵa", @@ -3349,11 +3376,11 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/e/a/ea524e81-4898-4a41-8b34-06defd26e4c7.jpg?1631056797" }, "prices": { - "usd": "1.12", - "usd_foil": "1.54", + "usd": "1.67", + "usd_foil": "1.60", "usd_etched": null, - "eur": "2.14", - "eur_foil": "3.49", + "eur": "2.00", + "eur_foil": "2.66", "tix": null }, "promo": false, @@ -3361,15 +3388,15 @@ "boosterfun" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/230919?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F230919%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Cosmos+Elixir&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Cosmos+Elixir&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=507236", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Cosmos+Elixir&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Cosmos+Elixir&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=507236&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DCosmos%2BElixir", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DCosmos%2BElixir", "edhrec": "https://edhrec.com/route/?cc=Cosmos+Elixir" }, "released_at": "2021-02-05", @@ -3412,7 +3439,7 @@ "color_identity": [ "U" ], - "edhrec_rank": 18775, + "edhrec_rank": 19909, "foil": false, "keywords": [ "Flying" @@ -3422,6 +3449,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -3432,8 +3460,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "legal", "paupercommander": "restricted", "duel": "legal", @@ -3446,7 +3474,7 @@ "nonfoil": true, "oracle_text": "Flying", "oversized": false, - "penny_rank": 6573, + "penny_rank": 7155, "power": "4", "reserved": false, "toughness": "4", @@ -3481,24 +3509,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/6/9/69c3b2a3-0daa-4d42-832d-fcdfda6555ea.jpg?1559591522" }, "prices": { - "usd": "148.92", + "usd": null, "usd_foil": null, "usd_etched": null, - "eur": "369.00", + "eur": "199.08", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/1025?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F1025%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Air+Elemental&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Air+Elemental&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "uncommon", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=94", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Air+Elemental&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Air+Elemental&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=94&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DAir%2BElemental", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DAir%2BElemental", "edhrec": "https://edhrec.com/route/?cc=Air+Elemental" }, "released_at": "1993-08-05", @@ -3535,7 +3563,7 @@ "color_identity": [ "B" ], - "edhrec_rank": 65, + "edhrec_rank": 55, "foil": false, "keywords": [], "layout": "normal", @@ -3543,6 +3571,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "banned", + "timeless": "legal", "gladiator": "legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -3553,8 +3582,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "banned", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -3567,7 +3596,7 @@ "nonfoil": true, "oracle_text": "Add {B}{B}{B}.", "oversized": false, - "penny_rank": 25, + "penny_rank": 29, "produced_mana": [ "B" ], @@ -3602,24 +3631,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/e/b/ebb6664d-23ca-456e-9916-afcd6f26aa7f.jpg?1559591495" }, "prices": { - "usd": "357.99", + "usd": "209.00", "usd_foil": null, "usd_etched": null, - "eur": "172.99", + "eur": "171.15", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/1080?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F1080%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Dark+Ritual&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Dark+Ritual&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=54", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Dark+Ritual&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Dark+Ritual&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=54&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DDark%2BRitual", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DDark%2BRitual", "edhrec": "https://edhrec.com/route/?cc=Dark+Ritual" }, "released_at": "1993-08-05", @@ -3661,6 +3690,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -3671,8 +3701,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", "alchemy": "legal", "paupercommander": "legal", "duel": "legal", @@ -3719,24 +3749,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/6/f/6f1c8cb0-38eb-408b-94e8-16db83999b3b.jpg?1559591465" }, "prices": { - "usd": "42.75", + "usd": "34.15", "usd_foil": null, "usd_etched": null, - "eur": "20.00", + "eur": "35.53", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/21707?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F21707%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Forest&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Forest&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=289", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=289&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", "edhrec": "https://edhrec.com/route/?cc=Forest" }, "released_at": "1993-08-05", @@ -3778,6 +3808,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -3788,8 +3819,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", "alchemy": "legal", "paupercommander": "legal", "duel": "legal", @@ -3836,24 +3867,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/f/2/f20c89d9-71c9-45f5-a9cb-6e253b0a7cca.jpg?1559591510" }, "prices": { - "usd": "56.67", + "usd": "58.74", "usd_foil": null, "usd_etched": null, - "eur": "37.76", + "eur": "48.79", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/91371?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F91371%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Forest&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Forest&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=288", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Forest&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=288&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DForest", "edhrec": "https://edhrec.com/route/?cc=Forest" }, "released_at": "1993-08-05", @@ -3892,7 +3923,7 @@ "color_identity": [ "B" ], - "edhrec_rank": 1914, + "edhrec_rank": 2087, "foil": true, "keywords": [], "layout": "normal", @@ -3900,6 +3931,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -3910,8 +3942,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -3924,7 +3956,7 @@ "nonfoil": true, "oracle_text": "Put X -1/-1 counters on each creature. Shuffle Black Sun's Zenith into its owner's library.", "oversized": false, - "penny_rank": 1693, + "penny_rank": 1982, "reserved": false, "type_line": "Sorcery", "artist": "Daniel Ljunggren", @@ -3959,24 +3991,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/0/3/03bdcf52-50b8-42c0-9665-931d83f5f314.jpg?1562609329" }, "prices": { - "usd": "3.68", - "usd_foil": "13.00", + "usd": "3.44", + "usd_foil": "8.42", "usd_etched": null, - "eur": "3.60", - "eur_foil": "10.00", + "eur": "3.73", + "eur_foil": "6.93", "tix": "0.02" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/39086?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F39086%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Black+Sun%27s+Zenith&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/39533?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=214061", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Black+Sun%27s+Zenith&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Black+Sun%27s+Zenith&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=214061&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DBlack%2BSun%2527s%2BZenith", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DBlack%2BSun%2527s%2BZenith", "edhrec": "https://edhrec.com/route/?cc=Black+Sun%27s+Zenith" }, "released_at": "2011-02-04", @@ -4034,7 +4066,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 1878, + "edhrec_rank": 1817, "foil": true, "keywords": [ "Battle Cry" @@ -4044,6 +4076,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -4054,8 +4087,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -4068,7 +4101,7 @@ "nonfoil": true, "oracle_text": "Battle cry (Whenever this creature attacks, each other attacking creature gets +1/+0 until end of turn.)\nWhenever Hero of Bladehold attacks, create two 1/1 white Soldier creature tokens that are tapped and attacking.", "oversized": false, - "penny_rank": 2421, + "penny_rank": 2832, "power": "3", "reserved": false, "toughness": "4", @@ -4104,24 +4137,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/8/a/8a3853ec-e307-46e0-96d7-0706b5c45c5e.jpg?1562612851" }, "prices": { - "usd": "6.44", - "usd_foil": "32.48", + "usd": "4.69", + "usd_foil": "19.87", "usd_etched": null, - "eur": "7.49", - "eur_foil": "19.00", - "tix": "0.02" + "eur": "3.57", + "eur_foil": "9.74", + "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/39032?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F39032%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Hero+of+Bladehold&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/39539?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "mythic", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=214064", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Hero+of+Bladehold&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Hero+of+Bladehold&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=214064&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DHero%2Bof%2BBladehold", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DHero%2Bof%2BBladehold", "edhrec": "https://edhrec.com/route/?cc=Hero+of+Bladehold" }, "released_at": "2011-02-04", @@ -4179,7 +4212,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 6875, + "edhrec_rank": 6794, "foil": true, "keywords": [], "layout": "normal", @@ -4187,6 +4220,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -4197,8 +4231,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -4211,7 +4245,7 @@ "nonfoil": true, "oracle_text": "At the beginning of your upkeep, put a spore counter on Thallid.\nRemove three spore counters from Thallid: Create a 1/1 green Saproling creature token.", "oversized": false, - "penny_rank": 9165, + "penny_rank": 9924, "power": "1", "reserved": false, "toughness": "1", @@ -4247,24 +4281,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/6/9/69d20d28-76e9-4e6e-95c3-f88c51dfabfd.jpg?1561967373" }, "prices": { - "usd": "0.32", - "usd_foil": "0.55", + "usd": "0.45", + "usd_foil": "0.54", "usd_etched": null, - "eur": "0.27", - "eur_foil": "0.24", + "eur": "0.17", + "eur_foil": "0.43", "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/68236?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F68236%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Thallid&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/48878?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=370352", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Thallid&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Thallid&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=370352&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DThallid", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DThallid", "edhrec": "https://edhrec.com/route/?cc=Thallid" }, "released_at": "2013-06-07", @@ -4301,7 +4335,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 103, + "edhrec_rank": 84, "foil": true, "keywords": [ "Channel" @@ -4311,6 +4345,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -4321,9 +4356,9 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", - "alchemy": "legal", + "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", "oldschool": "not_legal", @@ -4375,24 +4410,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/2/1/2135ac5a-187b-4dc9-8f82-34e8d1603416.jpg?1654568912" }, "prices": { - "usd": "31.74", - "usd_foil": "31.88", + "usd": "37.03", + "usd_foil": "39.96", "usd_etched": null, - "eur": "37.85", - "eur_foil": "42.99", - "tix": "25.85" + "eur": "40.28", + "eur_foil": "44.04", + "tix": "20.22" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/262050?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F262050%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Boseiju%2C+Who+Endures&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/97482?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=548579", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Boseiju%2C+Who+Endures&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Boseiju%2C+Who+Endures&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=548579&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BEndures", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BEndures", "edhrec": "https://edhrec.com/route/?cc=Boseiju%2C+Who+Endures" }, "released_at": "2022-02-18", @@ -4434,7 +4469,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 103, + "edhrec_rank": 84, "foil": true, "keywords": [ "Channel" @@ -4444,6 +4479,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -4454,9 +4490,9 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", - "alchemy": "legal", + "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", "oldschool": "not_legal", @@ -4508,11 +4544,11 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/0/0/0055ea30-20fb-4324-a632-8fed87628f05.jpg?1647145068" }, "prices": { - "usd": "38.84", - "usd_foil": "72.52", + "usd": "53.00", + "usd_foil": "80.61", "usd_etched": null, - "eur": "42.50", - "eur_foil": "84.95", + "eur": "54.48", + "eur_foil": "69.45", "tix": null }, "promo": false, @@ -4520,15 +4556,15 @@ "boosterfun" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/262051?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F262051%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Boseiju%2C+Who+Endures&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Boseiju%2C+Who+Endures&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=552122", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Boseiju%2C+Who+Endures&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Boseiju%2C+Who+Endures&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=552122&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BEndures", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BEndures", "edhrec": "https://edhrec.com/route/?cc=Boseiju%2C+Who+Endures" }, "released_at": "2022-02-18", @@ -4569,7 +4605,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 103, + "edhrec_rank": 84, "foil": true, "keywords": [ "Channel" @@ -4579,6 +4615,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -4589,9 +4626,9 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", - "alchemy": "legal", + "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", "oldschool": "not_legal", @@ -4644,11 +4681,11 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/2/4/2488a80b-6882-4b59-8232-f02f800204a9.jpg?1647809455" }, "prices": { - "usd": "32.18", - "usd_foil": "38.36", + "usd": "42.40", + "usd_foil": "47.37", "usd_etched": null, - "eur": "45.99", - "eur_foil": "59.95", + "eur": "45.04", + "eur_foil": "58.56", "tix": null }, "promo": false, @@ -4656,15 +4693,15 @@ "boosterfun" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/262439?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F262439%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Boseiju%2C+Who+Endures&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Boseiju%2C+Who+Endures&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=551783", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Boseiju%2C+Who+Endures&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Boseiju%2C+Who+Endures&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=551783&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BEndures", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BEndures", "edhrec": "https://edhrec.com/route/?cc=Boseiju%2C+Who+Endures" }, "released_at": "2022-02-18", @@ -4710,6 +4747,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -4720,8 +4758,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -4766,24 +4804,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/1/7/17b941e9-5dcc-473e-a461-709d74e32a3c.jpg?1562252328" }, "prices": { - "usd": "21.55", + "usd": "23.24", "usd_foil": null, "usd_etched": null, - "eur": "12.99", + "eur": "13.83", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/37089?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F37089%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=All+in+Good+Time&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=All+in+Good+Time&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=212648", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=All+in+Good+Time&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=All+in+Good+Time&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=212648&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DAll%2Bin%2BGood%2BTime", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DAll%2Bin%2BGood%2BTime", "edhrec": "https://edhrec.com/route/?cc=All+in+Good+Time" }, "released_at": "2010-06-18", @@ -4825,6 +4863,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -4832,11 +4871,11 @@ "legacy": "legal", "pauper": "legal", "vintage": "legal", - "penny": "legal", + "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -4885,24 +4924,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/7/0/7019912c-bd9b-4b96-9388-400794909aa1.jpg?1562917413" }, "prices": { - "usd": "0.83", - "usd_foil": "7.20", + "usd": "0.62", + "usd_foil": "9.58", "usd_etched": null, - "eur": "0.30", - "eur_foil": "5.00", + "eur": "0.38", + "eur_foil": "5.23", "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/110546?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F110546%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Wastes&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/59605?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=407694", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Wastes&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Wastes&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=407694&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DWastes", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DWastes", "edhrec": "https://edhrec.com/route/?cc=Wastes" }, "released_at": "2016-01-22", @@ -4942,6 +4981,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -4949,11 +4989,11 @@ "legacy": "legal", "pauper": "legal", "vintage": "legal", - "penny": "legal", + "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -5001,24 +5041,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/9/c/9cc070d3-4b83-4684-9caf-063e5c473a77.jpg?1657725364" }, "prices": { - "usd": "2.47", + "usd": "1.91", "usd_foil": null, "usd_etched": null, - "eur": "1.80", + "eur": "1.46", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/110703?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F110703%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Wastes&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Wastes&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=407693", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Wastes&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Wastes&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=407693&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DWastes", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DWastes", "edhrec": "https://edhrec.com/route/?cc=Wastes" }, "released_at": "2016-01-22", @@ -5060,6 +5100,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -5067,11 +5108,11 @@ "legacy": "legal", "pauper": "legal", "vintage": "legal", - "penny": "legal", + "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -5120,24 +5161,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/6/9/69b215fe-0d97-4ca1-9490-174220fd454b.jpg?1562916234" }, "prices": { - "usd": "1.15", - "usd_foil": "11.03", + "usd": "0.74", + "usd_foil": "14.89", "usd_etched": null, - "eur": "0.50", - "eur_foil": "6.90", + "eur": "0.46", + "eur_foil": "8.00", "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/110547?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F110547%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Wastes&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/59323?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=407696", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Wastes&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Wastes&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=407696&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DWastes", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DWastes", "edhrec": "https://edhrec.com/route/?cc=Wastes" }, "released_at": "2016-01-22", @@ -5177,6 +5218,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -5184,11 +5226,11 @@ "legacy": "legal", "pauper": "legal", "vintage": "legal", - "penny": "legal", + "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -5236,24 +5278,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/6/0/60682c00-c661-4a9d-8326-f3f014a04e3e.jpg?1562914528" }, "prices": { - "usd": "1.21", + "usd": "0.91", "usd_foil": null, "usd_etched": null, - "eur": "1.00", + "eur": "1.06", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/110704?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F110704%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Wastes&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Wastes&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=407695", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Wastes&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Wastes&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=407695&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DWastes", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DWastes", "edhrec": "https://edhrec.com/route/?cc=Wastes" }, "released_at": "2016-01-22", @@ -5293,6 +5335,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -5303,8 +5346,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -5349,24 +5392,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/3/f/3f770c56-58ea-4b70-b9b6-9b2cb13e2234.jpg?1547434215" }, "prices": { - "usd": "8.34", + "usd": "19.99", "usd_foil": null, "usd_etched": null, - "eur": "2.50", + "eur": "3.00", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/37272?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F37272%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Academy+at+Tolaria+West&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Academy+at+Tolaria+West&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=198073", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Academy+at+Tolaria+West&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Academy+at+Tolaria+West&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=198073&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DAcademy%2Bat%2BTolaria%2BWest", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DAcademy%2Bat%2BTolaria%2BWest", "edhrec": "https://edhrec.com/route/?cc=Academy+at+Tolaria+West" }, "released_at": "2009-09-04", @@ -5407,6 +5450,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -5417,8 +5461,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -5463,24 +5507,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/f/a/fabef637-fb4b-41b5-8d12-5568e84c6d11.jpg?1658417480" }, "prices": { - "usd": "1.53", + "usd": "6.32", "usd_foil": null, "usd_etched": null, - "eur": "1.05", + "eur": "1.01", "eur_foil": null, - "tix": "0.13" + "tix": "1.28" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/81898?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F81898%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Akoum&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/45090?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=226512", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Akoum&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Akoum&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=226512&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DAkoum", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DAkoum", "edhrec": "https://edhrec.com/route/?cc=Akoum" }, "released_at": "2012-06-01", @@ -5520,6 +5564,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -5530,8 +5575,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -5576,24 +5621,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/3/6/36ab24d3-ca9d-4b9c-8c28-4dd1f05a2314.jpg?1547434158" }, "prices": { - "usd": "4.24", + "usd": "4.95", "usd_foil": null, "usd_etched": null, - "eur": "0.88", + "eur": "1.02", "eur_foil": null, "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/81890?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F81890%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Chaotic+Aether&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Chaotic+Aether&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=226509", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Chaotic+Aether&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Chaotic+Aether&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=226509&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DChaotic%2BAether", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DChaotic%2BAether", "edhrec": "https://edhrec.com/route/?cc=Chaotic+Aether" }, "released_at": "2012-06-01", @@ -5647,11 +5692,11 @@ }, { "object": "related_card", - "id": "c3de647e-3ef5-4f44-a103-b0df756bf9eb", + "id": "fde7c88c-3bef-422a-8527-52c22928df05", "component": "combo_piece", "name": "Legion Warboss", "type_line": "Creature — Goblin Soldier", - "uri": "https://api.scryfall.com/cards/c3de647e-3ef5-4f44-a103-b0df756bf9eb" + "uri": "https://api.scryfall.com/cards/fde7c88c-3bef-422a-8527-52c22928df05" }, { "object": "related_card", @@ -5791,11 +5836,11 @@ }, { "object": "related_card", - "id": "e6cc97d2-6ad7-45fc-8766-d7297f911057", + "id": "8056ff64-1bd3-46ae-a0aa-c22305c2b654", "component": "combo_piece", "name": "Krenko, Mob Boss", "type_line": "Legendary Creature — Goblin Warrior", - "uri": "https://api.scryfall.com/cards/e6cc97d2-6ad7-45fc-8766-d7297f911057" + "uri": "https://api.scryfall.com/cards/8056ff64-1bd3-46ae-a0aa-c22305c2b654" }, { "object": "related_card", @@ -5821,6 +5866,14 @@ "type_line": "Instant", "uri": "https://api.scryfall.com/cards/b69e7200-96ea-4455-83cc-0a497d56efe5" }, + { + "object": "related_card", + "id": "2c1392c5-91a5-4e6e-803d-ed032e4d594b", + "component": "combo_piece", + "name": "A Killer Among Us", + "type_line": "Enchantment", + "uri": "https://api.scryfall.com/cards/2c1392c5-91a5-4e6e-803d-ed032e4d594b" + }, { "object": "related_card", "id": "c069ebf8-5616-4cff-81d9-cd20b20102ee", @@ -5853,6 +5906,14 @@ "type_line": "Creature — Goblin Warrior", "uri": "https://api.scryfall.com/cards/192d77ef-e8b5-44e2-842b-2c1f342c1e69" }, + { + "object": "related_card", + "id": "8fa6db76-0f7b-4172-a72b-6a4a843e5773", + "component": "combo_piece", + "name": "Krenko, Baron of Tin Street", + "type_line": "Legendary Creature — Goblin", + "uri": "https://api.scryfall.com/cards/8fa6db76-0f7b-4172-a72b-6a4a843e5773" + }, { "object": "related_card", "id": "585fde63-4cb5-4235-8c95-2a7a511e7c3f", @@ -5871,11 +5932,11 @@ }, { "object": "related_card", - "id": "d6379f3d-fe55-4c21-96d7-3796f5489e37", + "id": "b07d96a1-87a0-45ff-ae6e-230deaf44dca", "component": "combo_piece", "name": "Krenko's Command", "type_line": "Sorcery", - "uri": "https://api.scryfall.com/cards/d6379f3d-fe55-4c21-96d7-3796f5489e37" + "uri": "https://api.scryfall.com/cards/b07d96a1-87a0-45ff-ae6e-230deaf44dca" }, { "object": "related_card", @@ -5991,11 +6052,11 @@ }, { "object": "related_card", - "id": "7ee07266-a95d-4cd8-9863-1664922e9490", + "id": "1c7930aa-9556-487a-9e37-78c722dfb4bc", "component": "combo_piece", "name": "Kuldotha Rebirth", "type_line": "Sorcery", - "uri": "https://api.scryfall.com/cards/7ee07266-a95d-4cd8-9863-1664922e9490" + "uri": "https://api.scryfall.com/cards/1c7930aa-9556-487a-9e37-78c722dfb4bc" }, { "object": "related_card", @@ -6060,6 +6121,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -6070,8 +6132,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -6118,7 +6180,7 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/0/8/08ca3900-3845-40ac-8581-d4aebc2850a0.jpg?1561756620" }, "prices": { - "usd": "24.19", + "usd": "21.73", "usd_foil": null, "usd_etched": null, "eur": null, @@ -6130,14 +6192,14 @@ "playerrewards" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/78623?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F78623%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Goblin&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Goblin&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Goblin&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Goblin&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DGoblin", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DGoblin", "edhrec": "https://edhrec.com/route/?cc=Goblin" }, "released_at": "2003-01-01", @@ -6176,7 +6238,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 16809, + "edhrec_rank": 17123, "foil": false, "keywords": [ "Flying", @@ -6187,6 +6249,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -6197,8 +6260,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -6246,24 +6309,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/0/f/0f638ffc-20b3-4e8c-8f0a-0d034902bddd.jpg?1575571386" }, "prices": { - "usd": "0.16", + "usd": "0.30", "usd_foil": null, "usd_etched": null, - "eur": "0.15", + "eur": "0.18", "eur_foil": null, "tix": "0.05" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/59533?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F59533%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Armored+Griffin&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/45096?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "uncommon", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=271234", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Armored+Griffin&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Armored+Griffin&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=271234&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DArmored%2BGriffin", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DArmored%2BGriffin", "edhrec": "https://edhrec.com/route/?cc=Armored+Griffin" }, "released_at": "2012-06-01", @@ -6298,7 +6361,7 @@ "color_identity": [ "B" ], - "edhrec_rank": 1914, + "edhrec_rank": 2087, "foil": true, "keywords": [], "layout": "normal", @@ -6306,6 +6369,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -6316,8 +6380,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -6330,7 +6394,7 @@ "nonfoil": false, "oracle_text": "Put X -1/-1 counters on each creature. Shuffle Black Sun's Zenith into its owner's library.", "oversized": false, - "penny_rank": 1693, + "penny_rank": 1982, "reserved": false, "type_line": "Sorcery", "artist": "James Paick", @@ -6363,10 +6427,10 @@ }, "prices": { "usd": null, - "usd_foil": "24.34", + "usd_foil": "21.66", "usd_etched": null, "eur": null, - "eur_foil": "7.49", + "eur_foil": "10.82", "tix": null }, "promo": true, @@ -6374,14 +6438,14 @@ "gameday" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/48129?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F48129%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Black+Sun%27s+Zenith&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Black+Sun%27s+Zenith&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Black+Sun%27s+Zenith&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Black+Sun%27s+Zenith&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DBlack%2BSun%2527s%2BZenith", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DBlack%2BSun%2527s%2BZenith", "edhrec": "https://edhrec.com/route/?cc=Black+Sun%27s+Zenith" }, "released_at": "2011-02-28", @@ -6421,6 +6485,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -6431,8 +6496,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -6476,24 +6541,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/7/6/76e5383d-ac12-4abc-aa30-15e99ded2d6f.jpg?1677544167" }, "prices": { - "usd": "10.83", + "usd": "8.00", "usd_foil": null, "usd_etched": null, - "eur": "12.00", + "eur": "18.90", "eur_foil": null, "tix": null }, "promo": true, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/37302?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F37302%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Tazeem&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Tazeem&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=198069", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Tazeem&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Tazeem&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=198069&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DTazeem", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DTazeem", "edhrec": "https://edhrec.com/route/?cc=Tazeem" }, "released_at": "2009-09-30", @@ -6528,7 +6593,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 11377, + "edhrec_rank": 12387, "foil": true, "keywords": [ "Bolster" @@ -6538,6 +6603,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "legal", "explorer": "not_legal", @@ -6548,8 +6614,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -6562,7 +6628,7 @@ "nonfoil": false, "oracle_text": "At the beginning of your end step, bolster X, where X is the number of tapped creatures you control. (Choose a creature with the least toughness among creatures you control and put X +1/+1 counters on it.)", "oversized": false, - "penny_rank": 5141, + "penny_rank": 5668, "power": "2", "reserved": false, "toughness": "3", @@ -6598,10 +6664,10 @@ }, "prices": { "usd": null, - "usd_foil": "0.64", + "usd_foil": "0.65", "usd_etched": null, "eur": null, - "eur_foil": "0.94", + "eur_foil": "0.49", "tix": null }, "promo": true, @@ -6610,14 +6676,14 @@ "intropack" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/95339?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F95339%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Dragonscale+General&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Dragonscale+General&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Dragonscale+General&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Dragonscale+General&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DDragonscale%2BGeneral", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DDragonscale%2BGeneral", "edhrec": "https://edhrec.com/route/?cc=Dragonscale+General" }, "released_at": "2015-01-23", @@ -6654,7 +6720,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 11377, + "edhrec_rank": 12387, "foil": true, "keywords": [ "Bolster" @@ -6664,6 +6730,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "legal", "explorer": "not_legal", @@ -6674,8 +6741,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -6688,7 +6755,7 @@ "nonfoil": false, "oracle_text": "At the beginning of your end step, bolster X, where X is the number of tapped creatures you control. (Choose a creature with the least toughness among creatures you control and put X +1/+1 counters on it.)", "oversized": false, - "penny_rank": 5141, + "penny_rank": 5668, "power": "2", "reserved": false, "toughness": "3", @@ -6724,10 +6791,10 @@ }, "prices": { "usd": null, - "usd_foil": "0.42", + "usd_foil": "0.46", "usd_etched": null, "eur": null, - "eur_foil": "1.20", + "eur_foil": "1.23", "tix": null }, "promo": true, @@ -6737,14 +6804,14 @@ "datestamped" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/95607?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F95607%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Dragonscale+General&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Dragonscale+General&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Dragonscale+General&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Dragonscale+General&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DDragonscale%2BGeneral", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DDragonscale%2BGeneral", "edhrec": "https://edhrec.com/route/?cc=Dragonscale+General" }, "released_at": "2015-01-23", @@ -6786,6 +6853,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -6796,8 +6864,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -6842,10 +6910,10 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/5/7/57f25ead-b3ec-4c40-972d-d750ed2f5319.jpg?1549805757" }, "prices": { - "usd": "5.20", + "usd": "11.11", "usd_foil": null, "usd_etched": null, - "eur": "1.26", + "eur": "1.81", "eur_foil": null, "tix": null }, @@ -6854,15 +6922,15 @@ "instore" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/91387?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F91387%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Stairs+to+Infinity&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Stairs+to+Infinity&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=226521", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Stairs+to+Infinity&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Stairs+to+Infinity&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=226521&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DStairs%2Bto%2BInfinity", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DStairs%2Bto%2BInfinity", "edhrec": "https://edhrec.com/route/?cc=Stairs+to+Infinity" }, "released_at": "2012-06-01", @@ -6895,7 +6963,7 @@ "cmc": 0.0, "colors": [], "color_identity": [], - "edhrec_rank": 8354, + "edhrec_rank": 8601, "foil": false, "keywords": [ "Fight" @@ -6905,6 +6973,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -6912,11 +6981,11 @@ "legacy": "legal", "pauper": "not_legal", "vintage": "legal", - "penny": "not_legal", + "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -6929,7 +6998,7 @@ "nonfoil": true, "oracle_text": "{3}, {T}: Tap target creature you control and target creature of an opponent's choice they control. Those creatures fight each other. (Each deals damage equal to its power to the other.)", "oversized": false, - "penny_rank": 5204, + "penny_rank": 4193, "reserved": false, "type_line": "Land", "artist": "Rob Alexander", @@ -6961,10 +7030,10 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/2/f/2f989fda-2e54-427c-9154-4820c48abb02.jpg?1561756864" }, "prices": { - "usd": "7.94", + "usd": "8.64", "usd_foil": null, "usd_etched": null, - "eur": "8.18", + "eur": "5.15", "eur_foil": null, "tix": null }, @@ -6973,19 +7042,19 @@ "mediainsert" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/21465?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F21465%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Arena&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Arena&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=97042", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Arena&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Arena&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=97042&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DArena", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DArena", "edhrec": "https://edhrec.com/route/?cc=Arena" }, "released_at": "1994-09-01", - "reprint": false, + "reprint": true, "scryfall_set_uri": "https://scryfall.com/sets/phpr?utm_source=api", "set_name": "HarperPrism Book Promos", "set_search_uri": "https://api.scryfall.com/cards/search?order=set&q=e%3Aphpr&unique=prints", @@ -7041,7 +7110,7 @@ "color_identity": [ "R" ], - "edhrec_rank": 8922, + "edhrec_rank": 9486, "foil": true, "keywords": [], "layout": "split", @@ -7049,6 +7118,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -7056,11 +7126,11 @@ "legacy": "legal", "pauper": "not_legal", "vintage": "legal", - "penny": "not_legal", + "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -7072,7 +7142,7 @@ "name": "Boom // Bust", "nonfoil": true, "oversized": false, - "penny_rank": 232, + "penny_rank": 430, "reserved": false, "type_line": "Sorcery // Sorcery", "artist": "John Avon", @@ -7106,24 +7176,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/7/c/7ce986a4-5f82-4e7e-bef5-b49f05bf96a6.jpg?1562575287" }, "prices": { - "usd": "1.88", - "usd_foil": "16.34", + "usd": "1.60", + "usd_foil": "10.52", "usd_etched": null, - "eur": "0.78", - "eur_foil": "5.00", + "eur": "0.60", + "eur_foil": "4.21", "tix": "0.02" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/14692?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F14692%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Boom+%2F%2F+Bust&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/26515?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=126218", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Boom+%2F%2F+Bust&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Boom+%2F%2F+Bust&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=126218&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoom%2B%252F%252F%2BBust", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoom%2B%252F%252F%2BBust", "edhrec": "https://edhrec.com/route/?cc=Boom+%2F%2F+Bust" }, "released_at": "2007-02-02", @@ -7166,7 +7236,7 @@ "U", "W" ], - "edhrec_rank": 12113, + "edhrec_rank": 12968, "foil": true, "keywords": [], "layout": "normal", @@ -7174,6 +7244,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -7184,8 +7255,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -7198,7 +7269,7 @@ "nonfoil": true, "oracle_text": "{U}, {T}, Sacrifice a creature or enchantment: Counter target spell.", "oversized": false, - "penny_rank": 11437, + "penny_rank": 12152, "power": "3", "reserved": false, "toughness": "4", @@ -7235,24 +7306,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/6/6/66b950d9-8fef-4deb-b51b-26edb90abc56.jpg?1586450720" }, "prices": { - "usd": "2.12", - "usd_foil": null, + "usd": "1.32", + "usd_foil": "44.99", "usd_etched": null, - "eur": "0.46", - "eur_foil": "64.99", + "eur": "1.15", + "eur_foil": "85.19", "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/7793?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F7793%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Ertai%2C+the+Corrupted&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/15115?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=25614", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Ertai%2C+the+Corrupted&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Ertai%2C+the+Corrupted&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=25614&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DErtai%252C%2Bthe%2BCorrupted", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DErtai%252C%2Bthe%2BCorrupted", "edhrec": "https://edhrec.com/route/?cc=Ertai%2C+the+Corrupted" }, "released_at": "2001-02-05", @@ -7293,7 +7364,7 @@ "U", "W" ], - "edhrec_rank": 12113, + "edhrec_rank": 12968, "foil": true, "keywords": [], "layout": "normal", @@ -7301,6 +7372,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -7311,8 +7383,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -7325,7 +7397,7 @@ "nonfoil": false, "oracle_text": "{U}, {T}, Sacrifice a creature or enchantment: Counter target spell.", "oversized": false, - "penny_rank": 11437, + "penny_rank": 12152, "power": "3", "reserved": false, "toughness": "4", @@ -7365,20 +7437,20 @@ "usd_foil": null, "usd_etched": null, "eur": null, - "eur_foil": "269.00", + "eur_foil": "333.96", "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/77304?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F77304%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Ertai%2C+the+Corrupted&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Ertai%2C+the+Corrupted&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=29292", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Ertai%2C+the+Corrupted&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Ertai%2C+the+Corrupted&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=29292&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DErtai%252C%2Bthe%2BCorrupted", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DErtai%252C%2Bthe%2BCorrupted", "edhrec": "https://edhrec.com/route/?cc=Ertai%2C+the+Corrupted" }, "released_at": "2001-02-05", @@ -7431,7 +7503,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 1878, + "edhrec_rank": 1817, "foil": true, "keywords": [ "Battle Cry" @@ -7441,6 +7513,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -7451,8 +7524,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -7465,7 +7538,7 @@ "nonfoil": false, "oracle_text": "Battle cry (Whenever this creature attacks, each other attacking creature gets +1/+0 until end of turn.)\nWhenever Hero of Bladehold attacks, create two 1/1 white Soldier creature tokens that are tapped and attacking.", "oversized": false, - "penny_rank": 2421, + "penny_rank": 2832, "power": "3", "reserved": false, "toughness": "4", @@ -7500,10 +7573,10 @@ }, "prices": { "usd": null, - "usd_foil": "5.26", + "usd_foil": "4.37", "usd_etched": null, "eur": null, - "eur_foil": "1.95", + "eur_foil": "2.95", "tix": null }, "promo": true, @@ -7513,14 +7586,14 @@ "prerelease" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/48140?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F48140%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Hero+of+Bladehold&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Hero+of+Bladehold&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "mythic", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Hero+of+Bladehold&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Hero+of+Bladehold&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DHero%2Bof%2BBladehold", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DHero%2Bof%2BBladehold", "edhrec": "https://edhrec.com/route/?cc=Hero+of+Bladehold" }, "released_at": "2011-02-03", @@ -7554,7 +7627,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 103, + "edhrec_rank": 84, "foil": true, "keywords": [ "Channel" @@ -7564,6 +7637,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -7574,9 +7648,9 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", - "alchemy": "legal", + "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", "oldschool": "not_legal", @@ -7626,11 +7700,11 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/d/d/dda82840-1f3f-4be7-9bc7-66ff551ef5c0.jpg?1675617053" }, "prices": { - "usd": "29.39", - "usd_foil": "28.90", + "usd": "41.18", + "usd_foil": "35.75", "usd_etched": null, - "eur": "35.45", - "eur_foil": "35.50", + "eur": "39.35", + "eur_foil": "40.95", "tix": null }, "promo": true, @@ -7639,14 +7713,14 @@ "stamped" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/263926?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F263926%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Boseiju%2C+Who+Endures&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Boseiju%2C+Who+Endures&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Boseiju%2C+Who+Endures&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Boseiju%2C+Who+Endures&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BEndures", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BEndures", "edhrec": "https://edhrec.com/route/?cc=Boseiju%2C+Who+Endures" }, "released_at": "2022-02-18", @@ -7680,7 +7754,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 103, + "edhrec_rank": 84, "foil": true, "keywords": [ "Channel" @@ -7690,6 +7764,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -7700,9 +7775,9 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", - "alchemy": "legal", + "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", "oldschool": "not_legal", @@ -7752,10 +7827,10 @@ }, "prices": { "usd": null, - "usd_foil": "43.55", + "usd_foil": "42.98", "usd_etched": null, "eur": null, - "eur_foil": "42.00", + "eur_foil": "47.27", "tix": null }, "promo": true, @@ -7764,14 +7839,14 @@ "datestamped" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/263174?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F263174%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Boseiju%2C+Who+Endures&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Boseiju%2C+Who+Endures&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Boseiju%2C+Who+Endures&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Boseiju%2C+Who+Endures&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BEndures", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DBoseiju%252C%2BWho%2BEndures", "edhrec": "https://edhrec.com/route/?cc=Boseiju%2C+Who+Endures" }, "released_at": "2022-02-18", @@ -7825,7 +7900,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 4272, + "edhrec_rank": 4556, "foil": true, "keywords": [ "Afterlife" @@ -7835,6 +7910,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -7845,8 +7921,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -7859,7 +7935,7 @@ "nonfoil": true, "oracle_text": "During your turn, spells your opponents cast cost {1} more to cast and abilities your opponents activate cost {1} more to activate unless they're mana abilities.\nAfterlife 1 (When this creature dies, create a 1/1 white and black Spirit creature token with flying.)", "oversized": false, - "penny_rank": 1731, + "penny_rank": 2000, "power": "2", "reserved": false, "toughness": "1", @@ -7894,11 +7970,11 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/8/4/848d4dae-1e51-446f-bad0-cdf852970486.jpg?1570827724" }, "prices": { - "usd": "1.25", - "usd_foil": "3.31", + "usd": "1.17", + "usd_foil": "1.71", "usd_etched": null, "eur": "0.49", - "eur_foil": "1.50", + "eur_foil": "1.32", "tix": null }, "promo": true, @@ -7908,14 +7984,14 @@ "stamped" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/200218?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F200218%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Tithe+Taker&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Tithe+Taker&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Tithe+Taker&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Tithe+Taker&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DTithe%2BTaker", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DTithe%2BTaker", "edhrec": "https://edhrec.com/route/?cc=Tithe+Taker" }, "released_at": "2019-01-25", @@ -7970,7 +8046,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 4272, + "edhrec_rank": 4556, "foil": true, "keywords": [ "Afterlife" @@ -7980,6 +8056,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -7990,8 +8067,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -8004,7 +8081,7 @@ "nonfoil": false, "oracle_text": "During your turn, spells your opponents cast cost {1} more to cast and abilities your opponents activate cost {1} more to activate unless they're mana abilities.\nAfterlife 1 (When this creature dies, create a 1/1 white and black Spirit creature token with flying.)", "oversized": false, - "penny_rank": 1731, + "penny_rank": 2000, "power": "2", "reserved": false, "toughness": "1", @@ -8039,10 +8116,10 @@ }, "prices": { "usd": null, - "usd_foil": "1.70", + "usd_foil": "2.31", "usd_etched": null, "eur": null, - "eur_foil": "1.49", + "eur_foil": "1.32", "tix": null }, "promo": true, @@ -8052,14 +8129,14 @@ "datestamped" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/183998?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F183998%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Tithe+Taker&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Tithe+Taker&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Tithe+Taker&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Tithe+Taker&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DTithe%2BTaker", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DTithe%2BTaker", "edhrec": "https://edhrec.com/route/?cc=Tithe+Taker" }, "released_at": "2019-01-25", @@ -8101,6 +8178,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -8111,8 +8189,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", "alchemy": "legal", "paupercommander": "legal", "duel": "legal", @@ -8160,22 +8238,22 @@ }, "prices": { "usd": null, - "usd_foil": "2.42", + "usd_foil": "2.76", "usd_etched": null, "eur": null, - "eur_foil": "1.33", + "eur_foil": "1.52", "tix": null }, "promo": true, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/185154?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F185154%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Plains&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Plains&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Plains&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Plains&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DPlains", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DPlains", "edhrec": "https://edhrec.com/route/?cc=Plains" }, "released_at": "2019-02-16", @@ -8221,6 +8299,7 @@ "standard": "legal", "future": "legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -8231,8 +8310,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "legal", "brawl": "legal", - "historicbrawl": "legal", "alchemy": "legal", "paupercommander": "legal", "duel": "legal", @@ -8280,22 +8359,22 @@ }, "prices": { "usd": null, - "usd_foil": "3.58", + "usd_foil": "3.93", "usd_etched": null, "eur": null, - "eur_foil": "2.50", + "eur_foil": "2.33", "tix": null }, "promo": true, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/185155?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F185155%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Plains&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Plains&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Plains&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Plains&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DPlains", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DPlains", "edhrec": "https://edhrec.com/route/?cc=Plains" }, "released_at": "2019-02-16", @@ -8353,7 +8432,7 @@ "power": "6", "toughness": "6", "type_line": "Legendary Creature — Alicorn", - "watermark": "mlpwaningmoon" + "watermark": "cutiemark" }, { "object": "card_face", @@ -8397,6 +8476,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -8407,8 +8487,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -8445,22 +8525,22 @@ "image_status": "highres_scan", "prices": { "usd": null, - "usd_foil": "59.94", + "usd_foil": "67.18", "usd_etched": null, "eur": null, - "eur_foil": "70.00", + "eur_foil": "129.59", "tix": null }, "promo": true, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/200380?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F200380%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Nightmare+Moon&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Nightmare+Moon&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "mythic", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Nightmare+Moon+%2F%2F+Princess+Luna&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Nightmare+Moon+%2F%2F+Princess+Luna&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DNightmare%2BMoon%2B%252F%252F%2BPrincess%2BLuna", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DNightmare%2BMoon%2B%252F%252F%2BPrincess%2BLuna", "edhrec": "https://edhrec.com/route/?cc=Nightmare+Moon" }, "released_at": "2019-10-22", @@ -8496,7 +8576,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 113, + "edhrec_rank": 124, "foil": false, "keywords": [], "layout": "normal", @@ -8504,6 +8584,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -8514,8 +8595,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -8528,7 +8609,7 @@ "nonfoil": true, "oracle_text": "At the beginning of your draw step, you may draw two additional cards. If you do, choose two cards in your hand drawn this turn. For each of those cards, pay 4 life or put the card on top of your library.", "oversized": false, - "penny_rank": 85, + "penny_rank": 105, "reserved": false, "type_line": "Enchantment", "artist": "Harold McNeill", @@ -8560,24 +8641,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/8/1/81917a2b-9bf6-4aa6-947d-36b0f45d6fe3.jpg?1562919020" }, "prices": { - "usd": "40.99", + "usd": "53.36", "usd_foil": null, "usd_etched": null, - "eur": "24.47", + "eur": "29.94", "eur_foil": null, "tix": null }, "printed_name": "Bibliothèque sylvestre", "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/182169?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F182169%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Sylvan+Library&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Sylvan+Library&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "uncommon", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Sylvan+Library&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Sylvan+Library&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DSylvan%2BLibrary", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DSylvan%2BLibrary", "edhrec": "https://edhrec.com/route/?cc=Sylvan+Library" }, "released_at": "1995-08-01", @@ -8634,7 +8715,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 4272, + "edhrec_rank": 4556, "foil": true, "keywords": [ "Afterlife" @@ -8644,6 +8725,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -8654,8 +8736,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -8668,7 +8750,7 @@ "nonfoil": true, "oracle_text": "During your turn, spells your opponents cast cost {1} more to cast and abilities your opponents activate cost {1} more to activate unless they're mana abilities.\nAfterlife 1 (When this creature dies, create a 1/1 white and black Spirit creature token with flying.)", "oversized": false, - "penny_rank": 1731, + "penny_rank": 2000, "power": "2", "reserved": false, "toughness": "1", @@ -8705,24 +8787,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/b/d/bd26b7b1-992d-4b8c-bc33-51aab5abdf98.jpg?1584830069" }, "prices": { - "usd": "0.66", - "usd_foil": "1.74", + "usd": "0.32", + "usd_foil": "1.41", "usd_etched": null, - "eur": "0.77", - "eur_foil": "1.50", + "eur": "0.50", + "eur_foil": "1.35", "tix": "0.02" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/182205?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F182205%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Tithe+Taker&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/71054?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=457171", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Tithe+Taker&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Tithe+Taker&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=457171&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DTithe%2BTaker", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DTithe%2BTaker", "edhrec": "https://edhrec.com/route/?cc=Tithe+Taker" }, "released_at": "2019-01-25", @@ -8764,7 +8846,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 15861, + "edhrec_rank": 16938, "foil": true, "keywords": [], "layout": "normal", @@ -8772,6 +8854,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -8782,8 +8865,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -8796,7 +8879,7 @@ "nonfoil": false, "oracle_text": "You may have Rhox assign its combat damage as though it weren't blocked.\n{2}{G}: Regenerate Rhox. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)", "oversized": false, - "penny_rank": 10764, + "penny_rank": 11438, "power": "5", "reserved": false, "toughness": "5", @@ -8831,22 +8914,22 @@ }, "prices": { "usd": null, - "usd_foil": "0.89", + "usd_foil": "0.43", "usd_etched": null, "eur": null, - "eur_foil": "0.30", + "eur_foil": "0.42", "tix": null }, "promo": true, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/21705?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F21705%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Rhox&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Rhox&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Rhox&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Rhox&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DRhox", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DRhox", "edhrec": "https://edhrec.com/route/?cc=Rhox" }, "released_at": "2000-04-01", @@ -8860,7 +8943,8 @@ "set_id": "1c105623-2564-40d7-a3aa-4134787fb127", "story_spotlight": false, "textless": false, - "variation": false + "variation": false, + "watermark": "wotc" }, { "object": "card", @@ -8923,7 +9007,7 @@ } ], "color_identity": [], - "edhrec_rank": 2853, + "edhrec_rank": 2887, "foil": true, "keywords": [], "layout": "reversible_card", @@ -8931,6 +9015,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -8941,8 +9026,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -8953,7 +9038,7 @@ "name": "Doubling Cube // Doubling Cube", "nonfoil": true, "oversized": false, - "penny_rank": 11724, + "penny_rank": 11922, "reserved": false, "artist": "Volta Creation", "artist_ids": [ @@ -8975,8 +9060,8 @@ "highres_image": true, "image_status": "highres_scan", "prices": { - "usd": "11.94", - "usd_foil": "13.24", + "usd": "15.42", + "usd_foil": "14.30", "usd_etched": null, "eur": null, "eur_foil": null, @@ -8984,14 +9069,14 @@ }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/456574?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F456574%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Doubling+Cube+%2F%2F+Doubling+Cube&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Doubling+Cube+%2F%2F+Doubling+Cube&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Doubling+Cube+%2F%2F+Doubling+Cube&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Doubling+Cube+%2F%2F+Doubling+Cube&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DDoubling%2BCube%2B%252F%252F%2BDoubling%2BCube", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DDoubling%2BCube%2B%252F%252F%2BDoubling%2BCube", "edhrec": "https://edhrec.com/route/?cc=Doubling+Cube+%2F%2F+Doubling+Cube" }, "released_at": "2022-12-02", @@ -9049,11 +9134,11 @@ }, { "object": "related_card", - "id": "c3de647e-3ef5-4f44-a103-b0df756bf9eb", + "id": "fde7c88c-3bef-422a-8527-52c22928df05", "component": "combo_piece", "name": "Legion Warboss", "type_line": "Creature — Goblin Soldier", - "uri": "https://api.scryfall.com/cards/c3de647e-3ef5-4f44-a103-b0df756bf9eb" + "uri": "https://api.scryfall.com/cards/fde7c88c-3bef-422a-8527-52c22928df05" }, { "object": "related_card", @@ -9193,11 +9278,11 @@ }, { "object": "related_card", - "id": "e6cc97d2-6ad7-45fc-8766-d7297f911057", + "id": "8056ff64-1bd3-46ae-a0aa-c22305c2b654", "component": "combo_piece", "name": "Krenko, Mob Boss", "type_line": "Legendary Creature — Goblin Warrior", - "uri": "https://api.scryfall.com/cards/e6cc97d2-6ad7-45fc-8766-d7297f911057" + "uri": "https://api.scryfall.com/cards/8056ff64-1bd3-46ae-a0aa-c22305c2b654" }, { "object": "related_card", @@ -9223,6 +9308,14 @@ "type_line": "Instant", "uri": "https://api.scryfall.com/cards/b69e7200-96ea-4455-83cc-0a497d56efe5" }, + { + "object": "related_card", + "id": "2c1392c5-91a5-4e6e-803d-ed032e4d594b", + "component": "combo_piece", + "name": "A Killer Among Us", + "type_line": "Enchantment", + "uri": "https://api.scryfall.com/cards/2c1392c5-91a5-4e6e-803d-ed032e4d594b" + }, { "object": "related_card", "id": "c069ebf8-5616-4cff-81d9-cd20b20102ee", @@ -9255,6 +9348,14 @@ "type_line": "Creature — Goblin Warrior", "uri": "https://api.scryfall.com/cards/192d77ef-e8b5-44e2-842b-2c1f342c1e69" }, + { + "object": "related_card", + "id": "8fa6db76-0f7b-4172-a72b-6a4a843e5773", + "component": "combo_piece", + "name": "Krenko, Baron of Tin Street", + "type_line": "Legendary Creature — Goblin", + "uri": "https://api.scryfall.com/cards/8fa6db76-0f7b-4172-a72b-6a4a843e5773" + }, { "object": "related_card", "id": "585fde63-4cb5-4235-8c95-2a7a511e7c3f", @@ -9273,11 +9374,11 @@ }, { "object": "related_card", - "id": "d6379f3d-fe55-4c21-96d7-3796f5489e37", + "id": "b07d96a1-87a0-45ff-ae6e-230deaf44dca", "component": "combo_piece", "name": "Krenko's Command", "type_line": "Sorcery", - "uri": "https://api.scryfall.com/cards/d6379f3d-fe55-4c21-96d7-3796f5489e37" + "uri": "https://api.scryfall.com/cards/b07d96a1-87a0-45ff-ae6e-230deaf44dca" }, { "object": "related_card", @@ -9393,11 +9494,11 @@ }, { "object": "related_card", - "id": "7ee07266-a95d-4cd8-9863-1664922e9490", + "id": "1c7930aa-9556-487a-9e37-78c722dfb4bc", "component": "combo_piece", "name": "Kuldotha Rebirth", "type_line": "Sorcery", - "uri": "https://api.scryfall.com/cards/7ee07266-a95d-4cd8-9863-1664922e9490" + "uri": "https://api.scryfall.com/cards/1c7930aa-9556-487a-9e37-78c722dfb4bc" }, { "object": "related_card", @@ -9462,6 +9563,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -9472,8 +9574,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -9520,24 +9622,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/d/9/d99cc0a4-4868-47f3-bd1d-f46b7cb74650.jpg?1681768986" }, "prices": { - "usd": "1.52", - "usd_foil": "1.62", + "usd": "1.81", + "usd_foil": "1.82", "usd_etched": null, - "eur": "0.74", - "eur_foil": "1.24", + "eur": "1.00", + "eur_foil": "1.08", "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/232589?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F232589%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Goblin&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Goblin&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=509365", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Goblin&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Goblin&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=509365&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DGoblin", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DGoblin", "edhrec": "https://edhrec.com/route/?cc=Goblin" }, "released_at": "2021-02-12", @@ -9571,7 +9673,7 @@ "color_identity": [ "B" ], - "edhrec_rank": 151, + "edhrec_rank": 164, "foil": true, "keywords": [ "Scry" @@ -9581,6 +9683,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -9588,11 +9691,11 @@ "legacy": "legal", "pauper": "legal", "vintage": "legal", - "penny": "legal", + "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -9605,7 +9708,7 @@ "nonfoil": false, "oracle_text": "Sacrifice a creature: Scry 1. (Look at the top card of your library. You may put that card on the bottom of your library.)", "oversized": false, - "penny_rank": 801, + "penny_rank": 934, "power": "1", "reserved": false, "toughness": "1", @@ -9652,14 +9755,14 @@ "serialized" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/257331?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F257331%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Viscera+Seer&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Viscera+Seer&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Viscera+Seer&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Viscera+Seer&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DViscera%2BSeer", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DViscera%2BSeer", "edhrec": "https://edhrec.com/route/?cc=Viscera+Seer" }, "released_at": "2021-06-21", @@ -9731,6 +9834,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -9741,8 +9845,8 @@ "penny": "legal", "commander": "banned", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -9754,7 +9858,7 @@ "name": "Erayo, Soratami Ascendant // Erayo's Essence", "nonfoil": true, "oversized": false, - "penny_rank": 2531, + "penny_rank": 2926, "power": "1", "reserved": false, "toughness": "1", @@ -9790,24 +9894,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/0/b/0b61d772-2d8b-4acf-9dd2-b2e8b03538c8.jpg?1610664131" }, "prices": { - "usd": "5.16", - "usd_foil": "13.31", + "usd": "4.57", + "usd_foil": "34.99", "usd_etched": null, - "eur": "2.94", - "eur_foil": "24.99", + "eur": "3.28", + "eur_foil": "23.83", "tix": "0.02" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/12430?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F12430%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Erayo%2C+Soratami+Ascendant&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/22176?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=87599", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Erayo%2C+Soratami+Ascendant+%2F%2F+Erayo%27s+Essence&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Erayo%2C+Soratami+Ascendant+%2F%2F+Erayo%27s+Essence&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=87599&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DErayo%252C%2BSoratami%2BAscendant%2B%252F%252F%2BErayo%2527s%2BEssence", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DErayo%252C%2BSoratami%2BAscendant%2B%252F%252F%2BErayo%2527s%2BEssence", "edhrec": "https://edhrec.com/route/?cc=Erayo%2C+Soratami+Ascendant" }, "released_at": "2005-06-03", @@ -9841,12 +9945,15 @@ "colors": [], "color_identity": [], "foil": false, - "keywords": [], + "keywords": [ + "Infect" + ], "layout": "normal", "legalities": { "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -9857,8 +9964,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "legal", "duel": "legal", @@ -9906,7 +10013,7 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/2/0/20a67ee2-0137-458d-b381-430a2494357f.jpg?1675457009" }, "prices": { - "usd": "0.22", + "usd": "0.23", "usd_foil": null, "usd_etched": null, "eur": "0.19", @@ -9915,15 +10022,15 @@ }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/288179?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F288179%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Happy+Dead+Squirrel&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Happy+Dead+Squirrel&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "common", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=583545", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Happy+Dead+Squirrel&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Happy+Dead+Squirrel&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=583545&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DHappy%2BDead%2BSquirrel", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DHappy%2BDead%2BSquirrel", "edhrec": "https://edhrec.com/route/?cc=Happy+Dead+Squirrel" }, "released_at": "2022-10-07", @@ -9964,7 +10071,7 @@ "G", "R" ], - "edhrec_rank": 3464, + "edhrec_rank": 3837, "foil": true, "keywords": [ "Indestructible" @@ -9974,6 +10081,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -9984,8 +10092,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -10042,24 +10150,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/5/b/5b3c393c-3596-4bd9-a553-e0b03c2eb950.jpg?1581481087" }, "prices": { - "usd": "2.79", - "usd_foil": "4.07", + "usd": "3.45", + "usd_foil": "2.86", "usd_etched": null, - "eur": "5.93", - "eur_foil": "6.45", - "tix": "0.82" + "eur": "4.51", + "eur_foil": "6.53", + "tix": "0.12" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/206458?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F206458%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Klothys%2C+God+of+Destiny&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/79564?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "mythic", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=476471", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Klothys%2C+God+of+Destiny&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Klothys%2C+God+of+Destiny&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=476471&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DKlothys%252C%2BGod%2Bof%2BDestiny", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DKlothys%252C%2BGod%2Bof%2BDestiny", "edhrec": "https://edhrec.com/route/?cc=Klothys%2C+God+of+Destiny" }, "released_at": "2020-01-24", @@ -10103,7 +10211,7 @@ "G", "R" ], - "edhrec_rank": 3464, + "edhrec_rank": 3837, "foil": true, "keywords": [ "Indestructible" @@ -10113,6 +10221,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -10123,8 +10232,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -10183,11 +10292,11 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/4/d/4d747889-04db-4e7a-ad4c-7549514b5112.jpg?1682720711" }, "prices": { - "usd": "1.72", - "usd_foil": "3.86", + "usd": "2.67", + "usd_foil": "3.97", "usd_etched": null, - "eur": "5.52", - "eur_foil": "6.99", + "eur": "4.50", + "eur_foil": "6.09", "tix": null }, "promo": false, @@ -10195,14 +10304,14 @@ "boosterfun" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/206459?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F206459%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Klothys%2C+God+of+Destiny&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Klothys%2C+God+of+Destiny&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "mythic", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Klothys%2C+God+of+Destiny&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Klothys%2C+God+of+Destiny&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DKlothys%252C%2BGod%2Bof%2BDestiny", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DKlothys%252C%2BGod%2Bof%2BDestiny", "edhrec": "https://edhrec.com/route/?cc=Klothys%2C+God+of+Destiny" }, "released_at": "2020-01-24", @@ -10247,7 +10356,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 713, + "edhrec_rank": 753, "foil": true, "keywords": [ "Trample" @@ -10257,6 +10366,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -10267,8 +10377,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -10321,24 +10431,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/a/3/a391da36-0b40-46ea-b771-50d2b920207e.jpg?1581480808" }, "prices": { - "usd": "21.14", - "usd_foil": "21.14", + "usd": "25.36", + "usd_foil": "26.50", "usd_etched": null, - "eur": "11.02", - "eur_foil": "14.99", - "tix": "0.39" + "eur": "13.58", + "eur_foil": "15.24", + "tix": "0.09" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/207021?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F207021%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Nyxbloom+Ancient&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/79504?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "mythic", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=476441", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Nyxbloom+Ancient&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Nyxbloom+Ancient&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=476441&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DNyxbloom%2BAncient", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DNyxbloom%2BAncient", "edhrec": "https://edhrec.com/route/?cc=Nyxbloom+Ancient" }, "released_at": "2020-01-24", @@ -10379,7 +10489,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 713, + "edhrec_rank": 753, "foil": true, "keywords": [ "Trample" @@ -10389,6 +10499,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -10399,8 +10510,8 @@ "penny": "not_legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -10453,11 +10564,11 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/c/8/c8a8e37b-0b97-4355-8e00-169a82c38ea0.jpg?1634466744" }, "prices": { - "usd": "21.76", - "usd_foil": "67.28", + "usd": "32.18", + "usd_foil": "57.10", "usd_etched": null, - "eur": "13.50", - "eur_foil": "59.99", + "eur": "19.64", + "eur_foil": "43.38", "tix": null }, "promo": false, @@ -10465,14 +10576,14 @@ "boosterfun" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/207060?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F207060%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Nyxbloom+Ancient&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Nyxbloom+Ancient&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "mythic", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Nyxbloom+Ancient&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Nyxbloom+Ancient&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DNyxbloom%2BAncient", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DNyxbloom%2BAncient", "edhrec": "https://edhrec.com/route/?cc=Nyxbloom+Ancient" }, "released_at": "2020-01-24", @@ -10511,7 +10622,7 @@ "G", "W" ], - "edhrec_rank": 548, + "edhrec_rank": 512, "foil": true, "keywords": [ "Scry" @@ -10521,6 +10632,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -10531,8 +10643,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -10545,7 +10657,7 @@ "nonfoil": true, "oracle_text": "Temple of Plenty enters the battlefield tapped.\nWhen Temple of Plenty enters the battlefield, scry 1.\n{T}: Add {G} or {W}.", "oversized": false, - "penny_rank": 1081, + "penny_rank": 1170, "produced_mana": [ "G", "W" @@ -10584,24 +10696,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/6/e/6e6256ea-ccb5-4595-8278-44266f922e31.jpg?1581481279" }, "prices": { - "usd": "0.29", - "usd_foil": "0.60", + "usd": "0.31", + "usd_foil": "0.52", "usd_etched": null, - "eur": "0.20", - "eur_foil": "0.49", + "eur": "0.17", + "eur_foil": "0.48", "tix": "0.02" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/206636?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F206636%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Temple+of+Plenty&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/79620?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=476499", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Temple+of+Plenty&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Temple+of+Plenty&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=476499&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DTemple%2Bof%2BPlenty", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DTemple%2Bof%2BPlenty", "edhrec": "https://edhrec.com/route/?cc=Temple+of+Plenty" }, "released_at": "2020-01-24", @@ -10641,7 +10753,7 @@ "G", "W" ], - "edhrec_rank": 548, + "edhrec_rank": 512, "foil": true, "keywords": [ "Scry" @@ -10651,6 +10763,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -10661,8 +10774,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -10675,7 +10788,7 @@ "nonfoil": true, "oracle_text": "Temple of Plenty enters the battlefield tapped.\nWhen Temple of Plenty enters the battlefield, scry 1.\n{T}: Add {G} or {W}.", "oversized": false, - "penny_rank": 1081, + "penny_rank": 1170, "produced_mana": [ "G", "W" @@ -10717,11 +10830,11 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/6/1/61dc9a80-850c-4945-b84a-85381cc3ee85.jpg?1580351273" }, "prices": { - "usd": "1.60", - "usd_foil": "9.43", + "usd": "1.68", + "usd_foil": "7.78", "usd_etched": null, - "eur": "2.20", - "eur_foil": "6.49", + "eur": "1.73", + "eur_foil": "6.02", "tix": null }, "promo": false, @@ -10729,14 +10842,14 @@ "boosterfun" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/206637?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F206637%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Temple+of+Plenty&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Temple+of+Plenty&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Temple+of+Plenty&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Temple+of+Plenty&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DTemple%2Bof%2BPlenty", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DTemple%2Bof%2BPlenty", "edhrec": "https://edhrec.com/route/?cc=Temple+of+Plenty" }, "released_at": "2020-01-24", @@ -10799,7 +10912,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 3068, + "edhrec_rank": 3370, "foil": true, "keywords": [ "Enchant" @@ -10809,6 +10922,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -10816,11 +10930,11 @@ "legacy": "legal", "pauper": "not_legal", "vintage": "legal", - "penny": "not_legal", + "penny": "legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -10833,7 +10947,7 @@ "nonfoil": true, "oracle_text": "Enchant land\nWhenever enchanted land is tapped for mana, its controller adds an additional {G}.\n{4}{G}, Sacrifice Wolfwillow Haven: Create a 2/2 green Wolf creature token. Activate only during your turn.", "oversized": false, - "penny_rank": 2314, + "penny_rank": 2561, "produced_mana": [ "G" ], @@ -10871,24 +10985,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/7/2/72b886c3-234c-49ce-9a11-456c1e8f092f.jpg?1581480945" }, "prices": { - "usd": "0.28", - "usd_foil": "0.54", + "usd": "0.30", + "usd_foil": "0.53", "usd_etched": null, - "eur": "0.25", - "eur_foil": "0.76", + "eur": "0.26", + "eur_foil": "0.60", "tix": "0.03" }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/207066?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F207066%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Wolfwillow+Haven&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/79534?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "uncommon", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=476456", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Wolfwillow+Haven&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Wolfwillow+Haven&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=476456&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DWolfwillow%2BHaven", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DWolfwillow%2BHaven", "edhrec": "https://edhrec.com/route/?cc=Wolfwillow+Haven" }, "released_at": "2020-01-24", @@ -10946,7 +11060,7 @@ "color_identity": [ "G" ], - "edhrec_rank": 3068, + "edhrec_rank": 3370, "foil": true, "keywords": [ "Enchant" @@ -10956,6 +11070,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -10963,11 +11078,11 @@ "legacy": "legal", "pauper": "not_legal", "vintage": "legal", - "penny": "not_legal", + "penny": "legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -10980,7 +11095,7 @@ "nonfoil": true, "oracle_text": "Enchant land\nWhenever enchanted land is tapped for mana, its controller adds an additional {G}.\n{4}{G}, Sacrifice Wolfwillow Haven: Create a 2/2 green Wolf creature token. Activate only during your turn.", "oversized": false, - "penny_rank": 2314, + "penny_rank": 2561, "produced_mana": [ "G" ], @@ -11021,11 +11136,11 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/c/f/cfc4be7b-a948-464d-8327-575ccb7dccf3.jpg?1586187338" }, "prices": { - "usd": "1.12", - "usd_foil": "5.14", + "usd": "1.01", + "usd_foil": "5.28", "usd_etched": null, - "eur": "0.24", - "eur_foil": "0.53", + "eur": "0.35", + "eur_foil": "0.72", "tix": null }, "promo": true, @@ -11033,14 +11148,14 @@ "promopack" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/208027?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F208027%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Wolfwillow+Haven&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Wolfwillow+Haven&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "uncommon", "related_uris": { - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Wolfwillow+Haven&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Wolfwillow+Haven&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DWolfwillow%2BHaven", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DWolfwillow%2BHaven", "edhrec": "https://edhrec.com/route/?cc=Wolfwillow+Haven" }, "released_at": "2020-01-24", @@ -11131,6 +11246,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -11141,8 +11257,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -11186,24 +11302,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/8/9/8987644d-5a31-4a4e-9a8a-3d6260ed0fd6.jpg?1562488870" }, "prices": { - "usd": "1.21", - "usd_foil": "53.98", + "usd": "1.13", + "usd_foil": "45.14", "usd_etched": null, - "eur": "1.00", - "eur_foil": "39.00", + "eur": "1.50", + "eur_foil": "47.80", "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/37950?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F37950%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Who+%2F%2F+What+%2F%2F+When+%2F%2F+Where+%2F%2F+Why&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Who+%2F%2F+What+%2F%2F+When+%2F%2F+Where+%2F%2F+Why&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=74358", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Who+%2F%2F+What+%2F%2F+When+%2F%2F+Where+%2F%2F+Why&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Who+%2F%2F+What+%2F%2F+When+%2F%2F+Where+%2F%2F+Why&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=74358&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DWho%2B%252F%252F%2BWhat%2B%252F%252F%2BWhen%2B%252F%252F%2BWhere%2B%252F%252F%2BWhy", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DWho%2B%252F%252F%2BWhat%2B%252F%252F%2BWhen%2B%252F%252F%2BWhere%2B%252F%252F%2BWhy", "edhrec": "https://edhrec.com/route/?cc=Who+%2F%2F+What+%2F%2F+When+%2F%2F+Where+%2F%2F+Why" }, "released_at": "2004-11-19", @@ -11299,6 +11415,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -11309,8 +11426,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -11355,24 +11472,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/9/a/9a650610-20e2-4f16-b59c-2ea7779f6e47.jpg?1562927634" }, "prices": { - "usd": "1.50", - "usd_foil": "18.49", + "usd": "1.48", + "usd_foil": "18.45", "usd_etched": null, - "eur": "2.19", - "eur_foil": "20.00", + "eur": "2.09", + "eur_foil": "18.21", "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/154419?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F154419%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Very+Cryptic+Command&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Very+Cryptic+Command&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439645", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439645&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", "edhrec": "https://edhrec.com/route/?cc=Very+Cryptic+Command" }, "released_at": "2017-12-08", @@ -11467,6 +11584,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -11477,8 +11595,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -11523,24 +11641,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/2/a/2a90b2b6-d96e-4c13-83be-849d2ec1d845.jpg?1562904026" }, "prices": { - "usd": "0.96", - "usd_foil": "7.31", + "usd": "0.93", + "usd_foil": "7.23", "usd_etched": null, - "eur": "2.25", - "eur_foil": "7.99", + "eur": "1.55", + "eur_foil": "10.56", "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/152906?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F152906%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Very+Cryptic+Command&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Very+Cryptic+Command&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439438", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439438&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", "edhrec": "https://edhrec.com/route/?cc=Very+Cryptic+Command" }, "released_at": "2017-12-08", @@ -11643,6 +11761,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -11653,8 +11772,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -11699,24 +11818,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/2/d/2dfc9416-06d6-40af-8b3d-62371b3da7c5.jpg?1562904665" }, "prices": { - "usd": "1.82", - "usd_foil": "6.49", + "usd": "1.70", + "usd_foil": "6.09", "usd_etched": null, - "eur": "2.75", - "eur_foil": "9.00", + "eur": "2.17", + "eur_foil": "10.92", "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/154420?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F154420%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Very+Cryptic+Command&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Very+Cryptic+Command&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439646", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439646&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", "edhrec": "https://edhrec.com/route/?cc=Very+Cryptic+Command" }, "released_at": "2017-12-08", @@ -11811,6 +11930,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -11821,8 +11941,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -11867,24 +11987,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/1/2/12272ce6-ab1f-4576-9e50-21d324263c44.jpg?1562898766" }, "prices": { - "usd": "1.61", - "usd_foil": null, + "usd": "2.08", + "usd_foil": "8.00", "usd_etched": null, - "eur": "1.20", - "eur_foil": "26.08", + "eur": "1.38", + "eur_foil": "12.81", "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/154421?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F154421%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Very+Cryptic+Command&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Very+Cryptic+Command&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439647", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439647&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", "edhrec": "https://edhrec.com/route/?cc=Very+Cryptic+Command" }, "released_at": "2017-12-08", @@ -11981,6 +12101,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -11991,8 +12112,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -12037,24 +12158,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/d/8/d8e84dd2-01f9-4fad-8a24-cc86424d09a2.jpg?1562940811" }, "prices": { - "usd": "3.20", - "usd_foil": null, + "usd": "2.19", + "usd_foil": "19.45", "usd_etched": null, - "eur": "2.50", - "eur_foil": "8.89", + "eur": "2.29", + "eur_foil": "8.26", "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/154422?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F154422%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Very+Cryptic+Command&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Very+Cryptic+Command&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439648", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439648&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", "edhrec": "https://edhrec.com/route/?cc=Very+Cryptic+Command" }, "released_at": "2017-12-08", @@ -12159,6 +12280,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -12169,8 +12291,8 @@ "penny": "not_legal", "commander": "not_legal", "oathbreaker": "not_legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "not_legal", @@ -12215,24 +12337,24 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/d/4/d41e6c51-d96a-436f-94c5-5d1e19c5e0d5.jpg?1562939866" }, "prices": { - "usd": "1.49", - "usd_foil": "3.50", + "usd": "1.26", + "usd_foil": "1.33", "usd_etched": null, - "eur": "1.45", - "eur_foil": "8.49", + "eur": "1.60", + "eur_foil": "7.10", "tix": null }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/154423?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F154423%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Very+Cryptic+Command&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards?affiliate_id=scryfall&data%5Bsearch%5D=Very+Cryptic+Command&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439649", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Very+Cryptic+Command&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=439649&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DVery%2BCryptic%2BCommand", "edhrec": "https://edhrec.com/route/?cc=Very+Cryptic+Command" }, "released_at": "2017-12-08", @@ -12270,7 +12392,7 @@ "color_identity": [ "U" ], - "edhrec_rank": 15505, + "edhrec_rank": 16552, "foil": true, "keywords": [], "layout": "normal", @@ -12278,6 +12400,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "not_legal", + "timeless": "not_legal", "gladiator": "not_legal", "pioneer": "not_legal", "explorer": "not_legal", @@ -12288,8 +12411,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", + "standardbrawl": "not_legal", "brawl": "not_legal", - "historicbrawl": "not_legal", "alchemy": "not_legal", "paupercommander": "not_legal", "duel": "legal", @@ -12302,7 +12425,7 @@ "nonfoil": true, "oracle_text": "Academy Elite enters the battlefield with X +1/+1 counters on it, where X is the number of instant and sorcery cards in all graveyards.\n{2}{U}, Remove a +1/+1 counter from Academy Elite: Draw a card, then discard a card.", "oversized": false, - "penny_rank": 3819, + "penny_rank": 4280, "power": "0", "reserved": false, "toughness": "0", @@ -12346,15 +12469,15 @@ }, "promo": false, "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/search/magic/product?productLineName=magic&q=Academy+Elite&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall&view=grid", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fsearch%2Fmagic%2Fproduct%3FproductLineName%3Dmagic%26q%3DAcademy%2BElite%26view%3Dgrid", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Academy+Elite&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/53185?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "rare", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=382835", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Academy+Elite&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Academy+Elite&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=382835&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DAcademy%2BElite", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DAcademy%2BElite", "edhrec": "https://edhrec.com/route/?cc=Academy+Elite" }, "released_at": "2014-06-16", @@ -12387,6 +12510,24 @@ "rulings_uri": "https://api.scryfall.com/cards/8752c1db-b924-4dda-8b71-4c254d0ef2de/rulings", "scryfall_uri": "https://scryfall.com/card/w16/3/serra-angel?utm_source=api", "uri": "https://api.scryfall.com/cards/8752c1db-b924-4dda-8b71-4c254d0ef2de", + "all_parts": [ + { + "object": "related_card", + "id": "8752c1db-b924-4dda-8b71-4c254d0ef2de", + "component": "combo_piece", + "name": "Serra Angel", + "type_line": "Creature — Angel", + "uri": "https://api.scryfall.com/cards/8752c1db-b924-4dda-8b71-4c254d0ef2de" + }, + { + "object": "related_card", + "id": "ad2bbfa1-81e0-4683-b1dc-a3aaa9837690", + "component": "combo_piece", + "name": "Treizeci, Sun of Serra", + "type_line": "Legendary Creature — Human Knight", + "uri": "https://api.scryfall.com/cards/ad2bbfa1-81e0-4683-b1dc-a3aaa9837690" + } + ], "cmc": 5.0, "colors": [ "W" @@ -12394,7 +12535,7 @@ "color_identity": [ "W" ], - "edhrec_rank": 8921, + "edhrec_rank": 9329, "foil": false, "keywords": [ "Flying", @@ -12405,6 +12546,7 @@ "standard": "not_legal", "future": "not_legal", "historic": "legal", + "timeless": "legal", "gladiator": "legal", "pioneer": "legal", "explorer": "legal", @@ -12415,8 +12557,8 @@ "penny": "legal", "commander": "legal", "oathbreaker": "legal", - "brawl": "not_legal", - "historicbrawl": "legal", + "standardbrawl": "not_legal", + "brawl": "legal", "alchemy": "legal", "paupercommander": "restricted", "duel": "legal", @@ -12429,7 +12571,7 @@ "nonfoil": true, "oracle_text": "Flying, vigilance", "oversized": false, - "penny_rank": 8706, + "penny_rank": 9364, "power": "4", "reserved": false, "toughness": "4", @@ -12465,27 +12607,27 @@ "border_crop": "https://cards.scryfall.io/border_crop/front/8/7/8752c1db-b924-4dda-8b71-4c254d0ef2de.jpg?1562923563" }, "prices": { - "usd": "0.18", + "usd": "0.13", "usd_foil": null, "usd_etched": null, - "eur": "0.10", + "eur": "0.15", "eur_foil": null, - "tix": "0.05" + "tix": "0.06" }, "promo": false, "promo_types": [ "starterdeck" ], "purchase_uris": { - "tcgplayer": "https://www.tcgplayer.com/product/116791?page=1&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "tcgplayer": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&u=https%3A%2F%2Fwww.tcgplayer.com%2Fproduct%2F116791%3Fpage%3D1", "cardmarket": "https://www.cardmarket.com/en/Magic/Products/Search?referrer=scryfall&searchString=Serra+Angel&utm_campaign=card_prices&utm_medium=text&utm_source=scryfall", "cardhoarder": "https://www.cardhoarder.com/cards/60518?affiliate_id=scryfall&ref=card-profile&utm_campaign=affiliate&utm_medium=card&utm_source=scryfall" }, "rarity": "uncommon", "related_uris": { - "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=413369", - "tcgplayer_infinite_articles": "https://infinite.tcgplayer.com/search?contentMode=article&game=magic&partner=scryfall&q=Serra+Angel&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", - "tcgplayer_infinite_decks": "https://infinite.tcgplayer.com/search?contentMode=deck&game=magic&partner=scryfall&q=Serra+Angel&utm_campaign=affiliate&utm_medium=api&utm_source=scryfall", + "gatherer": "https://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=413369&printed=false", + "tcgplayer_infinite_articles": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Darticle%26game%3Dmagic%26partner%3Dscryfall%26q%3DSerra%2BAngel", + "tcgplayer_infinite_decks": "https://tcgplayer.pxf.io/c/4931599/1830156/21018?subId1=api&trafcat=infinite&u=https%3A%2F%2Finfinite.tcgplayer.com%2Fsearch%3FcontentMode%3Ddeck%26game%3Dmagic%26partner%3Dscryfall%26q%3DSerra%2BAngel", "edhrec": "https://edhrec.com/route/?cc=Serra+Angel" }, "released_at": "2016-04-08", diff --git a/tests/data/sets.json b/tests/data/sets.json index d9ffd91..6cac5bd 100644 --- a/tests/data/sets.json +++ b/tests/data/sets.json @@ -13,7 +13,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/arc.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/arc.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aarc&unique=prints", "scryfall_uri": "https://scryfall.com/sets/arc", "uri": "https://api.scryfall.com/sets/8bc5ec64-18d5-4c81-96a1-8f619d81a019" @@ -35,7 +35,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/bok.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/bok.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Abok&unique=prints", "scryfall_uri": "https://scryfall.com/sets/bok", "uri": "https://api.scryfall.com/sets/d4b88587-a1f5-4b47-9e24-78ec9e57bd0e" @@ -57,7 +57,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/chk.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/chk.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Achk&unique=prints", "scryfall_uri": "https://scryfall.com/sets/chk", "uri": "https://api.scryfall.com/sets/6183d21f-a0af-4118-ba58-aca1d8719c01" @@ -79,7 +79,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/csp.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/csp.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Acsp&unique=prints", "scryfall_uri": "https://scryfall.com/sets/csp", "uri": "https://api.scryfall.com/sets/1f4f105f-73e4-4f03-849e-82a204807847" @@ -96,7 +96,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/fem.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/fem.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Afem&unique=prints", "scryfall_uri": "https://scryfall.com/sets/fem", "uri": "https://api.scryfall.com/sets/cf7390b1-341a-4ae8-a325-da0f5f322f13" @@ -113,7 +113,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/hml.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/hml.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Ahml&unique=prints", "scryfall_uri": "https://scryfall.com/sets/hml", "uri": "https://api.scryfall.com/sets/5ac1f606-e682-46e9-ad0f-122a3783581b" @@ -132,7 +132,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/hop.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/hop.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Ahop&unique=prints", "scryfall_uri": "https://scryfall.com/sets/hop", "uri": "https://api.scryfall.com/sets/7137ffeb-eb1d-466c-a0d3-3157f52b1b10" @@ -151,7 +151,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/ice.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/ice.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aice&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ice", "uri": "https://api.scryfall.com/sets/b0e08eea-5c01-4406-a6e2-dcd09c5e5b67" @@ -173,7 +173,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/isd.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/isd.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aisd&unique=prints", "scryfall_uri": "https://scryfall.com/sets/isd", "uri": "https://api.scryfall.com/sets/d1026945-2969-42b9-be53-f941405a58cb" @@ -192,7 +192,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/khm.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/khm.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Akhm&unique=prints", "scryfall_uri": "https://scryfall.com/sets/khm", "uri": "https://api.scryfall.com/sets/43057fad-b1c1-437f-bc48-0045bce6d8c9" @@ -211,7 +211,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/lea.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/lea.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Alea&unique=prints", "scryfall_uri": "https://scryfall.com/sets/lea", "uri": "https://api.scryfall.com/sets/288bd996-960e-448b-a187-9504c1930c2c" @@ -233,7 +233,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/mbs.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/mbs.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Ambs&unique=prints", "scryfall_uri": "https://scryfall.com/sets/mbs", "uri": "https://api.scryfall.com/sets/f46c57e3-9301-4006-a6ca-06f3f65961fb" @@ -253,7 +253,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/mma.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/mma.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Amma&unique=prints", "scryfall_uri": "https://scryfall.com/sets/mma", "uri": "https://api.scryfall.com/sets/0b7020f2-336d-4706-9ce6-f6710b9ebd5c" @@ -273,7 +273,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/neo.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/neo.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aneo&unique=prints", "scryfall_uri": "https://scryfall.com/sets/neo", "uri": "https://api.scryfall.com/sets/59a2059f-5482-433f-8761-eb2e17859b71" @@ -290,7 +290,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/arc.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/arc.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aoarc&unique=prints", "scryfall_uri": "https://scryfall.com/sets/oarc", "uri": "https://api.scryfall.com/sets/238beedf-1d4d-475f-a980-527ba2f55dc6" @@ -312,7 +312,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/ogw.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/ogw.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aogw&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ogw", "uri": "https://api.scryfall.com/sets/cd51d245-8f95-45b0-ab5f-e2b3a3eb5dfe" @@ -331,7 +331,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/hop.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/hop.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aohop&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ohop", "uri": "https://api.scryfall.com/sets/7a8b75a9-7c92-4c3f-976a-322e1eb3b6b6" @@ -350,7 +350,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/pc2.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/pc2.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aopc2&unique=prints", "scryfall_uri": "https://scryfall.com/sets/opc2", "uri": "https://api.scryfall.com/sets/7079031b-c5b0-4353-87af-a63a0f204f47" @@ -368,7 +368,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Ap03&unique=prints", "scryfall_uri": "https://scryfall.com/sets/p03", "uri": "https://api.scryfall.com/sets/dfa906ff-63d8-4065-abef-809988337288" @@ -387,7 +387,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/pc2.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/pc2.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apc2&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pc2", "uri": "https://api.scryfall.com/sets/9fb2f83e-7015-4aa9-808f-310ccf0fdb9c" @@ -403,7 +403,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apdci&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pdci", "uri": "https://api.scryfall.com/sets/935e91e9-61c2-4b35-a85a-c08fef3b420b" @@ -422,7 +422,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/frf.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/frf.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apfrf&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pfrf", "uri": "https://api.scryfall.com/sets/aa9f80e3-8d60-46b7-b91e-eb1736fde866" @@ -439,7 +439,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aphop&unique=prints", "scryfall_uri": "https://scryfall.com/sets/phop", "uri": "https://api.scryfall.com/sets/ef3f6784-a6e8-41ff-8bed-72e0c7121298" @@ -455,7 +455,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/pbook.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/pbook.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aphpr&unique=prints", "scryfall_uri": "https://scryfall.com/sets/phpr", "uri": "https://api.scryfall.com/sets/b32cc4a1-1e06-4bec-bab6-89b2691b57a4" @@ -477,7 +477,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/plc.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/plc.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aplc&unique=prints", "scryfall_uri": "https://scryfall.com/sets/plc", "uri": "https://api.scryfall.com/sets/5a1b571c-73e9-4c14-b9d4-a62507d85789" @@ -499,7 +499,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/pls.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/pls.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apls&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pls", "uri": "https://api.scryfall.com/sets/82dc193b-bd5f-4883-a93f-a4155b467ee0" @@ -518,7 +518,7 @@ "digital": false, "foil_only": true, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/mbs.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/mbs.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apmbs&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pmbs", "uri": "https://api.scryfall.com/sets/8a59d98a-4e13-4943-b06c-b35868e954ba" @@ -535,7 +535,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/neo.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/neo.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apneo&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pneo", "uri": "https://api.scryfall.com/sets/b3161020-d74f-48cc-bc9d-d7233e64e524" @@ -554,7 +554,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aprna&unique=prints", "scryfall_uri": "https://scryfall.com/sets/prna", "uri": "https://api.scryfall.com/sets/503230ec-81e3-4f92-b847-ff435b1652e0" @@ -573,7 +573,7 @@ "digital": false, "foil_only": true, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aprw2&unique=prints", "scryfall_uri": "https://scryfall.com/sets/prw2", "uri": "https://api.scryfall.com/sets/ee3a8eb6-0583-492b-8be5-265795d38038" @@ -590,7 +590,7 @@ "digital": false, "foil_only": true, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/ptg.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/ptg.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aptg&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ptg", "uri": "https://api.scryfall.com/sets/d264b61b-bfb3-4388-be42-e34a1eaa00c2" @@ -607,7 +607,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/ren.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/ren.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aren&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ren", "uri": "https://api.scryfall.com/sets/bec33d25-cf6f-460f-918d-29b3009686bb" @@ -629,7 +629,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Arna&unique=prints", "scryfall_uri": "https://scryfall.com/sets/rna", "uri": "https://api.scryfall.com/sets/97a7fd84-8d89-45a3-b48b-c951f6a3f9f1" @@ -646,7 +646,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/s00.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/s00.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3As00&unique=prints", "scryfall_uri": "https://scryfall.com/sets/s00", "uri": "https://api.scryfall.com/sets/1c105623-2564-40d7-a3aa-4134787fb127" @@ -663,7 +663,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/star.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/star.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Asld&unique=prints", "scryfall_uri": "https://scryfall.com/sets/sld", "uri": "https://api.scryfall.com/sets/4d92a8a7-ccb0-437d-abdc-9d70fc5ed672" @@ -685,7 +685,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/sok.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/sok.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Asok&unique=prints", "scryfall_uri": "https://scryfall.com/sets/sok", "uri": "https://api.scryfall.com/sets/4db16ad3-2b95-442f-bb6b-e9aa7fe7f769" @@ -702,7 +702,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/unf.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/unf.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Asunf&unique=prints", "scryfall_uri": "https://scryfall.com/sets/sunf", "uri": "https://api.scryfall.com/sets/565e3302-2fed-487e-a0f7-7f8037d25030" @@ -721,7 +721,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/thb.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/thb.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Athb&unique=prints", "scryfall_uri": "https://scryfall.com/sets/thb", "uri": "https://api.scryfall.com/sets/5f23a78d-cda1-462a-8be3-a62b40c34913" @@ -739,7 +739,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/unh.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/unh.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aunh&unique=prints", "scryfall_uri": "https://scryfall.com/sets/unh", "uri": "https://api.scryfall.com/sets/4c8bc76a-05a5-43db-aaf0-34deb347b871" @@ -757,7 +757,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/ust.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/ust.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aust&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ust", "uri": "https://api.scryfall.com/sets/83491685-880d-41dd-a4af-47d2b3b17c10" @@ -776,7 +776,7 @@ "digital": true, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/vma.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/vma.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Avma&unique=prints", "scryfall_uri": "https://scryfall.com/sets/vma", "uri": "https://api.scryfall.com/sets/a944551a-73fa-41cd-9159-e8d0e4674403" @@ -795,7 +795,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/w16.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/w16.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aw16&unique=prints", "scryfall_uri": "https://scryfall.com/sets/w16", "uri": "https://api.scryfall.com/sets/b3a0e4a1-5f2c-44e1-8558-61e6dcd88fda" diff --git a/tests/data/sets1.json b/tests/data/sets1.json index d967a50..9c9a7b9 100644 --- a/tests/data/sets1.json +++ b/tests/data/sets1.json @@ -13,7 +13,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/arc.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/arc.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aarc&unique=prints", "scryfall_uri": "https://scryfall.com/sets/arc", "uri": "https://api.scryfall.com/sets/8bc5ec64-18d5-4c81-96a1-8f619d81a019" @@ -35,7 +35,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/bok.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/bok.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Abok&unique=prints", "scryfall_uri": "https://scryfall.com/sets/bok", "uri": "https://api.scryfall.com/sets/d4b88587-a1f5-4b47-9e24-78ec9e57bd0e" @@ -57,7 +57,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/chk.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/chk.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Achk&unique=prints", "scryfall_uri": "https://scryfall.com/sets/chk", "uri": "https://api.scryfall.com/sets/6183d21f-a0af-4118-ba58-aca1d8719c01" @@ -79,7 +79,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/csp.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/csp.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Acsp&unique=prints", "scryfall_uri": "https://scryfall.com/sets/csp", "uri": "https://api.scryfall.com/sets/1f4f105f-73e4-4f03-849e-82a204807847" @@ -96,7 +96,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/fem.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/fem.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Afem&unique=prints", "scryfall_uri": "https://scryfall.com/sets/fem", "uri": "https://api.scryfall.com/sets/cf7390b1-341a-4ae8-a325-da0f5f322f13" @@ -113,7 +113,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/hml.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/hml.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Ahml&unique=prints", "scryfall_uri": "https://scryfall.com/sets/hml", "uri": "https://api.scryfall.com/sets/5ac1f606-e682-46e9-ad0f-122a3783581b" @@ -132,7 +132,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/hop.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/hop.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Ahop&unique=prints", "scryfall_uri": "https://scryfall.com/sets/hop", "uri": "https://api.scryfall.com/sets/7137ffeb-eb1d-466c-a0d3-3157f52b1b10" @@ -151,7 +151,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/ice.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/ice.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aice&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ice", "uri": "https://api.scryfall.com/sets/b0e08eea-5c01-4406-a6e2-dcd09c5e5b67" @@ -173,7 +173,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/isd.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/isd.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aisd&unique=prints", "scryfall_uri": "https://scryfall.com/sets/isd", "uri": "https://api.scryfall.com/sets/d1026945-2969-42b9-be53-f941405a58cb" @@ -192,7 +192,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/khm.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/khm.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Akhm&unique=prints", "scryfall_uri": "https://scryfall.com/sets/khm", "uri": "https://api.scryfall.com/sets/43057fad-b1c1-437f-bc48-0045bce6d8c9" @@ -211,7 +211,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/lea.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/lea.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Alea&unique=prints", "scryfall_uri": "https://scryfall.com/sets/lea", "uri": "https://api.scryfall.com/sets/288bd996-960e-448b-a187-9504c1930c2c" @@ -233,7 +233,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/mbs.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/mbs.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Ambs&unique=prints", "scryfall_uri": "https://scryfall.com/sets/mbs", "uri": "https://api.scryfall.com/sets/f46c57e3-9301-4006-a6ca-06f3f65961fb" @@ -253,7 +253,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/mma.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/mma.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Amma&unique=prints", "scryfall_uri": "https://scryfall.com/sets/mma", "uri": "https://api.scryfall.com/sets/0b7020f2-336d-4706-9ce6-f6710b9ebd5c" @@ -273,7 +273,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/neo.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/neo.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aneo&unique=prints", "scryfall_uri": "https://scryfall.com/sets/neo", "uri": "https://api.scryfall.com/sets/59a2059f-5482-433f-8761-eb2e17859b71" @@ -290,7 +290,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/arc.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/arc.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aoarc&unique=prints", "scryfall_uri": "https://scryfall.com/sets/oarc", "uri": "https://api.scryfall.com/sets/238beedf-1d4d-475f-a980-527ba2f55dc6" @@ -312,7 +312,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/ogw.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/ogw.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aogw&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ogw", "uri": "https://api.scryfall.com/sets/cd51d245-8f95-45b0-ab5f-e2b3a3eb5dfe" @@ -331,7 +331,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/hop.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/hop.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aohop&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ohop", "uri": "https://api.scryfall.com/sets/7a8b75a9-7c92-4c3f-976a-322e1eb3b6b6" @@ -350,7 +350,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/pc2.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/pc2.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aopc2&unique=prints", "scryfall_uri": "https://scryfall.com/sets/opc2", "uri": "https://api.scryfall.com/sets/7079031b-c5b0-4353-87af-a63a0f204f47" @@ -368,7 +368,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Ap03&unique=prints", "scryfall_uri": "https://scryfall.com/sets/p03", "uri": "https://api.scryfall.com/sets/dfa906ff-63d8-4065-abef-809988337288" @@ -387,7 +387,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/pc2.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/pc2.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apc2&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pc2", "uri": "https://api.scryfall.com/sets/9fb2f83e-7015-4aa9-808f-310ccf0fdb9c" @@ -403,7 +403,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apdci&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pdci", "uri": "https://api.scryfall.com/sets/935e91e9-61c2-4b35-a85a-c08fef3b420b" diff --git a/tests/data/sets2.json b/tests/data/sets2.json index 0f56c91..137224c 100644 --- a/tests/data/sets2.json +++ b/tests/data/sets2.json @@ -15,7 +15,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/frf.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/frf.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apfrf&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pfrf", "uri": "https://api.scryfall.com/sets/aa9f80e3-8d60-46b7-b91e-eb1736fde866" @@ -32,7 +32,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/dci.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aphop&unique=prints", "scryfall_uri": "https://scryfall.com/sets/phop", "uri": "https://api.scryfall.com/sets/ef3f6784-a6e8-41ff-8bed-72e0c7121298" @@ -48,7 +48,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/pbook.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/pbook.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aphpr&unique=prints", "scryfall_uri": "https://scryfall.com/sets/phpr", "uri": "https://api.scryfall.com/sets/b32cc4a1-1e06-4bec-bab6-89b2691b57a4" @@ -70,7 +70,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/plc.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/plc.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aplc&unique=prints", "scryfall_uri": "https://scryfall.com/sets/plc", "uri": "https://api.scryfall.com/sets/5a1b571c-73e9-4c14-b9d4-a62507d85789" @@ -92,7 +92,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/pls.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/pls.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apls&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pls", "uri": "https://api.scryfall.com/sets/82dc193b-bd5f-4883-a93f-a4155b467ee0" @@ -111,7 +111,7 @@ "digital": false, "foil_only": true, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/mbs.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/mbs.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apmbs&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pmbs", "uri": "https://api.scryfall.com/sets/8a59d98a-4e13-4943-b06c-b35868e954ba" @@ -128,7 +128,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/neo.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/neo.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Apneo&unique=prints", "scryfall_uri": "https://scryfall.com/sets/pneo", "uri": "https://api.scryfall.com/sets/b3161020-d74f-48cc-bc9d-d7233e64e524" @@ -147,7 +147,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aprna&unique=prints", "scryfall_uri": "https://scryfall.com/sets/prna", "uri": "https://api.scryfall.com/sets/503230ec-81e3-4f92-b847-ff435b1652e0" @@ -166,7 +166,7 @@ "digital": false, "foil_only": true, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aprw2&unique=prints", "scryfall_uri": "https://scryfall.com/sets/prw2", "uri": "https://api.scryfall.com/sets/ee3a8eb6-0583-492b-8be5-265795d38038" @@ -183,7 +183,7 @@ "digital": false, "foil_only": true, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/ptg.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/ptg.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aptg&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ptg", "uri": "https://api.scryfall.com/sets/d264b61b-bfb3-4388-be42-e34a1eaa00c2" @@ -200,7 +200,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/ren.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/ren.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aren&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ren", "uri": "https://api.scryfall.com/sets/bec33d25-cf6f-460f-918d-29b3009686bb" @@ -222,7 +222,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/rna.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Arna&unique=prints", "scryfall_uri": "https://scryfall.com/sets/rna", "uri": "https://api.scryfall.com/sets/97a7fd84-8d89-45a3-b48b-c951f6a3f9f1" @@ -239,7 +239,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/s00.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/s00.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3As00&unique=prints", "scryfall_uri": "https://scryfall.com/sets/s00", "uri": "https://api.scryfall.com/sets/1c105623-2564-40d7-a3aa-4134787fb127" @@ -256,7 +256,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/star.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/star.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Asld&unique=prints", "scryfall_uri": "https://scryfall.com/sets/sld", "uri": "https://api.scryfall.com/sets/4d92a8a7-ccb0-437d-abdc-9d70fc5ed672" @@ -278,7 +278,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/sok.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/sok.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Asok&unique=prints", "scryfall_uri": "https://scryfall.com/sets/sok", "uri": "https://api.scryfall.com/sets/4db16ad3-2b95-442f-bb6b-e9aa7fe7f769" @@ -295,7 +295,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/unf.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/unf.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Asunf&unique=prints", "scryfall_uri": "https://scryfall.com/sets/sunf", "uri": "https://api.scryfall.com/sets/565e3302-2fed-487e-a0f7-7f8037d25030" @@ -314,7 +314,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/thb.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/thb.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Athb&unique=prints", "scryfall_uri": "https://scryfall.com/sets/thb", "uri": "https://api.scryfall.com/sets/5f23a78d-cda1-462a-8be3-a62b40c34913" @@ -332,7 +332,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/unh.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/unh.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aunh&unique=prints", "scryfall_uri": "https://scryfall.com/sets/unh", "uri": "https://api.scryfall.com/sets/4c8bc76a-05a5-43db-aaf0-34deb347b871" @@ -350,7 +350,7 @@ "digital": false, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/ust.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/ust.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aust&unique=prints", "scryfall_uri": "https://scryfall.com/sets/ust", "uri": "https://api.scryfall.com/sets/83491685-880d-41dd-a4af-47d2b3b17c10" @@ -369,7 +369,7 @@ "digital": true, "foil_only": false, "nonfoil_only": false, - "icon_svg_uri": "https://svgs.scryfall.io/sets/vma.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/vma.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Avma&unique=prints", "scryfall_uri": "https://scryfall.com/sets/vma", "uri": "https://api.scryfall.com/sets/a944551a-73fa-41cd-9159-e8d0e4674403" @@ -388,7 +388,7 @@ "digital": false, "foil_only": false, "nonfoil_only": true, - "icon_svg_uri": "https://svgs.scryfall.io/sets/w16.svg?1693800000", + "icon_svg_uri": "https://svgs.scryfall.io/sets/w16.svg?1708318800", "search_uri": "https://api.scryfall.com/cards/search?include_extras=true&include_variations=true&order=set&q=e%3Aw16&unique=prints", "scryfall_uri": "https://scryfall.com/sets/w16", "uri": "https://api.scryfall.com/sets/b3a0e4a1-5f2c-44e1-8558-61e6dcd88fda"