# Frames Statistics

## Properties

<table><thead><tr><th width="237">Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>frameLabel</td><td>String</td><td>Frame or period description</td></tr><tr><td>frameNumber</td><td>Integer</td><td>Frame or period number</td></tr><tr><td>frameDuration</td><td>String</td><td>Duration of the frame</td></tr><tr><td>breaksStatistics<br></td><td><a data-mention href="breaks-statistics">breaks-statistics</a></td><td>Advanced brake stats. The snooker shot(s) that make up a player’s turn while at the table. Each time a player pots a red ball, they are allowed to take another shot this time on a colored ball; if they pot that, they attempt to pot another red and so on. When that player fails to pot a ball, their opponent takes the following shot. The points tally up to that time for the first player is called the break.</td></tr><tr><td>remainingBallsStatistics<br></td><td><a data-mention href="remaining-ball-statistics">remaining-ball-statistics</a></td><td>Advanced statistics for the remaining ball in snooker</td></tr></tbody></table>

{% code title="Response JSON" %}

```json
{
  "frameLabel": "1st frame",
  "frameNumber": 1,
  "frameDuration": "00:12:07.7785835",
  "breaksStatistics": {
      "breaks": [...]
   },
  "remainingBallsStatistics": {...}
}
```

{% endcode %}
