Added
2.58.0
10 months 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
/framesfeed. 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 theteamsarray 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). Theatakhansdata 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}/statstostats.averages,stats.totals,total_stats.averagesandtotal_stats.totals/lol/tournaments/{tournament_id_or_slug}/teams/{team_id_or_slug}/statstostats.averagesandstats.totals/lol/series/{serie_id_or_slug}/teams/{team_id_or_slug}/statstostats.averagesandstats.totals/lol/series/{serie_id_or_slug}/teams/statstostats.averagesandstats.totals
- Total number of Atakhan's killed per team, under Integer data point
Tournaments
Added new fields region, country, and type to tournament objects.
