added
2.58.0
8 days ago by Bethany Davies
Summary: added League of Legends Atakhan's to the API and new fields context fields tournaments.
Added
Live API
League of Legends
- Added Atakhan to the live League of Legends
/frames
feed. The total number of Atakhan's killed is shown for each team in the data pointatakhans
. 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 Atakhan's killed per team, under Integer data point
atakhan_kills
. - Which team secured the first Atakhan, under Boolean data point
first_atakhan
.
Both data points are available in theteams
array for LoL games with detailed statistics available from patch 14.1.1 onwards.
- Total number of Atakhan's killed per team, under Integer data point
- Added the number of Atakhan's killed to post-game play-by-play frames (
/lol/games/{lol_game_id}/frames
). Theatakhans
data point displays the number of Atakhan's killed by a team, for red and blue team sides. - Added Atakhan kill events to post-game play-by-play events (
/lol/games/{lol_game_id}/events
):
payload.object.name : Atakhan
payload.type: atakhan
type: atakhan_kill
-
For LoL team /stats endpoints, we have added the:
- Total number of Atakhan's killed per team, under Integer data point
atakhan_kills
. - Which team secured the first Atakhan, under Boolean data point
first_atakhan
.
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 Atakhan's killed per team, under Integer data point
Tournaments
Added new fields region
, country
, and type
to tournament objects.