added
2.51.0
12 months ago by Bethany Davies
Summary: added voidgrubs to the api. Voidgrub kills and the first voidgrub killed added for LoL games, and team /stats endpoints. Voidgrubs kills added to LoL live frames (for Pro Live customers), and post-game events and frames.
Added
Live API
League of Legends
- Added voidgrubs to the live League of Legends
/frames
feed. The total number of voidgrubs killed is shown for each team in the data pointvoidgrubs
. This data point is exclusive to customers with a Pro Live League of Legends plan.
REST API
League of Legends
- For LoL post-game statistics, we have added the:
- Total number of voidgrubs killed per team, under Integer data point
voidgrub_kills
. - Which team secured the first voidgrub, under Boolean data point
first_voidgrub
.
Both data points are available in theteams
array for LoL games with detailed statistics available from patch 14.1.1 onwards.
- Total number of voidgrubs killed per team, under Integer data point
- Added the number of voidgrubs killed to post-game play-by-play frames (
/lol/games/{lol_game_id}/frames
). Thevoidgrubs
data point displays the number of voidgrubs killed by a team, for red and blue team sides. - Added voidgrubs kill events to post-game play-by-play events (
/lol/games/{lol_game_id}/events
):
payload.object.name : Voidgrub
payload.type: voidgrub
type: voidgrub_kill
-
For LoL team /stats endpoints, we have added the:
- Total number of voidgrubs killed per team, under Integer data point
voidgrub_kills
. - Which team secured the first voidgrub, under Boolean data point
first_voidgrub
.
These data points are available for the following endpoints:
/lol/teams/{team_id_or_slug}/stats
tostats.averages
,stats.totals
,total_stats.averages
andtotal_stats.totals
/lol/tournaments/{tournament_id_or_slug}/teams/{team_id_or_slug}/stats
tostats.averages
andstats.totals
/lol/series/{serie_id_or_slug}/teams/{team_id_or_slug}/stats
tostats.averages
andstats.totals
/lol/series/{serie_id_or_slug}/teams/stats
tostats.averages
andstats.totals
- Total number of voidgrubs killed per team, under Integer data point