added

2.42.0

Summary. Added more statistics to the existing player and team stats endpoints for Valorant. Fixes to improve performance :bug:.

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 and assists
  • Defused_spikes and planted_spikes
  • First_deaths and first_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.