CsgoTeamMapStats
Statistics for a map
Properties
Name | Type | Required | Description |
---|---|---|---|
ct_pistol_round_total_played | int | ✅ | Number of pistol rounds played as Counter-Terrorists on this map |
ct_pistol_round_wins | int | ✅ | Number of pistol rounds won as Counter-Terrorists on this map |
ct_round_total_played | int | ✅ | Number of rounds played as Counter-Terrorists on this map |
ct_round_wins | int | ✅ | Number of rounds won as Counter-Terrorists on this map |
id_ | int | ✅ | The ID of the map. |
image_url | str | ✅ | A URL to the image of the map. |
losses | int | ✅ | Number of team losses on this map |
name | str | ✅ | The name of the map. |
pistol_round_total_played | int | ✅ | Number of pistol rounds played on this map |
round_total_played | int | ✅ | Number of rounds played on this map |
slug | str | ✅ | Human-readable identifier of the map |
t_pistol_round_total_played | int | ✅ | Number of pistol rounds played as Terrorists on this map |
t_pistol_round_wins | int | ✅ | Number of pistol rounds won as Terrorists on this map |
t_round_total_played | int | ✅ | Number of rounds played as Terrorists on this map |
t_round_wins | int | ✅ | Number of rounds won as Terrorists on this map |
total_played | int | ✅ | Number of times the team played on this map |
wins | int | ✅ | Number of team wins on this map |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs