CsgoMatchPlayer
Player's data for a CSGO Match
Properties
Name | Type | Required | Description |
---|---|---|---|
assists | int | ✅ | Player's number of kill assists for a game |
deaths | int | ✅ | Player's number of deaths |
first_name | str | ✅ | First name of the player. null if unknown |
headshots | int | ✅ | Player's number of headshots |
image_url | str | ✅ | URL to the photo of the player. null if not available. |
kills | int | ✅ | Player's number of kills |
last_name | str | ✅ | Last name of the player. null if unknown |
name | str | ✅ | Professional name of the player |
nationality | str | ✅ | Country code matching the nationality of the player according to the ISO 3166-1 standard (Alpha-2 code). In addition to the standard, the XK code is used for Kosovo. null if unknown |
number_of_games | int | ✅ | Number of games |
player_id | int | ✅ | ID of the player |
slug | str | ✅ | Unique, human-readable identifier for the player. id and slug can be used interchangeably throughout the API. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs