CCL Match Map Bans Endpoint


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

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

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/Map/Ban?replayID=1 Default

Example Return

{
  "Team 0": [
    "Volskaya Foundry",
    "Tomb of the Spider Queen"
  ],
  "Team 1": [
    "Dragon Shire",
    "Sky Temple"
  ]
}