added

2.53.0

Summary: added new fields to the Counter-Strike post-game rounds endpoint.

Added

  • Added new fields for the Counter-Strike rounds endpoint (/csgo/games/{csgo_game_id}/rounds):
    • Player economy (economy, integer) for both the freeze_time_economy and round_start_economy objects.
    • The current round score of a given team (round_score, integer) in the counter_terrorists and terrorists objects.
    • The selected map for the game (map, object), containing the map id (integer), name (string), and image_url (string).
    • The image (image_url, string) and slug (slug, string) of a player's primary and secondary weapons.
    • The name of the team (team_name, string) in the counter_terrorists, terrorists, and winner_team objects.