improved

Improved Live API

Summary: Additions to WebSocket frames and events feeds for Counter-Strike.

Counter-Strike WebSocket events

Kill events additions

  • To killer and killed 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 the killer.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) to primary_weapon and secondary_weapon objects.