Battle.net · JSON Structure

Hearthstone Game Data Card Back Search Response Structure

A paginated list of Hearthstone card backs.

Type: object Properties: 4
GamesGamingBlizzardWorld Of WarcraftDiabloHearthstoneStarcraft

CardBackSearchResponse is a JSON Structure definition published by Battle.net, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cardBacks cardCount pageCount page

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/battle-net/refs/heads/main/json-structure/hearthstone-game-data-card-back-search-response-structure.json",
  "name": "CardBackSearchResponse",
  "description": "A paginated list of Hearthstone card backs.",
  "type": "object",
  "properties": {
    "cardBacks": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "int32",
            "description": "The unique ID of the card back.",
            "example": 1
          },
          "sortCategory": {
            "type": "int32",
            "description": "The sort category.",
            "example": 2
          },
          "text": {
            "type": "string",
            "description": "Description of the card back.",
            "example": "The standard card back for Hearthstone."
          },
          "name": {
            "type": "string",
            "description": "The name of the card back.",
            "example": "Classic"
          },
          "image": {
            "type": "uri",
            "description": "URL of the card back image.",
            "example": "https://d15f34w2p8l1cc.cloudfront.net/hearthstone/card-backs/classic.png"
          },
          "slug": {
            "type": "string",
            "description": "A human-readable identifier for the card back.",
            "example": "classic"
          }
        },
        "description": "A Hearthstone card back object."
      },
      "description": "List of matching card backs."
    },
    "cardCount": {
      "type": "int32",
      "description": "Total number of matching card backs.",
      "example": 150
    },
    "pageCount": {
      "type": "int32",
      "description": "Total number of pages.",
      "example": 8
    },
    "page": {
      "type": "int32",
      "description": "Current page number.",
      "example": 1
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/hearthstone-game-data-card-back-search-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.