GET /cards/en/EX12-007

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/EX12-007",
        "attributes": {
            "level": 3,
            "faqs": [{
                "date": "2026-06-19",
                "question": "What kind of card does \"a card with X in its text\" refer to?",
                "answer": "It refers to a card that contains the specified text or icon in its name, traits, effects, inherited effects, \u27e8Rule\u27e9, digivolve requirements, DNA Digivolve, DigiXros requirements, Burst Digivolve, App Fusion, Link, or Assembly requirements. \nFor example, \"a card with [Knightmon] in its text\" would include cards with the name [DarkKnightmon] and cards with the text [Knightmon] in their effects."
            }],
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["red", "yellow"],
                "cost": 1
            }],
            "language": "en",
            "inherited-effect": "[Your Turn] This Digimon gets +2000 DP.",
            "dp": 2000,
            "notes": "Extra Booster DIGITAL WORLD SHAMBALA [EX-12]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/EX12-007.webp",
            "play-cost": 3,
            "form": "Rookie",
            "effect": "[Digivolve] [Gurimon]\/Lv.2 w\/[VB] trait: Cost 0\n[On Play] Reveal the top 3 cards of your deck. Add 1 card with [Gammamon] in its text and 1 card with the [VB] trait among them to the hand. Return the rest to the bottom of the deck.",
            "rarity": "R",
            "category": "digimon",
            "attribute": "Virus",
            "block-icon": 6,
            "color": ["red", "yellow"],
            "number": "EX12-007",
            "name": "Gammamon",
            "type": "Ceratopsian\/VB"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX12-007_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/EX12-007"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX12-007_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX12-007"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX12-007_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/ex-12"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX12-007_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX12-007_P1"
        },
        "meta": {
            "notes": "Extra Booster DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX12-007",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX12-007"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX12-007_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX12-007_P1"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX12-007",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX12-007"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX12-007_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX12-007_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/ex-12",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/ex-12"
        },
        "meta": {
            "name": "DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/EX12-007"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="EX12-007" style="view-transition-name:en_EX12-007_P0;">
    <link rel="stylesheet" href="https://assets.heroi.cc/css/components/heroicc-card.css" />
    <script type="module" src="https://assets.heroi.cc/js/heroicc-card.js"></script>
    <picture>
        <img width="430" height="600" alt="EX12-007 Gammamon" src="https://images.heroi.cc/cards/en/EX12-007.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/EX12-007">EX12-007 Gammamon</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

EX12-007 GammamonEX12-007 Gammamon on Heroicc

Gammamon

Card Number
EX12-007
Rarity
R
Category
Digimon
Level
3
Block Icon
06
Colour
Red Yellow
Play Cost
3
DP
2000
Form
Rookie
Attribute
Virus
Type
Ceratopsian/VB
Digivolution Requirements
Digivolve Cost
1
Colour
Red Yellow
Level
2
Category
Digimon
Effect

Digivolve [Gurimon]/Lv.2 w/[VB] trait: Cost 0

On Play Reveal the top 3 cards of your deck. Add 1 card with [Gammamon] in its text and 1 card with the [VB] trait among them to the hand. Return the rest to the bottom of the deck.

Inherited Effect

Your Turn This Digimon gets +2000 DP.

Releases
Genre
Booster Pack
Release Name
DIGITAL WORLD SHAMBALA [EX-12]
Official Product Page
Date
Notes
Extra Booster DIGITAL WORLD SHAMBALA [EX-12]
Alternate Arts

en EX12-007 P1 Extra Booster DIGITAL WORLD SHAMBALA [EX-12]

International Arts

ja EX12-007 エクストラブースター DIGITAL WORLD SHAMBALA [EX-12]

ja EX12-007 P1 エクストラブースター DIGITAL WORLD SHAMBALA [EX-12]

zh-Hans EX12-007 DIGITAL WORLD SHAMBALA【EX-12】

zh-Hans EX12-007 P1 DIGITAL WORLD SHAMBALA【EX-12】

Q&A
Date
Question

What kind of card does "a card with X in its text" refer to?

Answer

It refers to a card that contains the specified text or icon in its name, traits, effects, inherited effects, ⟨Rule⟩, digivolve requirements, DNA Digivolve, DigiXros requirements, Burst Digivolve, App Fusion, Link, or Assembly requirements.

For example, "a card with [Knightmon] in its text" would include cards with the name [DarkKnightmon] and cards with the text [Knightmon] in their effects.