added
2.49.0
about 1 year 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_picked
array./lol/tournaments/{tournament_id_or_slug}/teams/{team_id_or_slug}/stats
→most_picked
array./lol/series/{serie_id_or_slug}/teams/{team_id_or_slug}/stats
→most_picked
array./lol/series/{serie_id_or_slug}/teams/stats
→most_picked
array./lol/players/{player_id_or_slug}/stats
→favorite_champions
array./lol/series/{serie_id_or_slug}/players/{player_id_or_slug}/stats
→favorite_champions
array./lol/tournaments/{tournament_id_or_slug}/players/{player_id_or_slug}/stats
→favorite_champions
array./dota2/players/{player_id_or_slug}/stats
→favorite_heroes
array./dota2/series/{serie_id_or_slug}/players/{player_id_or_slug}/stats
→favorite_heroes
array./dota2/tournaments/{tournament_id_or_slug}/players/{player_id_or_slug}/stats
→favorite_heroes
array.
- Added
filter[videogame_title]
for Overwatch, FIFA and Call of Duty matches, tournaments and series endpoints.
Fixed
- 404 error for player
/stats
endpoints if they change videogames . - Play-by-play event recovery endpoint now returns all events, rather than the first 50.