ValorantGamePlayer
Properties
Name | Type | Required | Description |
---|---|---|---|
active | bool | ✅ | Whether player is active |
age | float | ✅ | Age of the player, null if unknown. When birthday is null , age is an approxiamation. Read more about players' age Note: This field is only present for users running the Historical plan or above. |
agent | ValorantShortAgent | ✅ | |
assists | int | ✅ | Number of player's assists |
average_combat_score | int | ✅ | Average combat score (ACS) of the player |
average_damage_per_round | float | ✅ | Average damage per round (ADR) of the player |
average_economy_score | float | ✅ | Average economy score (ECS) of the player |
birthday | str | ✅ | Birth day of the player, YYYY-MM-DD format. null if unknown. Note: This field is only present for users running the Historical plan or above. |
clutch_wins | ValorantPlayerClutchWins | ✅ | Round wins when the player was the last team member alive |
deaths | int | ✅ | Number of player's death |
defused_spikes | int | ✅ | Number of spikes defused by the player |
first_deaths | int | ✅ | Number of rounds where the player died first |
first_kills | int | ✅ | Number of rounds where the player did the first kill |
first_name | str | ✅ | First name of the player. null if unknown |
headshot_percentage | float | ✅ | Percentage of headshots within the player's shots |
id_ | int | ✅ | ID of the player |
image_url | str | ✅ | URL to the photo of the player. null if not available. |
kill_death_difference | float | ✅ | Difference between the player's number of kills and number of death (kills - deaths) |
kills | int | ✅ | Number of player's kills |
kills_per_death | float | ✅ | Ratio of player's kills per deaths (kills / deaths) |
last_name | str | ✅ | Last name of the player. null if unknown |
modified_at | str | ✅ | |
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 |
planted_spikes | int | ✅ | Number of spikes planted by the player |
role | str | ✅ | Role/position of the player. Field value varies depending on the video game.null if unknown. Note: role is only available for DotA 2, League of Legends, and Overwatch players. null for other video games. |
slug | str | ✅ | Unique, human-readable identifier for the player. id and slug can be used interchangeably throughout the API. |
streaks | ValorantPlayerStreaks | ✅ | Streaks done by the player (in a given round) |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs