Battle.net · Example Payload

Hearthstone Game Data Card Back Search Response Example

GamesGamingBlizzardWorld Of WarcraftDiabloHearthstoneStarcraft

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

Top-level fields

cardBackscardCountpageCountpage

Example Payload

Raw ↑
{
  "cardBacks": [
    {
      "id": 1,
      "sortCategory": 2,
      "text": "The standard card back for Hearthstone.",
      "name": "Classic",
      "image": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/card-backs/classic.png",
      "slug": "classic"
    }
  ],
  "cardCount": 150,
  "pageCount": 8,
  "page": 1
}