Games Statistics

Represents the game details within advanced statistics for a given match.

Properties

totalPoints integer

totalPoints

breaksOver50 integer

breaksOver50

breaksOver100 integer

breaksOver100

highestBreak integer

highestBreak

shotsTaken integer

shotsTaken

timeOnTableInSeconds double

timeOnTableInSeconds

timeOnTableInPercents double

timeOnTableInPercents

pottedBalls

ballsPottedCount integer

ballsPottedCount

firstBallPotted integer

firstBallPotted

averageShotTime duration

averageShotTime

"gameStatistics": {
          "totalPoints": 147,
          "breaksOver50": 2,
          "breaksOver100": 0,
          "highestBreak": 91,
          "shotsTaken": 39,
          "timeOnTableInSeconds": 150.21284199999997,
          "timeOnTableInPercents": 55.748185605691766,
          "pottedBalls": {
            "redBalls": 15,
            "blackBalls": 16,
            "pinkBalls": 1,
            "blueBalls": 1,
            "brownBalls": 1,
            "greenBalls": 1,
            "yellowBalls": 1
          },
          "ballsPottedCount": 36,
          "firstBallPotted": 0,
          "averageShotTime": "00:00:18.3619755"
        }

Last updated