GET /cards/en/ST24-09

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/ST24-09",
        "attributes": {
            "level": 4,
            "faqs": [{
                "date": "2026-05-08",
                "question": "If I use this card's [On Play] [When Digivolving] effect to place a card under a Tamer with cards under it, in what order do I place the card?",
                "answer": "The card is placed on the bottom of the cards under the Tamer."
            }, {
                "date": "2026-05-08",
                "question": "Can I change the stacking order of face-down cards under a Tamer?",
                "answer": "No, you can't."
            }, {
                "date": "2026-05-08",
                "question": "Can I search\/look at face-down cards under a Tamer?",
                "answer": "Only the player of those cards can search\/look at them. \nThe opponent player can't search\/look at them."
            }, {
                "date": "2026-05-08",
                "question": "What happens if a face-down card under a Tamer is trashed?",
                "answer": "It's placed face-up in the trash."
            }],
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["green"],
                "cost": 2
            }],
            "language": "en",
            "inherited-effect": "[All Turns] This Digimon gets +1000 DP.",
            "dp": 5000,
            "notes": "Starter Deck DIGIMON DATA SQUAD [ST-24]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/ST24-09.webp",
            "play-cost": 4,
            "form": "Champion",
            "effect": "[Digivolve] Lv.3 w\/[DATA SQUAD] trait: Cost 2\n[On Play] [When Digivolving] You may suspend 1 of your opponent's Digimon or Tamers. Then, you may place the top card of your deck face down under any of your [DATA SQUAD] trait Tamers.",
            "rarity": "U",
            "category": "digimon",
            "attribute": "Data",
            "block-icon": 6,
            "color": ["green"],
            "number": "ST24-09",
            "name": "Sunflowmon",
            "type": "Vegetation\/DATA SQUAD"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/ST24-09_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/ST24-09"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/ST24-09_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/ST24-09"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/ST24-09_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/st-24"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/ST24-09_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST24-09_P1"
        },
        "meta": {
            "notes": "Welcome Tamers Pack Vol. 2"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/ST24-09",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/ST24-09"
        },
        "meta": {
            "notes": "\u30b9\u30bf\u30fc\u30c8\u30c7\u30c3\u30ad DIGIMON SAVERS [ST-24]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/ST24-09_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/ST24-09_P1"
        },
        "meta": {
            "notes": "Welcome Tamers Pack vol. 2"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/ST24-09",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/ST24-09"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/ST24-09_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/ST24-09_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/st-24",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/st-24"
        },
        "meta": {
            "name": "DIGIMON DATA SQUAD [ST-24]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/ST24-09"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="ST24-09" style="view-transition-name:en_ST24-09_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="ST24-09 Sunflowmon" src="https://images.heroi.cc/cards/en/ST24-09.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/ST24-09">ST24-09 Sunflowmon</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

ST24-09 SunflowmonST24-09 Sunflowmon on Heroicc

Sunflowmon

Card Number
ST24-09
Rarity
U
Category
Digimon
Level
4
Block Icon
06
Colour
Green
Play Cost
4
DP
5000
Form
Champion
Attribute
Data
Type
Vegetation/DATA SQUAD
Digivolution Requirements
Digivolve Cost
2
Colour
Green
Level
3
Category
Digimon
Effect

Digivolve Lv.3 w/[DATA SQUAD] trait: Cost 2

On Play When Digivolving You may suspend 1 of your opponent's Digimon or Tamers. Then, you may place the top card of your deck face down under any of your [DATA SQUAD] trait Tamers.

Inherited Effect

All Turns This Digimon gets +1000 DP.

Releases
Genre
Starter Deck
Release Name
DIGIMON DATA SQUAD [ST-24]
Official Product Page
Date
Notes
Starter Deck DIGIMON DATA SQUAD [ST-24]
Alternate Arts

en ST24-09 P1 Welcome Tamers Pack Vol. 2

International Arts

ja ST24-09 スタートデッキ DIGIMON SAVERS [ST-24]

ja ST24-09 P1 Welcome Tamers Pack vol. 2

zh-Hans ST24-09 数码宝贝拯救队【ST-24】

zh-Hans ST24-09 P1 迎新特典包2

Q&A
Date
Question

If I use this card's [On Play] [When Digivolving] effect to place a card under a Tamer with cards under it, in what order do I place the card?

Answer

The card is placed on the bottom of the cards under the Tamer.

Date
Question

Can I change the stacking order of face-down cards under a Tamer?

Answer

No, you can't.

Date
Question

Can I search/look at face-down cards under a Tamer?

Answer

Only the player of those cards can search/look at them.

The opponent player can't search/look at them.

Date
Question

What happens if a face-down card under a Tamer is trashed?

Answer

It's placed face-up in the trash.