Frames Statistics

Represents the frame and period details within advanced statistics for a given game.

Properties

Property
Type
Description

frameLabel

String

Frame or period description

frameNumber

Integer

Frame or period number

frameDuration

String

Duration of the frame

breaksStatistics

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.

remainingBallsStatistics

Advanced statistics for the remaining ball in snooker

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

Last updated