PlayerMatches Object

An object containing information about a player’s matches.

Content

AttributeTypeDescription
matchIdStringThe unique ID of the match.
scoresArray (Integer)The final score of the match.
legendsArray (String)The legends used by each player in the match. If legends are unreported, the array can be empty.
mapsArray (String)The maps played on during the set. If maps are unreported, the array can be empty.
opponentObjectThe basic info recorded about the player’s opponent. This is a Player object.