activision-blizzard · Example Payload

Activision Blizzard D3 Career Profile Example

Fortune 1000

Activision Blizzard D3 Career Profile Example is an example object payload from activision-blizzard, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

battletagparagonLevelparagonLevelHardcoreguildNameheroeslastHeroPlayedkillstimePlayed

Example Payload

Raw ↑
{
  "battletag": "Player#1234",
  "paragonLevel": 1500,
  "paragonLevelHardcore": 200,
  "guildName": "Example Name",
  "heroes": [
    "example-value"
  ],
  "lastHeroPlayed": 12345,
  "kills": {},
  "timePlayed": {}
}