added
2.45.0
over 1 year ago by Bethany Davies
Summary: new statistics for LoL, DotA2, and Valorant. Optional query parameters side
& games_count
for DotA2 player and team /stats
endpoints.
Added
-
DotA2 additions:
- New optional query parameters
side
&games_count
for the player and team/stats
endpoints. These filters allow you to see player/team statistics for a team side (radiant or dire), or for a given number of games. - The existing statistic
hero_damage
has been added to the player and team/stats
endpoints. hero_damage_percentage
indicates the percentage of damage that the player dealt to heroes compared to the hero damage dealt by the team. This is available for/games
and player/stats
endpoints.- The
most_banned_against
array has also been added to DotA2 team/stats
endpoints, showing the heroes that are most banned against a given team by opponents in the ban phase.
- New optional query parameters
-
League of Legends additions:
cs_diff_at_14
, indicating the player CS difference compared to their lane opponent at the 14th minute in-game. Available for the/games
and player/team/stats
endpoints.dealt_to_champions_percentage
, showing the percentage of damage dealt to champions the player had compared to the champion damage of the team. This is accessible via thetotal_damage
,true_damage
,magic_damage
andphysical_damage
arrays. Available for the/games
and player/team/stats
endpoints.- A
most_banned_against
array has been added to LoL team/stats
endpoints, showing the champions that are most banned against a given team by opponents in the pick-and-ban phase.
-
Valorant additions
- The
last_games
array is now available for player and team/stats
endpoints, showing their last 5 games.
- The
Fixed
- Reference documentation examples for DotA2 and Overwatch games.