Skip to content

Instantly share code, notes, and snippets.

@adback03
Last active January 20, 2016 17:12
Show Gist options
  • Save adback03/f18421eff426d3b50be7 to your computer and use it in GitHub Desktop.
Save adback03/f18421eff426d3b50be7 to your computer and use it in GitHub Desktop.
JSON responses for MTG API
{
"cards": [
{
"name": "Air Elemental",
"manaCost": "{3}{U}{U}",
"cmc": 5,
"colors": [
"Blue"
],
"type": "Creature — Elemental",
"types": [
"Creature"
],
"subtypes": [
"Elemental"
],
"rarity": "Uncommon",
"set": "LEA",
"text": "Flying",
"flavor": "These spirits of the air are winsome and wild, and cannot be truly contained. Only marginally intelligent, they often substitute whimsy for strategy, delighting in mischief and mayhem.",
"artist": "Richard Thomas",
"power": "4",
"toughness": "4",
"layout": "normal",
"multiverseid": 94,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=94&type=card",
"printings": [
"LEA",
"LEB",
"2ED",
"CED",
"CEI",
"3ED",
"4ED",
"5ED",
"PO2",
"6ED",
"S99",
"BRB",
"BTD",
"7ED",
"8ED",
"9ED",
"10E",
"DD2",
"M10",
"DPA",
"ME4",
"DD3_JVC"
],
"originalText": "Flying",
"originalType": "Summon — Elemental",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "926234c2fe8863f49220a878346c4c5ca79b6046"
},
{
"name": "Ancestral Recall",
"manaCost": "{U}",
"cmc": 1,
"colors": [
"Blue"
],
"type": "Instant",
"types": [
"Instant"
],
"rarity": "Rare",
"set": "LEA",
"text": "Target player draws three cards.",
"artist": "Mark Poole",
"layout": "normal",
"multiverseid": 95,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=95&type=card",
"reserved": true,
"printings": [
"LEA",
"LEB",
"2ED",
"CED",
"CEI",
"VMA"
],
"originalText": "Draw 3 cards or force opponent to draw 3 cards.",
"originalType": "Instant",
"legalities": [
{
"format": "Commander",
"legality": "Banned"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Banned"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Restricted"
}
],
"id": "aa74b7dc3b30b2e7559598f983543755e226811d"
},
{ ... },
{ ... },
]
}
{
"sets": [
{
"code": "LEA",
"name": "Limited Edition Alpha",
"type": "core",
"border": "black",
"mkm_id": 1,
"booster": [
"rare",
"uncommon",
"uncommon",
"uncommon",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common"
],
"mkm_name": "Alpha",
"releaseDate": "1993-08-05",
"gathererCode": "1E",
"magicCardsInfoCode": "al"
},
{
"code": "LEB",
"name": "Limited Edition Beta",
"type": "core",
"border": "black",
"mkm_id": 2,
"booster": [
"rare",
"uncommon",
"uncommon",
"uncommon",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common"
],
"mkm_name": "Beta",
"releaseDate": "1993-10-01",
"gathererCode": "2E",
"magicCardsInfoCode": "be"
},
{ ... },
{ ... }
]
}
{
"changelogs": [
{
"id": 14,
"version": "1.7.0",
"details": "Added set: Oath of the Gatewatch (OGW)",
"releaseDate": "2016-01-12"
},
{
"id": 13,
"version": "1.6.0",
"details": "Can now query card names by their foreign names via the 'language' url parameter. Example: /cards?language=spanish&name=Perspicacia de Ugin</br></br>Colors, types, subtypes, and supertypes default to a logical and operator when querying, unless wrapped in square brackets, which will use a logical or. See the docs for examples.",
"releaseDate": "2015-12-01"
},
{
"id": 12,
"version": "1.5.0",
"details": "Added set: Commander 2015 (C15)",
"releaseDate": "2015-11-17"
},
{
"id": 11,
"version": "1.4.0",
"details": "Updated rulings and oracle text for all cards in all sets.</br>Added set: Battle for Zendikar (BFZ)</br>Added set: Zendikar Expedition (EXP)</br>DDP: Fixed the 'colors' field for the cards with 'Devoid'.</br>UGL: The card 'Denied!' now has a type of 'Instant' instead of 'Interrupt'. The originalType is still 'Interrupt'.",
"releaseDate": "2015-10-01"
},
{
"id": 10,
"version": "1.3.2",
"details": "When querying a card by name, parenthesees can now be places around the card name to try to match the name exactly. Example: /cards?name=(tinker)",
"releaseDate": "2015-09-15"
},
{
"id": 9,
"version": "1.3.1",
"details": "The 'foreignNames' 'multiverseid' field is now correctly an integer rather than a string.</br>PLS: The 3 foil version cards now correctly have a ★ prefix in the 'number' field to match what is printed on the physical card.",
"releaseDate": "2015-09-14"
},
{
"id": 8,
"version": "1.3.0",
"details": "Added set: Duel Decks: Zendikar vs. Eldrazi (DDP)</br>Added set: From the Vault: Angels (V15)</br>Every card now has a unique 'id' field</br>Added a 'multiverseid' field to the card 'foreignNames' object ",
"releaseDate": "2015-09-05"
},
{
"id": 7,
"version": "1.2.1",
"details": "SOM: Added missing 'watermark' field for 'Razorfield Thresher' card</br>HOP: Fixed 'text' field for 'Minamo' card to use CHAOS instead of {C} to align with other updated oracle 'text' fields on similar cards",
"releaseDate": "2015-08-14"
},
{
"id": 6,
"version": "1.2.0",
"details": "Added set: Magic Origins (ORI)<br/>Added set: Clash Pack (CPK)</br>Added set: Collector's Edition (CED)</br>Added set: International Collector's Edition (CEI)",
"releaseDate": "2015-07-16"
},
{
"id": 5,
"version": "1.1.3",
"details": "Added set code to the Cards resource.",
"releaseDate": "2015-06-07"
},
{
"id": 4,
"version": "1.1.2",
"details": "Removed 'ImageName' from the JSON as it is no longer applicable.</br>Added 'imageUrl' to the cards resource.</br>Fixed missing documentation for a few fields.",
"releaseDate": "2015-06-03"
},
{
"id": 3,
"version": "1.1.1",
"details": "Can now query sets by set nameCan now query sets by set name",
"releaseDate": "2015-06-02"
},
{
"id": 2,
"version": "1.1.0",
"details": "Added set: Modern Masters 2015 Edition (MM2)",
"releaseDate": "2015-05-30"
},
{
"id": 1,
"version": "1.0.0",
"details": "First Release",
"releaseDate": "2015-05-29"
}
]
}
{
"card": {
"name": "Choice of Damnations",
"manaCost": "{5}{B}",
"cmc": 6,
"colors": [
"Black"
],
"type": "Sorcery — Arcane",
"types": [
"Sorcery"
],
"subtypes": [
"Arcane"
],
"rarity": "Rare",
"set": "SOK",
"text": "Target opponent chooses a number. You may have that player lose that much life. If you don't, that player sacrifices all but that many permanents.",
"flavor": "\"Life is a series of choices between bad and worse.\"\n—Toshiro Umezawa",
"artist": "Tim Hildebrandt",
"number": "62",
"layout": "normal",
"multiverseid": 88803,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=88803&type=card",
"rulings": [
{
"date": "2005-06-01",
"text": "After the opponent chooses a number, Choice of Damnations' controller may choose to make that opponent either lose that much life or make that opponent sacrifice permanents."
},
{
"date": "2005-06-01",
"text": "If the opponent must sacrifice all but a number of permanents, that opponent chooses that many permanents and then sacrifices the rest. If the number chosen is greater than the number of permanents the opponent controls, the player sacrifices nothing."
}
],
"foreignNames": [
{
"name": "破灭抉择",
"language": "Chinese Simplified",
"multiverseid": 104898
},
{
"name": "Choix de damnation",
"language": "French",
"multiverseid": 105063
},
{
"name": "Wahl der Verdammungen",
"language": "German",
"multiverseid": 105228
},
{
"name": "Scelta della Dannazione",
"language": "Italian",
"multiverseid": 105393
},
{
"name": "滅びへの選択",
"language": "Japanese",
"multiverseid": 105558
},
{
"name": "Escolha de Danações",
"language": "Portuguese (Brazil)",
"multiverseid": 105723
},
{
"name": "Elección de maldiciones",
"language": "Spanish",
"multiverseid": 105888
}
],
"printings": [
"SOK"
],
"originalText": "Target opponent chooses a number. You may have that player lose that much life. If you don't, that player sacrifices all but that many permanents.",
"originalType": "Sorcery — Arcane",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Kamigawa Block",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "1c4aab072d52d283e902f2302afa255b39e0794b"
}
}
{
"set": {
"code": "KTK",
"name": "Khans of Tarkir",
"type": "expansion",
"border": "black",
"booster": [
[
"rare",
"mythic rare"
],
"uncommon",
"uncommon",
"uncommon",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"common",
"land",
"marketing"
],
"releaseDate": "2014-09-26",
"magicCardsInfoCode": "ktk"
}
}
{
"cards": [
{
"name": "Wingmate Roc",
"manaCost": "{3}{W}{W}",
"cmc": 5,
"colors": [
"White"
],
"type": "Creature — Bird",
"types": [
"Creature"
],
"subtypes": [
"Bird"
],
"rarity": "Mythic Rare",
"set": "KTK",
"text": "Flying\nRaid — When Wingmate Roc enters the battlefield, if you attacked with a creature this turn, put a 3/4 white Bird creature token with flying onto the battlefield.\nWhenever Wingmate Roc attacks, you gain 1 life for each attacking creature.",
"artist": "Mark Zug",
"number": "31",
"power": "3",
"toughness": "4",
"layout": "normal",
"multiverseid": 386726,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386726&type=card",
"watermark": "Mardu",
"rulings": [
{
"date": "2014-09-20",
"text": "Count the number of attacking creatures when the last ability resolves, including Wingmate Roc itself if it’s still on the battlefield, to determine how much life you gain."
},
{
"date": "2014-09-20",
"text": "Raid abilities care only that you attacked with a creature. It doesn’t matter how many creatures you attacked with, or which opponent or planeswalker controlled by an opponent those creatures attacked."
},
{
"date": "2014-09-20",
"text": "Raid abilities evaluate the entire turn to see if you attacked with a creature. That creature doesn’t have to still be on the battlefield. Similarly, the player or planeswalker it attacked doesn’t have to still be in the game or on the battlefield, respectively."
}
],
"foreignNames": [
{
"name": "翼伴洛克鸟",
"language": "Chinese Simplified",
"multiverseid": 386995
},
{
"name": "翼伴洛克鳥",
"language": "Chinese Traditional",
"multiverseid": 387264
},
{
"name": "Rokh compagnon",
"language": "French",
"multiverseid": 387802
},
{
"name": "Treuschwingen-Roc",
"language": "German",
"multiverseid": 387533
},
{
"name": "Roc Compagna d'Ala",
"language": "Italian",
"multiverseid": 388071
},
{
"name": "風番いのロック",
"language": "Japanese",
"multiverseid": 388340
},
{
"name": "짝비행 로크",
"language": "Korean",
"multiverseid": 388609
},
{
"name": "Roca do Voo Duplo",
"language": "Portuguese (Brazil)",
"multiverseid": 388878
},
{
"name": "Рок, Крылатый Собрат",
"language": "Russian",
"multiverseid": 389147
},
{
"name": "Volañera roc",
"language": "Spanish",
"multiverseid": 389416
}
],
"printings": [
"KTK"
],
"originalText": "Flying\nRaid — When Wingmate Roc enters the battlefield, if you attacked with a creature this turn, put a 3/4 white Bird creature token with flying onto the battlefield.\nWhenever Wingmate Roc attacks, you gain 1 life for each attacking creature.",
"originalType": "Creature — Bird",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "0bd818a51ecb55080fc11381e50c044f79a34081"
},
{
"name": "Gurmag Swiftwing",
"manaCost": "{1}{B}",
"cmc": 2,
"colors": [
"Black"
],
"type": "Creature — Bat",
"types": [
"Creature"
],
"subtypes": [
"Bat"
],
"rarity": "Uncommon",
"set": "KTK",
"text": "Flying, first strike, haste",
"flavor": "\"Anything a falcon can do, a bat can do in pitch darkness.\"\n—Urdnan the Wanderer",
"artist": "Jeff Simpson",
"number": "74",
"power": "1",
"toughness": "2",
"layout": "normal",
"multiverseid": 386549,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386549&type=card",
"foreignNames": [
{
"name": "谷尔玛迅翼蝠",
"language": "Chinese Simplified",
"multiverseid": 386818
},
{
"name": "谷爾瑪迅翼蝠",
"language": "Chinese Traditional",
"multiverseid": 387087
},
{
"name": "Prestaile de Gurmag",
"language": "French",
"multiverseid": 387625
},
{
"name": "Gurmag-Flinkschwinge",
"language": "German",
"multiverseid": 387356
},
{
"name": "Alalesta di Gurmag",
"language": "Italian",
"multiverseid": 387894
},
{
"name": "グルマグの速翼",
"language": "Japanese",
"multiverseid": 388163
},
{
"name": "거마그 빠른날개",
"language": "Korean",
"multiverseid": 388432
},
{
"name": "Asa-veloz Gurmag",
"language": "Portuguese (Brazil)",
"multiverseid": 388701
},
{
"name": "Гурмагский Быстрокрыл",
"language": "Russian",
"multiverseid": 388970
},
{
"name": "Alarauda de Gurmag",
"language": "Spanish",
"multiverseid": 389239
}
],
"printings": [
"KTK"
],
"originalText": "Flying, first strike, haste",
"originalType": "Creature — Bat",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "532fed9901425d07631ddddc9cf192651ecb3105"
},
{
"name": "Gurmag Swiftwing",
"manaCost": "{1}{B}",
"cmc": 2,
"colors": [
"Black"
],
"type": "Creature — Bat",
"types": [
"Creature"
],
"subtypes": [
"Bat"
],
"rarity": "Uncommon",
"set": "KTK",
"text": "Flying, first strike, haste",
"flavor": "\"Anything a falcon can do, a bat can do in pitch darkness.\"\n—Urdnan the Wanderer",
"artist": "Jeff Simpson",
"number": "74",
"power": "1",
"toughness": "2",
"layout": "normal",
"multiverseid": 386549,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386549&type=card",
"foreignNames": [
{
"name": "谷尔玛迅翼蝠",
"language": "Chinese Simplified",
"multiverseid": 386818
},
{
"name": "谷爾瑪迅翼蝠",
"language": "Chinese Traditional",
"multiverseid": 387087
},
{
"name": "Prestaile de Gurmag",
"language": "French",
"multiverseid": 387625
},
{
"name": "Gurmag-Flinkschwinge",
"language": "German",
"multiverseid": 387356
},
{
"name": "Alalesta di Gurmag",
"language": "Italian",
"multiverseid": 387894
},
{
"name": "グルマグの速翼",
"language": "Japanese",
"multiverseid": 388163
},
{
"name": "거마그 빠른날개",
"language": "Korean",
"multiverseid": 388432
},
{
"name": "Asa-veloz Gurmag",
"language": "Portuguese (Brazil)",
"multiverseid": 388701
},
{
"name": "Гурмагский Быстрокрыл",
"language": "Russian",
"multiverseid": 388970
},
{
"name": "Alarauda de Gurmag",
"language": "Spanish",
"multiverseid": 389239
}
],
"printings": [
"KTK"
],
"originalText": "Flying, first strike, haste",
"originalType": "Creature — Bat",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "532fed9901425d07631ddddc9cf192651ecb3105"
},
{
"name": "Gurmag Swiftwing",
"manaCost": "{1}{B}",
"cmc": 2,
"colors": [
"Black"
],
"type": "Creature — Bat",
"types": [
"Creature"
],
"subtypes": [
"Bat"
],
"rarity": "Uncommon",
"set": "KTK",
"text": "Flying, first strike, haste",
"flavor": "\"Anything a falcon can do, a bat can do in pitch darkness.\"\n—Urdnan the Wanderer",
"artist": "Jeff Simpson",
"number": "74",
"power": "1",
"toughness": "2",
"layout": "normal",
"multiverseid": 386549,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386549&type=card",
"foreignNames": [
{
"name": "谷尔玛迅翼蝠",
"language": "Chinese Simplified",
"multiverseid": 386818
},
{
"name": "谷爾瑪迅翼蝠",
"language": "Chinese Traditional",
"multiverseid": 387087
},
{
"name": "Prestaile de Gurmag",
"language": "French",
"multiverseid": 387625
},
{
"name": "Gurmag-Flinkschwinge",
"language": "German",
"multiverseid": 387356
},
{
"name": "Alalesta di Gurmag",
"language": "Italian",
"multiverseid": 387894
},
{
"name": "グルマグの速翼",
"language": "Japanese",
"multiverseid": 388163
},
{
"name": "거마그 빠른날개",
"language": "Korean",
"multiverseid": 388432
},
{
"name": "Asa-veloz Gurmag",
"language": "Portuguese (Brazil)",
"multiverseid": 388701
},
{
"name": "Гурмагский Быстрокрыл",
"language": "Russian",
"multiverseid": 388970
},
{
"name": "Alarauda de Gurmag",
"language": "Spanish",
"multiverseid": 389239
}
],
"printings": [
"KTK"
],
"originalText": "Flying, first strike, haste",
"originalType": "Creature — Bat",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "532fed9901425d07631ddddc9cf192651ecb3105"
},
{
"name": "Wind-Scarred Crag",
"type": "Land",
"types": [
"Land"
],
"rarity": "Common",
"set": "KTK",
"text": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"artist": "Eytan Zana",
"number": "247",
"layout": "normal",
"multiverseid": 386723,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386723&type=card",
"foreignNames": [
{
"name": "风蚀峭壁",
"language": "Chinese Simplified",
"multiverseid": 386992
},
{
"name": "風蝕峭壁",
"language": "Chinese Traditional",
"multiverseid": 387261
},
{
"name": "Cordillère marquée par les vents",
"language": "French",
"multiverseid": 387799
},
{
"name": "Windgepeitschte Felswand",
"language": "German",
"multiverseid": 387530
},
{
"name": "Dirupo Eroso dai Venti",
"language": "Italian",
"multiverseid": 388068
},
{
"name": "風に削られた岩山",
"language": "Japanese",
"multiverseid": 388337
},
{
"name": "풍화된 암석지대",
"language": "Korean",
"multiverseid": 388606
},
{
"name": "Penhasco Marcado pelo Vento",
"language": "Portuguese (Brazil)",
"multiverseid": 388875
},
{
"name": "Обветренный Утес",
"language": "Russian",
"multiverseid": 389144
},
{
"name": "Risco cicatriz del viento",
"language": "Spanish",
"multiverseid": 389413
}
],
"printings": [
"KTK",
"FRF",
"C15"
],
"originalText": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"originalType": "Land",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "5b8057217f3c9a3e941963148c658b9769fac443"
},
{
"name": "Wind-Scarred Crag",
"type": "Land",
"types": [
"Land"
],
"rarity": "Common",
"set": "KTK",
"text": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"artist": "Eytan Zana",
"number": "247",
"layout": "normal",
"multiverseid": 386723,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386723&type=card",
"foreignNames": [
{
"name": "风蚀峭壁",
"language": "Chinese Simplified",
"multiverseid": 386992
},
{
"name": "風蝕峭壁",
"language": "Chinese Traditional",
"multiverseid": 387261
},
{
"name": "Cordillère marquée par les vents",
"language": "French",
"multiverseid": 387799
},
{
"name": "Windgepeitschte Felswand",
"language": "German",
"multiverseid": 387530
},
{
"name": "Dirupo Eroso dai Venti",
"language": "Italian",
"multiverseid": 388068
},
{
"name": "風に削られた岩山",
"language": "Japanese",
"multiverseid": 388337
},
{
"name": "풍화된 암석지대",
"language": "Korean",
"multiverseid": 388606
},
{
"name": "Penhasco Marcado pelo Vento",
"language": "Portuguese (Brazil)",
"multiverseid": 388875
},
{
"name": "Обветренный Утес",
"language": "Russian",
"multiverseid": 389144
},
{
"name": "Risco cicatriz del viento",
"language": "Spanish",
"multiverseid": 389413
}
],
"printings": [
"KTK",
"FRF",
"C15"
],
"originalText": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"originalType": "Land",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "5b8057217f3c9a3e941963148c658b9769fac443"
},
{
"name": "Wind-Scarred Crag",
"type": "Land",
"types": [
"Land"
],
"rarity": "Common",
"set": "KTK",
"text": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"artist": "Eytan Zana",
"number": "247",
"layout": "normal",
"multiverseid": 386723,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386723&type=card",
"foreignNames": [
{
"name": "风蚀峭壁",
"language": "Chinese Simplified",
"multiverseid": 386992
},
{
"name": "風蝕峭壁",
"language": "Chinese Traditional",
"multiverseid": 387261
},
{
"name": "Cordillère marquée par les vents",
"language": "French",
"multiverseid": 387799
},
{
"name": "Windgepeitschte Felswand",
"language": "German",
"multiverseid": 387530
},
{
"name": "Dirupo Eroso dai Venti",
"language": "Italian",
"multiverseid": 388068
},
{
"name": "風に削られた岩山",
"language": "Japanese",
"multiverseid": 388337
},
{
"name": "풍화된 암석지대",
"language": "Korean",
"multiverseid": 388606
},
{
"name": "Penhasco Marcado pelo Vento",
"language": "Portuguese (Brazil)",
"multiverseid": 388875
},
{
"name": "Обветренный Утес",
"language": "Russian",
"multiverseid": 389144
},
{
"name": "Risco cicatriz del viento",
"language": "Spanish",
"multiverseid": 389413
}
],
"printings": [
"KTK",
"FRF",
"C15"
],
"originalText": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"originalType": "Land",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "5b8057217f3c9a3e941963148c658b9769fac443"
},
{
"name": "Wind-Scarred Crag",
"type": "Land",
"types": [
"Land"
],
"rarity": "Common",
"set": "KTK",
"text": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"artist": "Eytan Zana",
"number": "247",
"layout": "normal",
"multiverseid": 386723,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386723&type=card",
"foreignNames": [
{
"name": "风蚀峭壁",
"language": "Chinese Simplified",
"multiverseid": 386992
},
{
"name": "風蝕峭壁",
"language": "Chinese Traditional",
"multiverseid": 387261
},
{
"name": "Cordillère marquée par les vents",
"language": "French",
"multiverseid": 387799
},
{
"name": "Windgepeitschte Felswand",
"language": "German",
"multiverseid": 387530
},
{
"name": "Dirupo Eroso dai Venti",
"language": "Italian",
"multiverseid": 388068
},
{
"name": "風に削られた岩山",
"language": "Japanese",
"multiverseid": 388337
},
{
"name": "풍화된 암석지대",
"language": "Korean",
"multiverseid": 388606
},
{
"name": "Penhasco Marcado pelo Vento",
"language": "Portuguese (Brazil)",
"multiverseid": 388875
},
{
"name": "Обветренный Утес",
"language": "Russian",
"multiverseid": 389144
},
{
"name": "Risco cicatriz del viento",
"language": "Spanish",
"multiverseid": 389413
}
],
"printings": [
"KTK",
"FRF",
"C15"
],
"originalText": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"originalType": "Land",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "5b8057217f3c9a3e941963148c658b9769fac443"
},
{
"name": "Wind-Scarred Crag",
"type": "Land",
"types": [
"Land"
],
"rarity": "Common",
"set": "KTK",
"text": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"artist": "Eytan Zana",
"number": "247",
"layout": "normal",
"multiverseid": 386723,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386723&type=card",
"foreignNames": [
{
"name": "风蚀峭壁",
"language": "Chinese Simplified",
"multiverseid": 386992
},
{
"name": "風蝕峭壁",
"language": "Chinese Traditional",
"multiverseid": 387261
},
{
"name": "Cordillère marquée par les vents",
"language": "French",
"multiverseid": 387799
},
{
"name": "Windgepeitschte Felswand",
"language": "German",
"multiverseid": 387530
},
{
"name": "Dirupo Eroso dai Venti",
"language": "Italian",
"multiverseid": 388068
},
{
"name": "風に削られた岩山",
"language": "Japanese",
"multiverseid": 388337
},
{
"name": "풍화된 암석지대",
"language": "Korean",
"multiverseid": 388606
},
{
"name": "Penhasco Marcado pelo Vento",
"language": "Portuguese (Brazil)",
"multiverseid": 388875
},
{
"name": "Обветренный Утес",
"language": "Russian",
"multiverseid": 389144
},
{
"name": "Risco cicatriz del viento",
"language": "Spanish",
"multiverseid": 389413
}
],
"printings": [
"KTK",
"FRF",
"C15"
],
"originalText": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"originalType": "Land",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "5b8057217f3c9a3e941963148c658b9769fac443"
},
{
"name": "Wind-Scarred Crag",
"type": "Land",
"types": [
"Land"
],
"rarity": "Common",
"set": "KTK",
"text": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"artist": "Eytan Zana",
"number": "247",
"layout": "normal",
"multiverseid": 386723,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386723&type=card",
"foreignNames": [
{
"name": "风蚀峭壁",
"language": "Chinese Simplified",
"multiverseid": 386992
},
{
"name": "風蝕峭壁",
"language": "Chinese Traditional",
"multiverseid": 387261
},
{
"name": "Cordillère marquée par les vents",
"language": "French",
"multiverseid": 387799
},
{
"name": "Windgepeitschte Felswand",
"language": "German",
"multiverseid": 387530
},
{
"name": "Dirupo Eroso dai Venti",
"language": "Italian",
"multiverseid": 388068
},
{
"name": "風に削られた岩山",
"language": "Japanese",
"multiverseid": 388337
},
{
"name": "풍화된 암석지대",
"language": "Korean",
"multiverseid": 388606
},
{
"name": "Penhasco Marcado pelo Vento",
"language": "Portuguese (Brazil)",
"multiverseid": 388875
},
{
"name": "Обветренный Утес",
"language": "Russian",
"multiverseid": 389144
},
{
"name": "Risco cicatriz del viento",
"language": "Spanish",
"multiverseid": 389413
}
],
"printings": [
"KTK",
"FRF",
"C15"
],
"originalText": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"originalType": "Land",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "5b8057217f3c9a3e941963148c658b9769fac443"
},
{
"name": "Wind-Scarred Crag",
"type": "Land",
"types": [
"Land"
],
"rarity": "Common",
"set": "KTK",
"text": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"artist": "Eytan Zana",
"number": "247",
"layout": "normal",
"multiverseid": 386723,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386723&type=card",
"foreignNames": [
{
"name": "风蚀峭壁",
"language": "Chinese Simplified",
"multiverseid": 386992
},
{
"name": "風蝕峭壁",
"language": "Chinese Traditional",
"multiverseid": 387261
},
{
"name": "Cordillère marquée par les vents",
"language": "French",
"multiverseid": 387799
},
{
"name": "Windgepeitschte Felswand",
"language": "German",
"multiverseid": 387530
},
{
"name": "Dirupo Eroso dai Venti",
"language": "Italian",
"multiverseid": 388068
},
{
"name": "風に削られた岩山",
"language": "Japanese",
"multiverseid": 388337
},
{
"name": "풍화된 암석지대",
"language": "Korean",
"multiverseid": 388606
},
{
"name": "Penhasco Marcado pelo Vento",
"language": "Portuguese (Brazil)",
"multiverseid": 388875
},
{
"name": "Обветренный Утес",
"language": "Russian",
"multiverseid": 389144
},
{
"name": "Risco cicatriz del viento",
"language": "Spanish",
"multiverseid": 389413
}
],
"printings": [
"KTK",
"FRF",
"C15"
],
"originalText": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"originalType": "Land",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "5b8057217f3c9a3e941963148c658b9769fac443"
},
{
"name": "Wind-Scarred Crag",
"type": "Land",
"types": [
"Land"
],
"rarity": "Common",
"set": "KTK",
"text": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"artist": "Eytan Zana",
"number": "247",
"layout": "normal",
"multiverseid": 386723,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386723&type=card",
"foreignNames": [
{
"name": "风蚀峭壁",
"language": "Chinese Simplified",
"multiverseid": 386992
},
{
"name": "風蝕峭壁",
"language": "Chinese Traditional",
"multiverseid": 387261
},
{
"name": "Cordillère marquée par les vents",
"language": "French",
"multiverseid": 387799
},
{
"name": "Windgepeitschte Felswand",
"language": "German",
"multiverseid": 387530
},
{
"name": "Dirupo Eroso dai Venti",
"language": "Italian",
"multiverseid": 388068
},
{
"name": "風に削られた岩山",
"language": "Japanese",
"multiverseid": 388337
},
{
"name": "풍화된 암석지대",
"language": "Korean",
"multiverseid": 388606
},
{
"name": "Penhasco Marcado pelo Vento",
"language": "Portuguese (Brazil)",
"multiverseid": 388875
},
{
"name": "Обветренный Утес",
"language": "Russian",
"multiverseid": 389144
},
{
"name": "Risco cicatriz del viento",
"language": "Spanish",
"multiverseid": 389413
}
],
"printings": [
"KTK",
"FRF",
"C15"
],
"originalText": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"originalType": "Land",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "5b8057217f3c9a3e941963148c658b9769fac443"
},
{
"name": "Wind-Scarred Crag",
"type": "Land",
"types": [
"Land"
],
"rarity": "Common",
"set": "KTK",
"text": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"artist": "Eytan Zana",
"number": "247",
"layout": "normal",
"multiverseid": 386723,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386723&type=card",
"foreignNames": [
{
"name": "风蚀峭壁",
"language": "Chinese Simplified",
"multiverseid": 386992
},
{
"name": "風蝕峭壁",
"language": "Chinese Traditional",
"multiverseid": 387261
},
{
"name": "Cordillère marquée par les vents",
"language": "French",
"multiverseid": 387799
},
{
"name": "Windgepeitschte Felswand",
"language": "German",
"multiverseid": 387530
},
{
"name": "Dirupo Eroso dai Venti",
"language": "Italian",
"multiverseid": 388068
},
{
"name": "風に削られた岩山",
"language": "Japanese",
"multiverseid": 388337
},
{
"name": "풍화된 암석지대",
"language": "Korean",
"multiverseid": 388606
},
{
"name": "Penhasco Marcado pelo Vento",
"language": "Portuguese (Brazil)",
"multiverseid": 388875
},
{
"name": "Обветренный Утес",
"language": "Russian",
"multiverseid": 389144
},
{
"name": "Risco cicatriz del viento",
"language": "Spanish",
"multiverseid": 389413
}
],
"printings": [
"KTK",
"FRF",
"C15"
],
"originalText": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"originalType": "Land",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "5b8057217f3c9a3e941963148c658b9769fac443"
},
{
"name": "Wind-Scarred Crag",
"type": "Land",
"types": [
"Land"
],
"rarity": "Common",
"set": "KTK",
"text": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"artist": "Eytan Zana",
"number": "247",
"layout": "normal",
"multiverseid": 386723,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386723&type=card",
"foreignNames": [
{
"name": "风蚀峭壁",
"language": "Chinese Simplified",
"multiverseid": 386992
},
{
"name": "風蝕峭壁",
"language": "Chinese Traditional",
"multiverseid": 387261
},
{
"name": "Cordillère marquée par les vents",
"language": "French",
"multiverseid": 387799
},
{
"name": "Windgepeitschte Felswand",
"language": "German",
"multiverseid": 387530
},
{
"name": "Dirupo Eroso dai Venti",
"language": "Italian",
"multiverseid": 388068
},
{
"name": "風に削られた岩山",
"language": "Japanese",
"multiverseid": 388337
},
{
"name": "풍화된 암석지대",
"language": "Korean",
"multiverseid": 388606
},
{
"name": "Penhasco Marcado pelo Vento",
"language": "Portuguese (Brazil)",
"multiverseid": 388875
},
{
"name": "Обветренный Утес",
"language": "Russian",
"multiverseid": 389144
},
{
"name": "Risco cicatriz del viento",
"language": "Spanish",
"multiverseid": 389413
}
],
"printings": [
"KTK",
"FRF",
"C15"
],
"originalText": "Wind-Scarred Crag enters the battlefield tapped.\nWhen Wind-Scarred Crag enters the battlefield, you gain 1 life.\n{T}: Add {R} or {W} to your mana pool.",
"originalType": "Land",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
}
],
"id": "5b8057217f3c9a3e941963148c658b9769fac443"
},
{
"name": "Swamp",
"type": "Basic Land — Swamp",
"supertypes": [
"Basic"
],
"types": [
"Land"
],
"subtypes": [
"Swamp"
],
"rarity": "Basic Land",
"set": "KTK",
"artist": "Adam Paquette",
"number": "261",
"layout": "normal",
"multiverseid": 386684,
"imageUrl": "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=386684&type=card",
"variations": [
386683,
386685,
386686
],
"foreignNames": [
{
"name": "沼澤",
"language": "Chinese Traditional",
"multiverseid": 387221
},
{
"name": "沼澤",
"language": "Chinese Traditional",
"multiverseid": 387222
},
{
"name": "沼澤",
"language": "Chinese Traditional",
"multiverseid": 387223
},
{
"name": "沼澤",
"language": "Chinese Traditional",
"multiverseid": 387224
},
{
"name": "Marais",
"language": "French",
"multiverseid": 387759
},
{
"name": "Marais",
"language": "French",
"multiverseid": 387760
},
{
"name": "Marais",
"language": "French",
"multiverseid": 387761
},
{
"name": "Marais",
"language": "French",
"multiverseid": 387762
},
{
"name": "Sumpf",
"language": "German",
"multiverseid": 387490
},
{
"name": "Sumpf",
"language": "German",
"multiverseid": 387491
},
{
"name": "Sumpf",
"language": "German",
"multiverseid": 387492
},
{
"name": "Sumpf",
"language": "German",
"multiverseid": 387493
},
{
"name": "Palude",
"language": "Italian",
"multiverseid": 388028
},
{
"name": "Palude",
"language": "Italian",
"multiverseid": 388029
},
{
"name": "Palude",
"language": "Italian",
"multiverseid": 388030
},
{
"name": "Palude",
"language": "Italian",
"multiverseid": 388031
},
{
"name": "沼",
"language": "Japanese",
"multiverseid": 388297
},
{
"name": "沼",
"language": "Japanese",
"multiverseid": 388298
},
{
"name": "沼",
"language": "Japanese",
"multiverseid": 388299
},
{
"name": "沼",
"language": "Japanese",
"multiverseid": 388300
},
{
"name": "늪",
"language": "Korean",
"multiverseid": 388566
},
{
"name": "늪",
"language": "Korean",
"multiverseid": 388567
},
{
"name": "늪",
"language": "Korean",
"multiverseid": 388568
},
{
"name": "늪",
"language": "Korean",
"multiverseid": 388569
},
{
"name": "Pântano",
"language": "Portuguese (Brazil)",
"multiverseid": 388835
}
],
"printings": [
"LEA",
"LEB",
"2ED",
"CED",
"CEI",
"3ED",
"4ED",
"ICE",
"RQS",
"pARL",
"MIR",
"ITP",
"5ED",
"POR",
"TMP",
"pJGP",
"PO2",
"UGL",
"pALP",
"USG",
"ATH",
"6ED",
"PTK",
"S99",
"pGRU",
"MMQ",
"BRB",
"pELP",
"S00",
"BTD",
"INV",
"7ED",
"ODY",
"DKM",
"ONS",
"8ED",
"MRD",
"CHK",
"UNH",
"9ED",
"RAV",
"CST",
"TSP",
"10E",
"MED",
"LRW",
"SHM",
"ALA",
"DDC",
"M10",
"HOP",
"ME3",
"ZEN",
"DDD",
"H09",
"DDE",
"ROE",
"DPA",
"ARC",
"M11",
"SOM",
"MBS",
"NPH",
"CMD",
"M12",
"DDH",
"ISD",
"PD3",
"AVR",
"PC2",
"M13",
"DDJ",
"RTR",
"DDK",
"M14",
"THS",
"C13",
"DDM",
"MD1",
"M15",
"DDN",
"KTK",
"C14",
"DD3_DVD",
"DD3_GVL",
"FRF",
"DTK",
"TPR",
"ORI",
"DDP",
"BFZ",
"C15"
],
"originalText": "B",
"originalType": "Basic Land — Swamp",
"legalities": [
{
"format": "Commander",
"legality": "Legal"
},
{
"format": "Freeform",
"legality": "Legal"
},
{
"format": "Ice Age Block",
"legality": "Legal"
},
{
"format": "Innistrad Block",
"legality": "Legal"
},
{
"format": "Invasion Block",
"legality": "Legal"
},
{
"format": "Kamigawa Block",
"legality": "Legal"
},
{
"format": "Legacy",
"legality": "Legal"
},
{
"format": "Lorwyn-Shadowmoor Block",
"legality": "Legal"
},
{
"format": "Masques Block",
"legality": "Legal"
},
{
"format": "Mirage Block",
"legality": "Legal"
},
{
"format": "Mirrodin Block",
"legality": "Legal"
},
{
"format": "Modern",
"legality": "Legal"
},
{
"format": "Odyssey Block",
"legality": "Legal"
},
{
"format": "Onslaught Block",
"legality": "Legal"
},
{
"format": "Prismatic",
"legality": "Legal"
},
{
"format": "Ravnica Block",
"legality": "Legal"
},
{
"format": "Return to Ravnica Block",
"legality": "Legal"
},
{
"format": "Scars of Mirrodin Block",
"legality": "Legal"
},
{
"format": "Shards of Alara Block",
"legality": "Legal"
},
{
"format": "Singleton 100",
"legality": "Legal"
},
{
"format": "Standard",
"legality": "Legal"
},
{
"format": "Tarkir Block",
"legality": "Legal"
},
{
"format": "Tempest Block",
"legality": "Legal"
},
{
"format": "Theros Block",
"legality": "Legal"
},
{
"format": "Time Spiral Block",
"legality": "Legal"
},
{
"format": "Tribal Wars Legacy",
"legality": "Legal"
},
{
"format": "Tribal Wars Standard",
"legality": "Legal"
},
{
"format": "Un-Sets",
"legality": "Legal"
},
{
"format": "Urza Block",
"legality": "Legal"
},
{
"format": "Vintage",
"legality": "Legal"
},
{
"format": "Zendikar Block",
"legality": "Legal"
}
],
"id": "401b1125d9077c4de7bb3cff25c80e9b77ba9749"
}
]
}
{
"subtypes": [
"Advisor",
"Ajani",
"Alara",
"Ally",
"Angel",
"Antelope",
"Ape",
"Arcane",
"Archer",
"Archon",
"Arkhos",
"Artificer",
"Ashiok",
"Assassin",
"Assembly-Worker",
"Atog",
"Aura",
"Aurochs",
"Avatar",
"Azgol",
"Baddest,",
"Badger",
"Barbarian",
"Basilisk",
"Bat",
"Bear",
"Beast",
"Beeble",
"Belenon",
"Berserker",
"Biggest,",
"Bird",
"Boar",
"Bolas",
"Bolas’s Meditation Realm",
"Bringer",
"Brushwagg",
"Bureaucrat",
"Camel",
"Carrier",
"Cat",
"Centaur",
"Cephalid",
"Chandra",
"Chicken",
"Child",
"Chimera",
"Clamfolk",
"Cleric",
"Cockatrice",
"Construct",
"Cow",
"Crab",
"Crocodile",
"Curse",
"Cyclops",
"Dack",
"Daretti",
"Dauthi",
"Demon",
"Desert",
"Designer",
"Devil",
"Dinosaur",
"Djinn",
"Dominaria",
"Domri",
"Donkey",
"Dragon",
"Drake",
"Dreadnought",
"Drone",
"Druid",
"Dryad",
"Dwarf",
"Efreet",
"Egg",
"Elder",
"Eldrazi",
"Elemental",
"Elephant",
"Elf",
"Elk",
"Elspeth",
"Elves",
"Equilor",
"Equipment",
"Ergamon",
"Etiquette",
"Eye",
"Fabacin",
"Faerie",
"Ferret",
"Fish",
"Flagbearer",
"Forest",
"Fortification",
"Fox",
"Freyalise",
"Frog",
"Fungus",
"Gamer",
"Gargoyle",
"Garruk",
"Gate",
"Giant",
"Gideon",
"Gnome",
"Goat",
"Goblin",
"Goblins",
"God",
"Golem",
"Gorgon",
"Gremlin",
"Griffin",
"Gus",
"Hag",
"Harpy",
"Hellion",
"Hero",
"Hippo",
"Hippogriff",
"Homarid",
"Homunculus",
"Horror",
"Horse",
"Hound",
"Human",
"Hydra",
"Hyena",
"Igpay",
"Illusion",
"Imp",
"Incarnation",
"Innistrad",
"Insect",
"Iquatana",
"Ir",
"Island",
"Jace",
"Jellyfish",
"Juggernaut",
"Kaldheim",
"Kamigawa",
"Karn",
"Kavu",
"Kephalai",
"Kiora",
"Kirin",
"Kithkin",
"Knight",
"Kobold",
"Kolbahan",
"Kor",
"Koth",
"Kraken",
"Kyneth",
"Lady",
"Lair",
"Lamia",
"Lammasu",
"Leech",
"Legend",
"Leviathan",
"Lhurgoyf",
"Licid",
"Liliana",
"Lizard",
"Locus",
"Lord",
"Lorwyn",
"Manticore",
"Masticore",
"Mercadia",
"Mercenary",
"Merfolk",
"Metathran",
"Mime",
"Mine",
"Minion",
"Minotaur",
"Mirrodin",
"Moag",
"Monger",
"Mongoose",
"Mongseng",
"Monk",
"Moonfolk",
"Mountain",
"Mummy",
"Muraganda",
"Mutant",
"Myr",
"Mystic",
"Naga",
"Nahiri",
"Narset",
"Nastiest,",
"Nautilus",
"Nephilim",
"New Phyrexia",
"Nightmare",
"Nightstalker",
"Ninja",
"Nissa",
"Nixilis",
"Noggle",
"Nomad",
"Nymph",
"Octopus",
"of",
"Ogre",
"Ooze",
"Orc",
"Orgg",
"Ouphe",
"Ox",
"Oyster",
"Paratrooper",
"Pegasus",
"Pest",
"Phelddagrif",
"Phoenix",
"Phyrexia",
"Pirate",
"Plains",
"Plant",
"Power-Plant",
"Praetor",
"Processor",
"Proper",
"Rabbit",
"Rabiah",
"Ral",
"Rat",
"Rath",
"Ravnica",
"Rebel",
"Regatha",
"Rhino",
"Rigger",
"Rogue",
"Sable",
"Salamander",
"Samurai",
"Saproling",
"Sarkhan",
"Satyr",
"Scarecrow",
"Scorpion",
"Scout",
"Segovia",
"Serpent",
"Serra’s Realm",
"Shade",
"Shadowmoor",
"Shaman",
"Shandalar",
"Shapeshifter",
"Sheep",
"Ship",
"Shrine",
"Siren",
"Skeleton",
"Slith",
"Sliver",
"Slug",
"Snake",
"Soldier",
"Soltari",
"Sorin",
"Spawn",
"Specter",
"Spellshaper",
"Sphinx",
"Spider",
"Spike",
"Spirit",
"Sponge",
"Squid",
"Squirrel",
"Starfish",
"Surrakar",
"Swamp",
"Tamiyo",
"Teferi",
"Tezzeret",
"Thalakos",
"The",
"Thopter",
"Thrull",
"Tibalt",
"Tower",
"Townsfolk",
"Trap",
"Treefolk",
"Troll",
"Turtle",
"Ugin",
"Ulgrotha",
"Unicorn",
"Urza’s",
"Valla",
"Vampire",
"Vedalken",
"Venser",
"Viashino",
"Volver",
"Vraska",
"Vryn",
"Waiter",
"Wall",
"Warrior",
"Weird",
"Werewolf",
"Whale",
"Wildfire",
"Wizard",
"Wolf",
"Wolverine",
"Wombat",
"Worm",
"Wraith",
"Wurm",
"Xenagos",
"Xerex",
"Yeti",
"Zendikar",
"Zombie",
"Zubera"
]
}
{
"supertypes": [
"Basic",
"Legendary",
"Ongoing",
"Snow",
"World"
]
}
{
"types": [
"Artifact",
"Conspiracy",
"Creature",
"Enchantment",
"Instant",
"Land",
"Phenomenon",
"Plane",
"Planeswalker",
"Scheme",
"Sorcery",
"Tribal",
"Vanguard"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment