added
2.42.0
over 1 year ago by Bethany Davies
Summary. Added more statistics to the existing player and team stats endpoints for Valorant. Fixes to improve performance 🐛.
Added
More stats added to the existing Valorant stats endpoints:
/valorant/matches/{match_id_or_slug}/teams/{team_id_or_slug}/stats
/valorant/series/{serie_id_or_slug}/teams/{team_id_or_slug}/stats
/valorant/teams/{team_id_or_slug}/stats
/valorant/tournaments/{tournament_id_or_slug}/teams/{team_id_or_slug}/stats
/valorant/matches/{match_id_or_slug}/players/stats
/valorant/players/{player_id_or_slug}/stats
/valorant/series/{serie_id_or_slug}/players/{player_id_or_slug}/stats
/valorant/tournaments/{tournament_id_or_slug}/players/{player_id_or_slug}/stats
Statistics added include:
Kills
,deaths
andassists
Defused_spikes
andplanted_spikes
First_deaths
andfirst_kills
Clutch_wins
Streaks
Fixed
Fixed the cause of an internal 500 error response for some League of Legends games.
Fixed /lol/series/{serie_id}/teams/{team_id}/stats
for better performance. Last games array will now return an empty array.