Improved
Improved Live API
 over 1 year ago by Bethany Davies
Summary: Additions to WebSocket frames and events feeds for Counter-Strike.
Counter-Strike WebSocket events
Kill events additions
- To killerandkilledobjects:- team_id(integer).
- team_name(string).
 
- round_number(integer). The round number in-game.
- elapsed_round_time(integer). Time elapsed since the beginning of the round, in seconds.
- image_url(string) to the- killer.weaponobject.
Round start event additions
- round_score(object). The round score for counter-terrorist and terrorist sides. Includes each team's:- score(integer). The number of rounds won by the team.
- team_id(integer).
- team_name(string).
 
Round end event additions
- round_score(object). The round score for counter-terrorist and terrorist sides. Includes each team's:- score(integer). The number of rounds won by the team.
- team_id(integer).
- team_name(string).
 
- team_id
Counter-Strike WebSocket frames
- Added image_url(String) toprimary_weaponandsecondary_weaponobjects.
