Added
2.49.0
about 2 years ago by Bethany Davies
Summary: added assists for live LoL events and weapons for live Counter-Strike kill events. Game wins and losses added for player & team champion picks in LoL & DotA2 /stats endpoints.
Added
Live API
League of Legends
Added assists to the live League of Legends /events feed. Assists display the champion id and name, player id, name, role and team.
Counter-Strike
Added the killer's weapon to the live Counter-Strike /events feed for kill events. Weapon information includes the weapon id, name, slug and type.
REST API
- Added player and team wins & losses for chosen champions in the /stats endpoints for League of Legends and DotA2. Specifically, this is available for the following endpoints:
/lol/teams/{team_id_or_slug}/stats→most_pickedarray./lol/tournaments/{tournament_id_or_slug}/teams/{team_id_or_slug}/stats→most_pickedarray./lol/series/{serie_id_or_slug}/teams/{team_id_or_slug}/stats→most_pickedarray./lol/series/{serie_id_or_slug}/teams/stats→most_pickedarray./lol/players/{player_id_or_slug}/stats→favorite_championsarray./lol/series/{serie_id_or_slug}/players/{player_id_or_slug}/stats→favorite_championsarray./lol/tournaments/{tournament_id_or_slug}/players/{player_id_or_slug}/stats→favorite_championsarray./dota2/players/{player_id_or_slug}/stats→favorite_heroesarray./dota2/series/{serie_id_or_slug}/players/{player_id_or_slug}/stats→favorite_heroesarray./dota2/tournaments/{tournament_id_or_slug}/players/{player_id_or_slug}/stats→favorite_heroesarray.
- Added
filter[videogame_title]for Overwatch, FIFA and Call of Duty matches, tournaments and series endpoints.
Fixed
- 404 error for player
/statsendpoints if they change videogames . - Play-by-play event recovery endpoint now returns all events, rather than the first 50.
