# Advanced Sport Statistics

## Properties

<table><thead><tr><th width="190">Property</th><th width="201">Type</th><th>Description</th></tr></thead><tbody><tr><td>startingStriker</td><td>UUID</td><td>Unique identifier of the starting player.</td></tr><tr><td>framesStatistics<br></td><td><a data-mention href="frames-statistics">frames-statistics</a></td><td>Advanced statistics about each period and frame.</td></tr><tr><td>playersStatistics<br></td><td><a data-mention href="../../advanced-statistics/player-statistics">player-statistics</a></td><td>Advanced player statistics.</td></tr></tbody></table>

{% code title="Response JSON" %}

```json
{
    "startingStriker": "e9c5eddd-e493-473e-b688-a3a2ea861800",
    "framesStatistics": [...],
    "playersStatistics": [...]
}
```

{% endcode %}
