Player Single Hero Build Endpoint


This endpoint is used for gathering player hero talent data. The following attributes are returned.

{
  "1": "level_one",
  "4": "level_four",
  "7": "level_seven",
  "10": "level_ten",
  "13": "level_thirteen",
  "16": "level_sixteen",
  "20": "level_twenty",
  "hp_short_link": "hp_short_link"
}

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 /Player/Talents/Build?battletag=Zemill%231940&region=1&hero=Abathur Default
GET /Player/Talents/Build?battletag=Zemill%231940&region=1&hero=Abathur&min_date=09-30-2017 Default

URL Parameters (required)

battletag: (Full battletag) - url encoded

region: (1 = NA, 2 = EU, 3 = KR, 5 = CN)

hero: Full hero name.  e.g.  Abathur

URL Parameters (as needed)

min_date: date in format mm-dd-yyy e.g.  09-30-2019

Example Return

{
  "1": "Pressurized Glands",
  "4": "Adrenal Overload",
  "7": "Calldown: MULE",
  "10": "Ultimate Evolution",
  "13": "Spatial Efficiency",
  "16": "Locust Brood",
  "20": "Hivemind",
  "hp_short_link": "https://hprofile.page.link/rw85"
}