added

2.58.0

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 point atakhans. 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 the teams array for LoL games with detailed statistics available from patch 14.1.1 onwards.
  • Added the number of Atakhan's killed to post-game play-by-play frames (/lol/games/{lol_game_id}/frames). The atakhans 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 to stats.averages, stats.totals, total_stats.averages and total_stats.totals
    • /lol/tournaments/{tournament_id_or_slug}/teams/{team_id_or_slug}/stats to stats.averages and stats.totals
    • /lol/series/{serie_id_or_slug}/teams/{team_id_or_slug}/stats to stats.averages and stats.totals
    • /lol/series/{serie_id_or_slug}/teams/stats to stats.averages and stats.totals

Tournaments

Added new fields region, country, and type to tournament objects.