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"
}
{warning} All API calls require an
api_tokenas part of the query string and are prefixed byhttps://api.heroesprofile.com/api
| Method | URI | Headers |
|---|---|---|
| GET | /Player/Talents/Build?battletag=Zemill%231940®ion=1&hero=Abathur |
Default |
| GET | /Player/Talents/Build?battletag=Zemill%231940®ion=1&hero=Abathur&start_date=2024-01-01 |
Default |
| GET | /Player/Talents/Build?battletag=Zemill%231940®ion=1&hero=Abathur&min_date=09-30-2017 |
Default |
battletag: (Full battletag) - url encoded
region: (1 = NA, 2 = EU, 3 = KR, 5 = CN)
hero: Full hero name. e.g. Abathur
start_date: Filter games from this date onwards. Format: YYYY-MM-DD or MM-DD-YYYY. Example: 2024-01-01
end_date: Filter games up to this date. Format: YYYY-MM-DD or MM-DD-YYYY. Example: 2024-12-31
min_date: DEPRECATED - Use start_date instead. Date in format mm-dd-yyyy e.g. 09-30-2019
{
"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"
}