Game Stats
DOTA_DURATION_SECONDS
Description: Game duration in seconds after the draft phase has finished
Type: INTEGER
Example: 3083
Team Stats
DOTA_HERO_KILLS
Description: How many enemy heroes this team has killed
Type: INTEGER
Example: 42
DOTA_TOWER_KILLS
Description: Total amount of towers destroyed by this team
Type: INTEGER
Example: 4
DOTA_BARRACKS_KILLS
Description: Total amount of barracks destroyed by this team
Type: INTEGER
Example: 0
DOTA_ROSHAN_KILLS
Description: Total amount of times Roshan was slain by this team
Type: INTEGER
Example: 1
DOTA_EXPERIENCE_TOTAL
Description: Total amount of experience gained by this team
Type: INTEGER
Example: 550
DOTA_NETWORTH_TOTAL
Description: Total amount of gold gained by this team
Type: INTEGER
Example: 101774
DOTA_FIRST_AEGIS
Description: First Aegis picked up by this team
Type: BOOLEAN
Example: true
DOTA_FIRST_BARRACKS
Description: First Barracks destroyed by this team
Type: BOOLEAN
Example: true
DOTA_FIRST_TOWER
Description: First Tower destroyed by this team
Type: BOOLEAN
Example: true
Player Stats
DOTA_HERO
Description: Which hero this player picked
Type: String
Example: tiny
DOTA_HERO_LEVEL
Description: Level of this player’s hero
Type: INTEGER
Example: 21
DOTA_KILLS
Description: How many enemy heroes this player has killed
Type: INTEGER
Example: 10
DOTA_DEATHS
Description: How many times this player died
Type: INTEGER
Example: 8
DOTA_ASSISTS
Description: How many assists this player had
Type: INTEGER
Example: 17
DOTA_LAST_HITS
Description: How many creeps this player killed
Type: INTEGER
Example: 105
DOTA_DENIES
Description: How many creeps this player denied the enemy team from killing
Type: INTEGER
Example: 1
DOTA_NETWORTH
Description: Total amount of gold gained by this player
Type: INTEGER
Example: 12909
DOTA_EXPERIENCE
Description: Total amount of experience gained by this player
Type: INTEGER
Example: 150
DOTA_KDA_RATIO
Description: Kill / Death / Assist ratio of this player
Type: FLOAT
Example: 1.62