> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GameResult (JSON)

> GameResult (JSON)

# GameResult (JSON)

A JSON object representing data that describes the results of a game session.

<a id="ID4EN" />

The GameResult JSON object has the following members.

| Member  | Type                             | Description                                                                                              |
| ------- | -------------------------------- | -------------------------------------------------------------------------------------------------------- |
| blob    | array of 8-bit unsigned integers | Custom title-specific result data.                                                                       |
| outcome | string                           | The outcome of the player's participation in the game session. Valid values are "Win", "Loss", or "Tie". |
| score   | 64-bit signed integer            | The score that the player received in the game session.                                                  |
| time    | 64-bit signed integer            | The player's time for the game session.                                                                  |
| xuid    | 64-bit unsigned integer          | The XBOX user ID of the player to whom the results apply.                                                |

<a id="ID4EPC" />

## Sample JSON syntax

```json theme={null}
{
   "xuid": 2533274790412952,
   "outcome": "Win",
   "score": 100
}
    
```

<a id="ID4EYC" />

## See also

<a id="ID4E1C" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)
