Battle.net · Example Payload

Battle Net Getcardback Example

GamesGamingBlizzardWorld Of WarcraftDiabloHearthstoneStarcraft

Battle Net Getcardback 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getCardBack",
  "method": "GET",
  "path": "/hearthstone/cardbacks/{idOrSlug}",
  "summary": "Battle.net Get Hearthstone Card Back",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetCardBack200Example",
      "example": {
        "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"
      }
    }
  ]
}