| Name | Type | Description | Notes |
|---|---|---|---|
| account_id | int | Player's account identifier | [optional] |
| steamid | str | Player's steam identifier | [optional] |
| avatar | str | Steam picture URL (small picture) | [optional] |
| avatarmedium | str | Steam picture URL (medium picture) | [optional] |
| avatarfull | str | Steam picture URL (full picture) | [optional] |
| profileurl | str | Steam profile URL | [optional] |
| personaname | str | Player's Steam name | [optional] |
| cheese | int | Amount of dollars the player has donated to OpenDota | [optional] |
| fh_unavailable | bool | Whether the refresh of player' match history failed | [optional] |
| loccountrycode | str | Player's country identifier, e.g. US | [optional] |
| name | str | Verified player name, e.g. 'Miracle-' | [optional] |
| country_code | str | Player's country code | [optional] |
| fantasy_role | int | Player's ingame role (core: 1 or support: 2) | [optional] |
| team_id | int | Player's team identifier | [optional] |
| team_name | str | Player's team name, e.g. 'Evil Geniuses' | [optional] |
| team_tag | str | Player's team shorthand tag, e.g. 'EG' | [optional] |
| is_locked | bool | Whether the roster lock is active | [optional] |
| is_pro | bool | Whether the player is professional or not | [optional] |
| locked_until | int | When the roster lock will end | [optional] |