GET /cards/en/P-128_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/P-128_P1",
        "attributes": {
            "language": "en",
            "notes": "\"Digimon Adventure 02: The Beginning\" Set [PB17]",
            "parallel-id": 1,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/P-128_P1.webp",
            "play-cost": 3,
            "security-effect": "[Security] Play this card without paying the cost.",
            "effect": "[Start of Your Main Phase] If you have a Digimon with the [Free] trait, gain 1 memory.\n[On Play] Activate 1 of the effects below:\n\u30fbYou may play 1 [Armadillomon] from your hand without paying the cost.\n\u30fb1 of your Digimon may digivolve into [Ankylomon] in the hand without paying the cost.",
            "rarity": "P",
            "category": "tamer",
            "block-icon": 3,
            "color": ["black"],
            "number": "P-128",
            "name": "Cody Hida"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-128"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/P-128"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-128_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/P-128"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/P-128_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-128"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-128_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/premium-bandai"
                }, {
                    "type": "release",
                    "id": "\/releases\/en\/pb17"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-128",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-128"
        },
        "meta": {
            "notes": "Tamer Party Pack -THE BEGINNING- ver.2.0"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-128",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-128"
        },
        "meta": {
            "notes": "\u30c7\u30b8\u30e2\u30f3\u30a2\u30c9\u30d9\u30f3\u30c1\u30e3\u30fc02 THE BEGINNING \u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u30d1\u30c3\u30af"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-128_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-128_P1"
        },
        "meta": {
            "notes": "\u30c7\u30b8\u30e2\u30f3\u30a2\u30c9\u30d9\u30f3\u30c1\u30e3\u30fc02 THE BEGINNING \u30bb\u30c3\u30c8 [PB-17]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/P-128",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/P-128"
        },
        "meta": {
            "notes": "\uc5b4\ub4dc\ubc34\uc2a4 \ub371 \ub354\ube14 \ud0c0\uc774\ud47c [STK-17]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/P-128_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/P-128_P1"
        },
        "meta": {
            "notes": "BTK-18  \uc774\ub108 \ubc15\uc2a4 \ud504\ub85c\ubaa8"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-128",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-128"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-128_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-128_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/premium-bandai",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/premium-bandai"
        },
        "meta": {
            "name": "Premium Bandai"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/pb17",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/pb17"
        },
        "meta": {
            "name": "DIGIMON ADVENTURE 02: THE BEGINNING SET [PB17]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/P-128_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="P-128_P1" style="view-transition-name:en_P-128_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="P-128 Cody Hida · Alternate Art #1" src="https://images.heroi.cc/cards/en/P-128_P1.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/P-128_P1">P-128 Cody Hida<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.

P-128 Cody Hida · Alternate Art #1P-128 Cody Hida · Alternate Art #1 on Heroicc

Cody Hida

Card Number
P-128
Rarity
P
Category
Tamer
Block Icon
03
Supplemental Rarity
Alternative Art #1
Colour
Black
Play Cost
3
Effect

Start of Your Main Phase If you have a Digimon with the [Free] trait, gain 1 memory.

On Play Activate 1 of the effects below:

・You may play 1 [Armadillomon] from your hand without paying the cost.

・1 of your Digimon may digivolve into [Ankylomon] in the hand without paying the cost.

Security Effect

Security Play this card without paying the cost.

Releases
Genre
Others
Release Name
Premium Bandai
Genre
Premium Bandai
Release Name
DIGIMON ADVENTURE 02: THE BEGINNING SET [PB17]
Official Product Page
Date
Notes
"Digimon Adventure 02: The Beginning" Set [PB17]
Alternate Arts

en P-128 Tamer Party Pack -THE BEGINNING- ver.2.0

International Arts

ja P-128 デジモンアドベンチャー02 THE BEGINNING プロモーションパック

ja P-128 P1 デジモンアドベンチャー02 THE BEGINNING セット [PB-17]

zh-Hans P-128 宣传卡【P】

zh-Hans P-128 P1 宣传卡【P】

ko P-128 어드밴스 덱 더블 타이푼 [STK-17]

ko P-128 P1 BTK-18 이너 박스 프로모