Statistics

Represents the statistics object

Properties

Property
Type
Description

seqNum

Integer

Sequence number.

traceId

Tracing Id for logs.

version

Integer

API version.

finished

Boolean

Indicates whether a match has finished.

fixtureId

UUID

Unique fixture Id.

timestamp

String

teamActionAggregates

Aggregated actions statistics.

advancedSportStatistics

Aggregated sports statistics.

Response JSON
{
    "seqNum": 2141,
    "traceId": "2ca7288d32d4ad1d5ec04860c3142569",
    "version": 3,
    "finished": true,
    "fixtureId": "9b694d50-d720-483c-ac5b-efcf9bad1f9d",
    "timestamp": "2023-09-30T04:31:34.582907300Z",
    "teamActionAggregates": [...],
    "advancedSportStatistics": {...}
}

Last updated