ValorantTeamMapStats
Properties
Name | Type | Required | Description |
---|---|---|---|
agents | List[ValorantAgentStats] | ✅ | Agents picks, wins, and losses stats for this map |
assists | int | ✅ | Number of team's assists |
average_rounds | float | ✅ | Average number of rounds played by the team on this map |
clutch_wins | ValorantTeamClutchWins | ✅ | Rounds wins with a single team member alive |
deaths | int | ✅ | Number of team's death |
defused_spikes | int | ✅ | Number of spikes defused by a team member |
draws | int | ✅ | Number of team draws on this map |
first_deaths | int | ✅ | Number of rounds where a team member died first |
first_kills | int | ✅ | Number of rounds where a team member did the first kill |
headshot_percentage | float | ✅ | Percentage of headshots within the player's shots |
id_ | int | ✅ | ID of the map |
image_url | str | ✅ | URL to an image of the map |
kills | int | ✅ | Number of team's kills |
kills_per_death | float | ✅ | Ratio of team's kills per deaths |
losses | int | ✅ | Number of team losses on this map |
name | str | ✅ | Name of the map |
pistol_round_losses | int | ✅ | Number of pistol rounds lost by the team |
pistol_round_total_played | int | ✅ | Number of pistol rounds played by the team |
pistol_round_wins | int | ✅ | Number of pistol rounds won by the team |
planted_spikes | int | ✅ | Number of spikes planted by a team member |
slug | str | ✅ | Human-readable identifier of the map |
streaks | ValorantTeamStreaks | ✅ | Streaks done by a team member (in a given round) |
total_played | int | ✅ | Number of times the team played on this map |
videogame_versions | List[str] | ✅ | Array of of video game versions (ie. patches) for this resource |
wins | int | ✅ | Number of team wins on this map |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs