2.64.6

Summary: Added games_count query parameter to Counter-Strike stats endpoint

  • Added: games_count query parameter to Counter-Strike /stats endpoints. This optional query parameter allows users to enter the number of games for which they would like the averages and totals. For example, if a user enters 5 games, it would show the statistics for the most recent 5 games played. This is available for the following endpoints:
    • /csgo/teams/{team_id_or_slug}/stats
    • /csgo/series/{serie_id_or_slug}/teams/{team_id_or_slug}/stats
    • /csgo/tournaments/{tournament_id_or_slug}/teams/{team_id_or_slug}/stats
    • /csgo/players/{player_id_or_slug}/stats
    • /csgo/series/{serie_id_or_slug}/players/{player_id_or_slug}/stats
    • /csgo/tournaments/{tournament_id_or_slug}/players/{player_id_or_slug}/stats
  • Added League of Legends Rift Herald count in post-game Play by Play frames: /lol/games/{lol_game_id}/frames
  • Fixed Total cloud drake kills for League of Legends post-game statistics.