{ // additional item properties omitted "urn": "urn:managem:magic-the-gathering:set/ravnica-city-of-guilds/card/158", "metadata": [ { "name": "Released", "value": "2005-10-07" }, { "name": "ManaCost", "value": "{4}{G}" }, { "name": "CardType", "value": "Enchantment" }, { "name": "TypeLine", "value": "Enchantment" }, { "name": "OracleText", "value": "If an effect would create one or more tokens under your control, it creates twice that many of those tokens instead.\nIf an effect would put one or more counters on a permanent you control, it puts twice that many of those counters on that permanent instead." }, { "name": "Colors", "detail": [ "G" ] }, { "name": "CMC", "detail": "5" }, { "name": "ManaCost", "detail": "{4}{G}" }, { "name": "ConvertedManaCost", "value": 5 }, { "name": "ColorIdentity", "detail": [ "G" ] }, { "name": "Form", "value": "Physical" } ]}
Data
Magic: The Gathering
MTG specific metadata fields for cards in our catalog
Each card in our catalog stores metadata properties extracted from the card, specific to the game.This metadata is stored inside the item data returned from our APIs. You can read more about our item structure in Item Structure.For MTG cards, we store the following metadata fields:
{ // additional item properties omitted "urn": "urn:managem:magic-the-gathering:set/ravnica-city-of-guilds/card/158", "metadata": [ { "name": "Released", "value": "2005-10-07" }, { "name": "ManaCost", "value": "{4}{G}" }, { "name": "CardType", "value": "Enchantment" }, { "name": "TypeLine", "value": "Enchantment" }, { "name": "OracleText", "value": "If an effect would create one or more tokens under your control, it creates twice that many of those tokens instead.\nIf an effect would put one or more counters on a permanent you control, it puts twice that many of those counters on that permanent instead." }, { "name": "Colors", "detail": [ "G" ] }, { "name": "CMC", "detail": "5" }, { "name": "ManaCost", "detail": "{4}{G}" }, { "name": "ConvertedManaCost", "value": 5 }, { "name": "ColorIdentity", "detail": [ "G" ] }, { "name": "Form", "value": "Physical" } ]}