added
2.61.0
about 1 month ago by Bethany Davies
Summary: added more statistics to Dota2 player and team /stats endpoints.
Added
Players
kill_participation
- The kill participation of a player, computed by taking the number of player kills and assists divided by the team's total kills.creeps_stacked_per_minute
- The number of player creeps stacked per minute in-game.denies_per_minute
- The number of player denies per minute in-game.hero_damage_per_minute
- The player's hero damage per minute in-game.wards_placed_per_minute
- The number of wards placed per minute in-game.hero_healing_per_minute
- The player's hero healing per minute in-game.tower_damage_per_minute
- The player’s tower damage dealt per minute in-game.crowd_control_per_minute
- The player’s crowd control per minute in-game.camps_stacked_per_minute
- The player’s camps stacked per minute in-game.last_hits_per_minute
- The player’s last hits per minute in-game.
All new data points have been added to the following endpoints:
/dota2/players/{player_id_or_slug}/stats
→ tostats.averages
andtotal_stats.averages
/dota2/matches/{match_id_or_slug}/players/stats
→ tostats.averages
/dota2/tournaments/{tournament_id_or_slug}/players/{player_id_or_slug}/stats
→ tostats.averages
/dota2/series/{serie_id_or_slug}/players/{player_id_or_slug}/stats
→ tostats.averages
Teams
first_roshan
- The average number times where the team killed the first Roshan in-game.first_tower
- The average number times where the team destroyed the first tower in-game.first_barracks
- The average number times where the team destroyed the first barracks in-game.first_to_5_kills
- The average number times where the team secured the first 5 kills in-game.first_to_10_kills
- The average number times where the team secured the first 10 kills in-game.first_to_15_kills
- The average number times where the team secured the first 15 kills in-game.
All new data points have been added to the following endpoints:
/dota2/teams/{team_id_or_slug}/stats
tostats.averages.ratios
andtotal_stats.averages.ratios
/dota2/tournaments/{tournament_id_or_slug}/teams/{team_id_or_slug}/stats
tostats.averages.ratios
/dota2/series/{serie_id_or_slug}/teams/{team_id_or_slug}/stats
tostats.averages.ratios