fixed

2.45.2

Summary: adjusted the computation method for /stats endpoints for DotA2 tower_kills, and LoL damage dealt_to_champions_percentage & gold_percentage.

Fixed

DotA2

  • Adjusted the computation method for DotA2 tower_kills in the /stats endpoints, to reflect the total towers taken by players and creeps.

LoL

  • Adjusted the computation method for the following data points in the /stats endpoints, to better represent a player's impact:
    • dealt_to_champions_percentage (for the objects total_damage, true_damage, physical_damage, and magic_damage)
    • gold_percentage

Reference documentation

  • Changed the default view of an example request, to match API usage advice.