Remaining Ball Statistics

Represents the remaining ball snooker advanced statistics for a given tournament.

Properties

Property
Type
Description

possiblePoints

Integer

possiblePoints

remainingBalls

Advanced stats for remaining balls

nextExpectedBall

String

nextExpectedBall

JSON Response
{
   "possiblePoints": 43,
   "remainingBalls": {
      "redBalls": 2,
      "blueBalls": 1,
      "pinkBalls": 1,
      "blackBalls": 1,
      "brownBalls": 1,
      "greenBalls": 1,
      "yellowBalls": 1
    },
    "nextExpectedBall": "RedBall"
}

Last updated