Battle.net · Schema
Card
A Hearthstone card object.
GamesGamingBlizzardWorld Of WarcraftDiabloHearthstoneStarcraft
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | The card's unique ID. |
| collectible | integer | Indicates if the card is collectible (1) or uncollectible (0). |
| slug | string | A human-readable identifier for the card. |
| classId | integer | The class ID of the card. |
| multiClassIds | array | Class IDs if the card belongs to multiple classes. |
| cardTypeId | integer | The card type ID. |
| cardSetId | integer | The set ID of the card. |
| rarityId | integer | The rarity ID of the card. |
| artistName | string | The name of the card's artist. |
| health | integer | The health of the minion. |
| attack | integer | The attack power of the card. |
| manaCost | integer | The mana cost to play the card. |
| name | string | The name of the card. |
| text | string | The card's text. |
| image | string | URL of the card image. |
| flavorText | string | Flavor text for the card. |
| cropImage | string | URL of the cropped card image. |
| childIds | array | IDs of child cards. |