Advanced Sport Statistics

Represents the advanced statistics for a given game.

Properties

Property
Type
Description

startingStriker

UUID

Unique identifier of the starting player.

framesStatistics

Advanced statistics about each period and frame.

playersStatistics

Advanced player statistics.

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

Last updated

Was this helpful?