added
2.52.0
8 months ago by Bethany Davies
Summary: added results array to tournament brackets, videogame version filter to LoL and Valorant endpoints and the slug for CS and Valorant maps.
Added
- Added a new filter to LoL and Valorant endpoints:
videogame_version
. Thevideogame_version
filter is available for LoL and Valorant matches, and player/team stats. For player and team stats endpoints, this is an optional query parameter rather than a filter (e.g.,?videogame_verion=5.01
). This filter has various options:- Filter by a given videogame version. This is possible for 1 or more videogame versions e.g.,
filter[videogame_version]=5.01
andfilter[videogame_version]=5.01,6.01
. - Filter by the latest videogame version.
filter[videogame_version]=latest
. - Filter by all videogame versions.
filter[videogame_version]=all
.
- Filter by a given videogame version. This is possible for 1 or more videogame versions e.g.,
- Added the results array to matches in the tournament brackets endpoint. This addition allows users to see match results without needing to call another endpoint.
- Added map slugs to Counter-Strike and Valorant map objects. For Valorant, the map
slug
will remain the same for maps across all videogame versions.