improved
Improved Live API
6 months ago by Bethany Davies
Summary: Additions to WebSocket frames and events feeds for Counter-Strike.
Counter-Strike WebSocket events
Kill events additions
- To
killer
andkilled
objects: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 thekiller.weapon
object.
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_weapon
andsecondary_weapon
objects.