# PlayerResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **username** | **String** | | **rating** | **i32** | The player's rating at the start of the game | **result** | **String** | Player result: * `win` - Win * `checkmated` - Checkmated * `agreed` - Draw agreed * `repetition` - Draw by repetition * `timeout` - Timeout * `resigned` - Resigned * `stalemate` - Stalemate * `lose` - Lose * `insufficient` - Insufficient material * `50` - Draw by 50-move rule * `abandoned` - abandoned * `kingofthehill` - Opponent king reached the hill * `threecheck` - Checked for the 3rd time * `timevsinsufficient` - Draw by timeout vs insufficient material * `bughousepartnerlose` - Bughouse partner lost | **id** | **String** | URL of this player's profile | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)