Hawkmon

Card Number
BT3-009
Rarity
C
Category
Digimon
Level
3
Colour
Red
Play Cost
3
DP
4000
Form
Rookie
Attribute
Free
Type
Avian
Digivolution Requirements
Digivolve Cost
0
Colour
Red
Level
2
Category
Digimon
Releases
Genre
Booster Pack
Release Name
Ver.1.5 [BT01-03]
Official Product Page
Date
Notes
RELEASE SPECIAL BOOSTER Ver.1.5 [BT01-03]
Alternate Arts

en BT3-009 P1 ST-11 Special Entry Pack

International Arts

ja BT3-009 ブースターパック ユニオンインパクト [BT-03]

ja BT3-009 P1 スタートデッキ スペシャルエントリーセット [ST-11]

zh-Hans BT3-009 DIGITAL IMPACT【BTC-02】

zh-Hans BT3-009 P1 宣传卡【P】

ko BT3-009 스페셜 부스터 버전 1.5 [BTK-1.5]

GET /cards/en/BT3-009

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT3-009",
        "attributes": {
            "level": 3,
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["red"],
                "cost": 0
            }],
            "language": "en",
            "dp": 4000,
            "notes": "RELEASE SPECIAL BOOSTER Ver.1.5 [BT01-03]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT3-009.webp",
            "play-cost": 3,
            "form": "Rookie",
            "rarity": "C",
            "category": "digimon",
            "attribute": "Free",
            "color": ["red"],
            "number": "BT3-009",
            "name": "Hawkmon",
            "type": "Avian"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT3-009_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT3-009"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT3-009_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT3-009"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT3-009"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT3-009_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt01-03-v1-5"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT3-009_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT3-009_P1"
        },
        "meta": {
            "notes": "ST-11 Special Entry Pack"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT3-009",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT3-009"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30e6\u30cb\u30aa\u30f3\u30a4\u30f3\u30d1\u30af\u30c8 [BT-03]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT3-009_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT3-009_P1"
        },
        "meta": {
            "notes": "\u30b9\u30bf\u30fc\u30c8\u30c7\u30c3\u30ad \u30b9\u30da\u30b7\u30e3\u30eb\u30a8\u30f3\u30c8\u30ea\u30fc\u30bb\u30c3\u30c8 [ST-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT3-009",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT3-009"
        },
        "meta": {
            "notes": "\uc2a4\ud398\uc15c \ubd80\uc2a4\ud130 \ubc84\uc804 1.5 [BTK-1.5]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT3-009",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT3-009"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT3-009_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT3-009_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt01-03-v1-5",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt01-03-v1-5"
        },
        "meta": {
            "name": "Ver.1.5 [BT01-03]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT3-009"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="BT3-009">
    <link rel="stylesheet" href="https://assets.heroi.cc/css/components/heroicc-card.css?v=4a563a5" />
    <script type="module" src="https://assets.heroi.cc/js/heroicc-card.js?v=4a563a5"></script>
    <picture>
        <img width="430" height="600" loading="lazy" alt="BT3-009 Hawkmon" src="https://images.heroi.cc/cards/en/BT3-009.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/BT3-009">BT3-009 Hawkmon</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT3-009 HawkmonBT3-009 Hawkmon on Heroicc