Added
2.45.0
over 2 years 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_countfor the player and team/statsendpoints. 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_damagehas been added to the player and team/statsendpoints. hero_damage_percentageindicates the percentage of damage that the player dealt to heroes compared to the hero damage dealt by the team. This is available for/gamesand player/statsendpoints.- The
most_banned_againstarray has also been added to DotA2 team/statsendpoints, 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/gamesand player/team/statsendpoints.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_damageandphysical_damagearrays. Available for the/gamesand player/team/statsendpoints.- A
most_banned_againstarray has been added to LoL team/statsendpoints, showing the champions that are most banned against a given team by opponents in the pick-and-ban phase.
-
Valorant additions
- The
last_gamesarray is now available for player and team/statsendpoints, showing their last 5 games.
- The
Fixed
- Reference documentation examples for DotA2 and Overwatch games.
