added
2.53.0
7 months ago by Bethany Davies
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 thefreeze_time_economy
andround_start_economy
objects. - The current round score of a given team (
round_score
, integer) in thecounter_terrorists
andterrorists
objects. - The selected map for the game (
map
, object), containing the mapid
(integer),name
(string), andimage_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 thecounter_terrorists
,terrorists
, andwinner_team
objects.
- Player economy (