Added
2.41.0
almost 3 years ago by Bethany Davies
Summary. LoL runes reforged endpoints are introduced. Updated version selection for LoL items, spells, champions, and Valorant agents and maps. Previous version selection endpoints are deprecated. Bug fixes 🐛.
Added
- New endpoints for Valorant abilities and weapons:
/valorant/abilities/valorant/abilities/{valorant_ability_id}/valorant/weapons/valorant/weapons/{valorant_weapon_id}
- New LoL runes reforged endpoints:
/lol/runes-reforged/lol/runes-reforged/{lol_rune_reforged_id}/lol/runes-reforged-paths/lol/runes-reforged-paths/{lol_rune_path_id}
- LoL
runes_reforgedobject added to LoL games endpoints inplayersarray:/lol/games/{game_id}/lol/matches/{match_id}/games
- Version selection query parameters for LoL items, spells and champions, and Valorant agents and maps. The new filter allows users to filter by videogame_version, for the
latestversion (default),allversions, or a specific version:/lol/champions/lol/items/lol/spells/valorant/maps/valorant/agents
- Improved capability for Get a LoL item/spell/champions, and Get a Valorant agent/map, allowing you to search for a specific
idfrom all videogame versions.
Deprecated
- The following endpoints for LoL items, spells and champions, and Valorant agents and maps are deprecated. It is recommended that users use the new addition of version selection recommended for the following endpoints:
/lol/versions/all/champions→ use/lol/champions?filter[videogame_version]=all/lol/versions/{lol_version_name}/champions→ use/lol/champions?filter[videogame_version]={lol_version_name}/lol/versions/all/items→ use/lol/items?filter[videogame_version]=all/lol/versions/{lol_version_name}/items→ use/lol/items?filter[videogame_version]={lol_version_name}/valorant/versions/all/agents→ use/valorant/agents?filter[videogame_version]=all/valorant/versions/{valorant_version_name}/agents→ use/valorant/agents?filter[videogame_version]={valorant_version_name}/valorant/versions/all/maps→ use/valorant/maps?filter[videogame_version]=all/valorant/versions/{valorant_version_name}/maps→ use/valorant/maps?filter[videogame_version]={valorant_version_name}
/lol/runes/lol/runes/{lol_rune_id}
Fixed
- LoL events bug.
total_gamesin Valorant player stats endpoints/valorant/matches/{match_id_or_slug}/players/stats/valorant/players/{player_id_or_slug}/stats/valorant/series/{serie_id_or_slug}/players/{player_id_or_slug}/stats/valorant/tournaments/{tournament_id_or_slug}/players/{player_id_or_slug}/stats
- CS:GO rounds pagination.
