added
2.62.0
4 days ago by Bethany Davies
Summary: added more statistics to Counter-Strike player and team /stats endpoints.
Added
Team stats
To stats.counts
:
rounds_won
(integer). Description: The number of rounds won by the team.ct_round_total_played
(integer). Description: Number of rounds played as Counter-Terrorists.ct_round_wins
(integer). Description: Number of rounds won as Counter-Terrorists.t_round_total_played
(integer). Description: Number of rounds played as Terrorists.t_round_wins
(integer). Description: Number of rounds won as Terrorists.pistol_round_total_played
(integer). Description: Number of pistol rounds played.pistol_round_wins
(integer). Description: Number of pistol rounds won.
To stats.maps
:
picks
(integer). Description: The number of times the map was picked by the team.bans
(integer). Description: The number of times the map was banned by the team.
New statistics are available in the following endpoints:
/csgo/teams/{team_id_or_slug}/stats
/csgo/tournaments/{tournament_id_or_slug}/teams/{team_id_or_slug}/stats
/csgo/series/{serie_id_or_slug}/teams/{team_id_or_slug}/stats
/csgo/matches/{match_id_or_slug}/teams/{team_id_or_slug}/stats
Player stats
weapon_kills
(array). Description: The number of kills secured by a player per weapon.multi_kills
(number). Description: The number of multi-kills (more than 1 kill per round) secured by a player.first_kills
(number). Description: The number of kills secured by a player which was the first kill of a round.utility_kills
(number). Description: The number of kills secured by a player using a utility.clutch_rounds_won
(number). Description: The number of rounds won by a player during a clutch situation.
New statistics are available in the following endpoints:
/csgo/players/{player_id_or_slug}/stats
→ tostats.counts
andstats.per_game_averages
/csgo/matches/{match_id_or_slug}/players/{player_id_or_slug}/stats
→ tostats.counts
andstats.per_game_averages
/csgo/matches/{match_id_or_slug}/players/stats
→ tostats.counts
andstats.per_game_averages
/csgo/series/{serie_id_or_slug}/players/{player_id_or_slug}/stats
→ tostats.counts
andstats.per_game_averages
/csgo/tournaments/{tournament_id_or_slug}/players/{player_id_or_slug}/stats
→ tostats.counts
andstats.per_game_averages
New player statistics are only available to customers with a CS pro live subscription