GET /cards/en/EX11-036_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/EX11-036_P1",
        "attributes": {
            "level": 6,
            "faqs": [{
                "date": "2026-02-06",
                "question": "What 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, digivolution requirements, DNA digivolution, 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."
            }, {
                "date": "2026-02-06",
                "question": "Do \"when this Digimon gets linked\" effects also trigger for <Mind Link>?",
                "answer": "No, they don't trigger. \n\"When this Digimon gets linked\" effects will trigger when a link card is a card plugged in sideways with a Digimon upon a <Link>."
            }, {
                "date": "2026-02-06",
                "question": "Can this card's [On Play] [When Digivolving] [When Attacking] effect suspend a different card from the one that's given \"can't unsuspend until their turn ends?",
                "answer": "Yes, it can."
            }],
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["green"],
                "cost": 4
            }],
            "language": "en",
            "inherited-effect": "[Your Turn] [Once Per Turn] When this Digimon gets linked, suspend 1 of your opponent's Digimon. Then, this Digimon may attack.",
            "dp": 12000,
            "notes": "Extra Booster DAWON OF LIBERATOR [EX-11]",
            "parallel-id": 1,
            "supplemental-rarity": {
                "stars": 1
            },
            "image": "https:\/\/images.heroi.cc\/cards\/en\/EX11-036_P1.webp",
            "play-cost": 12,
            "form": "Mega",
            "effect": "[Digivolve] Lv.5 w\/[Maquinamon] in text: Cost 3\n\uff1cVortex\uff1e\n[On Play] [When Digivolving] [When Attacking] [Once Per Turn] Suspend 2 of your opponent's Digimon or Tamers. Then, 1 of their Digimon or Tamers can't unsuspend until their turn ends.\n[End of Your Turn] [Once Per Turn] 1 of your other Digimon may digivolve into a black Digimon card with [Maquinamon] in its text in the hand without paying the cost.\n\u3010Assembly -5\u3011 5 green Digimon cards w\/[Maquinamon] in text",
            "rarity": "SR",
            "category": "digimon",
            "attribute": "Virus",
            "block-icon": 5,
            "color": ["green"],
            "number": "EX11-036",
            "name": "Dalphomon",
            "type": "Beast\/LIBERATOR"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX11-036"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/EX11-036"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX11-036_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX11-036"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX11-036_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/ex-11"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX11-036",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX11-036"
        },
        "meta": {
            "notes": "Extra Booster DAWON OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX11-036",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX11-036"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX11-036_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX11-036_P1"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX11-036",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX11-036"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX11-036_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX11-036_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/ex-11",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/ex-11"
        },
        "meta": {
            "name": "DAWN OF LIBERATOR [EX-11]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/EX11-036_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="EX11-036_P1" style="view-transition-name:en_EX11-036_P1;">
    <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="EX11-036 Dalphomon · Alternate Art #1" src="https://images.heroi.cc/cards/en/EX11-036_P1.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/EX11-036_P1">EX11-036 Dalphomon<span> · </span>
            <small>
                <em>Alternate Art #1</em>
            </small>
        </a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

EX11-036 Dalphomon · Alternate Art #1EX11-036 Dalphomon · Alternate Art #1 on Heroicc

Dalphomon

Card Number
EX11-036
Rarity
SR
Category
Digimon
Level
6
Block Icon
05
Supplemental Rarity
Alternative Art #1
Colour
Green
Play Cost
12
DP
12000
Form
Mega
Attribute
Virus
Type
Beast/LIBERATOR
Digivolution Requirements
Digivolve Cost
4
Colour
Green
Level
5
Category
Digimon
Effect

Digivolve Lv.5 w/[Maquinamon] in text: Cost 3

Vortex

On Play When Digivolving When Attacking Once Per Turn Suspend 2 of your opponent's Digimon or Tamers. Then, 1 of their Digimon or Tamers can't unsuspend until their turn ends.

End of Your Turn Once Per Turn 1 of your other Digimon may digivolve into a black Digimon card with [Maquinamon] in its text in the hand without paying the cost.

Assembly -5 5 green Digimon cards w/[Maquinamon] in text

Inherited Effect

Your Turn Once Per Turn When this Digimon gets linked, suspend 1 of your opponent's Digimon. Then, this Digimon may attack.

Q&A
Date
Question

What 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⟩, digivolution requirements, DNA digivolution, 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.

Date
Question

Do "when this Digimon gets linked" effects also trigger for <Mind Link>?

Answer

No, they don't trigger.

"When this Digimon gets linked" effects will trigger when a link card is a card plugged in sideways with a Digimon upon a <Link>.

Date
Question

Can this card's [On Play] [When Digivolving] [When Attacking] effect suspend a different card from the one that's given "can't unsuspend until their turn ends?

Answer

Yes, it can.

Releases
Genre
Booster Pack
Release Name
DAWN OF LIBERATOR [EX-11]
Official Product Page
Date
Notes
Extra Booster DAWON OF LIBERATOR [EX-11]
Alternate Arts

en EX11-036 Extra Booster DAWON OF LIBERATOR [EX-11]

International Arts

ja EX11-036 エクストラブースター DAWN OF LIBERATOR [EX-11]

ja EX11-036 P1 エクストラブースター DAWN OF LIBERATOR [EX-11]

zh-Hans EX11-036 DAWN OF LIBERATOR【EX-11】

zh-Hans EX11-036 P1 DAWN OF LIBERATOR【EX-11】