added
2.54.0
6 months ago by Bethany Davies
Summary: added Mobile Legends: Bang Bang fixtures only plan and new fields & event types to the Counter-Strike post-game events endpoint.
Added
Mobile Legends: Bang Bang
Introducing the Mobile Legends: Bang Bang videogame š„³Available for free on the fixtures-only plan, the videogame has schedule and results data.
"slug": mlbb
id: 34
Counter-Strike post-game events
Additions to Counter-Strike post-game play-by-play events endpoint:
New event types: bomb planted and bomb exploded
New event types for post-game Counter-Strike events to indicate an in-game bomb plant (bomb_planted
) and bomb detonation (bomb_exploded
). These events contain the following:
round_number
(integer).elapsed_round_time
(integer).ingame_timestamp
(integer).bomb_site
(enumA
B
).
For the bomb_planted
event, the player who planted the bomb is shown by:
player_id
(integer).player_name
(string).team_id
(integer).team_name
(string).
Additions to the player kill event
- Player
weapon
(object). The weapon used by the killer in the kill event:id
(integer).name
(string).slug
(string).type
(enumprimary
,secondary
,grenade
orknife
).image_url
(string).
assister
(Object). The player who secured the assist in a kill event:id
(integer).name
(string).team_id
(integer).team_name
(string).team_side
(enum).
modifiers
(Object). Containing statistics which provide further context for a kill event:headshot_kill
(Boolean).no_scope_kill
(Boolean).through_smoke_kill
(Boolean).attacker_blind
(Boolean).flash_assist
(Boolean).
bomb_kill
(Boolean). Whether a kill occurred due to the bomb explosion.elapsed_round_time
(integer). Time elapsed since the beginning of the round, in seconds.team_id
(integer) andteam_name
(string) to thekiller
andvictim
objects.
Additions to the round end event
round_score
(object) The round score for counter-terrorist and terrorist sides:score
(integer).team_id
(integer).team_name
(string).
- The team
name
(string) to thewinner_team
object.
Additions to the round start event
team_name
(string) to each team side.