CCL Replay Bans Endpoint


This endpoint is used for gathering CCL hero bans for a particular replayID. The following attributes are returned.

{
  {
    "Team 0": [
      "Hero",
      "Hero",
      "Hero"
    ],
    "Team 1": [
      "Hero",
      "Hero",
      "Hero"
    ]
  }
}

Example Usage

{warning} All API calls require an api_token as part of the query string and are prefixed by https://api.heroesprofile.com/api

Method URI Headers
GET /CCL/Replay/Data/Hero/Ban?replayID=1 Default

Example Return

{
  "Team 0": [
    "Diablo",
    "Medivh",
    "Imperius"
  ],
  "Team 1": [
    "Chromie",
    "D.Va",
    "Tychus"
  ]
}