Battle.net · Example Payload

Hearthstone Game Data Deck Example

GamesGamingBlizzardWorld Of WarcraftDiabloHearthstoneStarcraft

Hearthstone Game Data Deck Example is an example object payload from Battle.net, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

deckCodeversionformatclasscardscardCount

Example Payload

Raw ↑
{
  "deckCode": "AAECAf0EAA8A",
  "version": 1,
  "format": "standard",
  "class": {
    "slug": "mage",
    "id": 3,
    "name": "Mage"
  },
  "cards": [
    {
      "id": 52119,
      "count": 2,
      "slug": "52119-ragnaros-the-firelord",
      "name": "Ragnaros the Firelord"
    }
  ],
  "cardCount": 30
}