GET /cards/ko/P-137

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/P-137",
        "attributes": {
            "level": 4,
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["blue", "red"],
                "cost": 3
            }],
            "language": "ko",
            "dp": 5000,
            "notes": "BTK-17 \uc774\ub108\ubc15\uc2a4 \ud504\ub85c\ubaa8",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/P-137.webp",
            "play-cost": 5,
            "form": "\uc544\uba38\uccb4",
            "effect": "\u3010\uc9c4\ud654\u3011\u300c\ube0c\uc774\ubaac\u300d \ucf54\uc2a4\ud2b8 2\u300a\uc544\uba38 \ud37c\uc9c0\u300b\u300a\ub3cc\uc9c4\u300b \u3010\uc790\uc2e0\uc758 \ud134\u3011\uff3b\ud134\uc5d0 1\ud68c\uff3d\uc774 \ub514\uc9c0\ubaac\uc758 \uc5b4\ud0dd\uc758 \ub300\uc0c1\uc774 \ubcc0\uacbd\ub418\uc5c8\uc744 \ub54c, \uc0c1\ub300\ub294 \ubcf8\uc778\uc758 \uc2dc\ud050\ub9ac\ud2f0\ub97c \uc704\uc5d0\uc11c\ubd80\ud130 1\uc7a5 \ud328\uc5d0 \ucd94\uac00\ud55c\ub2e4.",
            "rarity": "P",
            "category": "digimon",
            "attribute": "\ud504\ub9ac",
            "block-icon": 3,
            "color": ["red", "blue"],
            "number": "P-137",
            "name": "\ud654\uc5fc\ub4dc\ub77c\ubaac",
            "type": "\uc6a9\uc778\ud615"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-137"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/P-137_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-137"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-137_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-137"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-137_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/btk-17"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-137",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-137"
        },
        "meta": {
            "notes": "SECRET CRISIS [BT17] Update Pack 2024"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/P-137_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-137_P1"
        },
        "meta": {
            "notes": "Limited Card Pack BILLION BULLET [LM-06]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-137",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-137"
        },
        "meta": {
            "notes": "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30d1\u30c3\u30af2024"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-137_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-137_P1"
        },
        "meta": {
            "notes": "\u30ea\u30df\u30c6\u30c3\u30c9\u30ab\u30fc\u30c9\u30d1\u30c3\u30af \u30d3\u30ea\u30aa\u30f3\u30fb\u30d0\u30ec\u30c3\u30c8 [LM-06]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-137",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-137"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-137_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-137_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/btk-17",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/btk-17"
        },
        "meta": {
            "name": "\uc2dc\ud06c\ub9bf \ud06c\ub77c\uc774\uc2dc\uc2a4 [BTK-17]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/P-137"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="P-137" style="view-transition-name:ko_P-137_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="P-137 화염드라몬" src="https://images.heroi.cc/cards/ko/P-137.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/P-137">P-137 화염드라몬</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

P-137 화염드라몬P-137 화염드라몬 on Heroicc

화염드라몬

Card Number
P-137
Rarity
P
Category
Digimon
Level
4
Block Icon
03
Colour
Red Blue
Play Cost
5
DP
5000
Form
아머체
Attribute
프리
Type
용인형
Digivolution Requirements
Digivolve Cost
3
Colour
Red Blue
Level
3
Category
Digimon
Effect

진화 「브이몬」 코스트 2아머 퍼지 돌진 자신의 턴턴에 1회이 디지몬의 어택의 대상이 변경되었을 때, 상대는 본인의 시큐리티를 위에서부터 1장 패에 추가한다.

Releases
Genre
확장팩
Release Name
시크릿 크라이시스 [BTK-17]
Official Product Page
Date
Notes
BTK-17 이너박스 프로모
International Arts

ja P-137 アップデートパック2024

ja P-137 P1 リミテッドカードパック ビリオン・バレット [LM-06]

en P-137 SECRET CRISIS [BT17] Update Pack 2024

en P-137 P1 Limited Card Pack BILLION BULLET [LM-06]

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

zh-Hans P-137 P1 BILLION BULLET 【LM-06】