OwGameRoundPlayer
Properties
Name | Type | Required | Description |
---|---|---|---|
deaths | int | ✅ | |
destructions | int | ✅ | |
heroes | List[OwGameRoundPlayerHero] | ✅ | |
kills | int | ✅ | |
opponent | OwGameRoundPlayerOpponent | ✅ | |
player | BasePlayer | ✅ | |
player_id | int | ✅ | ID of the player |
resurrections | int | ✅ | |
ultimate | int | ✅ |
OwGameRoundPlayerOpponent
Opponent_1_5
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. |
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. |
first_name | str | ✅ | First name of the player. null if unknown |
id_ | int |