GET /cards/en/P-125_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/P-125_P1",
        "attributes": {
            "language": "en",
            "notes": "\"Digimon Adventure 02: The Beginning\" Set [PB17]",
            "parallel-id": 1,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/P-125_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 [Wormmon] from your hand without paying the cost.\n\u30fb1 of your Digimon may digivolve into [Stingmon] in the hand without paying the cost.",
            "rarity": "P",
            "category": "tamer",
            "block-icon": 3,
            "color": ["green"],
            "number": "P-125",
            "name": "Ken Ichijoji"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-125"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/P-125"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-125_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/P-125"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/P-125_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-125"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-125_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/premium-bandai"
                }, {
                    "type": "release",
                    "id": "\/releases\/en\/pb17"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-125",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-125"
        },
        "meta": {
            "notes": "Tamer Party Pack -THE BEGINNING- ver.2.0"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-125",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-125"
        },
        "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-125_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-125_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-125",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/P-125"
        },
        "meta": {
            "notes": "\uc5b4\ub4dc\ubc34\uc2a4 \ub371 \ub354\ube14 \ud0c0\uc774\ud47c [STK-17]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/P-125_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/P-125_P1"
        },
        "meta": {
            "notes": "BTK-18  \uc774\ub108 \ubc15\uc2a4 \ud504\ub85c\ubaa8"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-125",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-125"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-125_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-125_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-125_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Ken Ichijoji

Card Number
P-125
Rarity
P
Category
Tamer
Block Icon
03
Supplemental Rarity
Alternative Art #1
Colour
Green
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 [Wormmon] from your hand without paying the cost.

・1 of your Digimon may digivolve into [Stingmon] 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-125 Tamer Party Pack -THE BEGINNING- ver.2.0

International Arts

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

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

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

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

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

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