Media - Live statistics
Provide aggregated data of matches such as statistics, scores, line-ups used for analysis and visualisation.
The statistics websocket contains a live 'stream' of the team and player actions happening within a match. This websocket is typically for clients wanting to integrate aggregated stats data to power live media and broadcast customers websites, apps etc. The only difference currently to the betting version of the websockets, is the latency with which data to the websockets are delivered
You should receive a new update any time a key action is completed and this websocket is crucial for powering live scores and match actions. The authentication token provided will be required to make a connection to this websocket endpoint. Once you have the API token, any further data that you send over the connection will be ignored. This endpoint sends heartbeats in-between data packets to let you know that it is still connected.
Endpoint URL
Aggregated live statistics
CONNECT
wss://dde-streams.data.imgarena.com/media/{sport}/fixtures/{fixtureId}/statistics
Path Parameters
sport*
String
A unique name for the requested sport.
Values could be:
- basketball
- soccer
- v2/volleyball
- snooker
fixtureId*
UUID
Unique id of a requested fixture.
Query Parameters
speed
String
this can be “fast” or “normal”. Default is normal and only applicable for offline matches
startPosition
Integer
default is 0. This is how many events to skip from the beginning of the list of events. e.g. 5 would be start sending events from the 5th event received for that websocket. This is a useful feature if you want to continue without getting all the events again from the beginning when you reconnect
Headers
Accept*
String
application/vnd.imggaming.dde.api+json;version=1
Connection
String
keep-alive
{
The supplied authentication is invalid
}
{
Request is missing required HTTP header 'Accept'
}
{
"seqNum": 405,
"traceId": "eb8ee0f092bf0cda01a497cd072ffad9",
"version": 2,
"finished": true,
"fixtureId": "b11729e0-d401-48aa-938b-1025aa44369f",
"timestamp": "2023-02-27T11:33:13.001313400Z",
"teamActionAggregates": [
{
"team": {
"id": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"name": "AS Test WST Team 1"
},
"gameActionAggregates": [
{
"action": "Red",
"actionId": 301,
"actionAggregate": 84,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 64
},
{
"subAction": "Top Right",
"subActionId": 30104,
"subActionAggregate": 7
},
{
"subAction": "Bottom Right",
"subActionId": 30106,
"subActionAggregate": 1
},
{
"subAction": "Center Left",
"subActionId": 30102,
"subActionAggregate": 3
},
{
"subAction": "Top Left",
"subActionId": 30101,
"subActionAggregate": 2
},
{
"subAction": "Center right",
"subActionId": 30105,
"subActionAggregate": 1
}
]
},
{
"action": "Black",
"actionId": 307,
"actionAggregate": 78,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 61
},
{
"subAction": "Center Left",
"subActionId": 30102,
"subActionAggregate": 2
},
{
"subAction": "Top Right",
"subActionId": 30104,
"subActionAggregate": 7
},
{
"subAction": "Center right",
"subActionId": 30105,
"subActionAggregate": 2
},
{
"subAction": "Top Left",
"subActionId": 30101,
"subActionAggregate": 1
}
]
},
{
"action": "Brown",
"actionId": 304,
"actionAggregate": 1,
"subActionAggregates": [
{
"subAction": "Bottom Right",
"subActionId": 30106,
"subActionAggregate": 1
}
]
},
{
"action": "Pink",
"actionId": 306,
"actionAggregate": 2,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 2
}
]
},
{
"action": "Blue",
"actionId": 305,
"actionAggregate": 1,
"subActionAggregates": [
{
"subAction": "Center Left",
"subActionId": 30102,
"subActionAggregate": 1
}
]
},
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 5,
"subActionAggregates": []
}
],
"periodActionAggregates": [
{
"period": 5,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Red",
"actionId": 301,
"actionAggregate": 9,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 8
}
]
},
{
"action": "Black",
"actionId": 307,
"actionAggregate": 8,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 8
}
]
}
]
},
{
"period": 1,
"aggregates": [
{
"action": "Red",
"actionId": 301,
"actionAggregate": 8,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 4
},
{
"subAction": "Top Right",
"subActionId": 30104,
"subActionAggregate": 1
},
{
"subAction": "Bottom Right",
"subActionId": 30106,
"subActionAggregate": 1
},
{
"subAction": "Center Left",
"subActionId": 30102,
"subActionAggregate": 1
}
]
},
{
"action": "Black",
"actionId": 307,
"actionAggregate": 6,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 5
},
{
"subAction": "Center Left",
"subActionId": 30102,
"subActionAggregate": 1
}
]
},
{
"action": "Brown",
"actionId": 304,
"actionAggregate": 1,
"subActionAggregates": [
{
"subAction": "Bottom Right",
"subActionId": 30106,
"subActionAggregate": 1
}
]
},
{
"action": "Pink",
"actionId": 306,
"actionAggregate": 1,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 1
}
]
}
]
},
{
"period": 6,
"aggregates": [
{
"action": "Red",
"actionId": 301,
"actionAggregate": 9,
"subActionAggregates": [
{
"subAction": "Top Right",
"subActionId": 30104,
"subActionAggregate": 2
},
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 7
}
]
},
{
"action": "Black",
"actionId": 307,
"actionAggregate": 8,
"subActionAggregates": [
{
"subAction": "Top Right",
"subActionId": 30104,
"subActionAggregate": 1
},
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 7
}
]
}
]
},
{
"period": 9,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Red",
"actionId": 301,
"actionAggregate": 7,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 3
}
]
},
{
"action": "Black",
"actionId": 307,
"actionAggregate": 7,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 3
}
]
}
]
},
{
"period": 2,
"aggregates": [
{
"action": "Red",
"actionId": 301,
"actionAggregate": 9,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 5
},
{
"subAction": "Top Right",
"subActionId": 30104,
"subActionAggregate": 2
},
{
"subAction": "Center Left",
"subActionId": 30102,
"subActionAggregate": 1
},
{
"subAction": "Top Left",
"subActionId": 30101,
"subActionAggregate": 1
}
]
},
{
"action": "Black",
"actionId": 307,
"actionAggregate": 7,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 2
},
{
"subAction": "Top Right",
"subActionId": 30104,
"subActionAggregate": 4
},
{
"subAction": "Center right",
"subActionId": 30105,
"subActionAggregate": 1
}
]
},
{
"action": "Blue",
"actionId": 305,
"actionAggregate": 1,
"subActionAggregates": [
{
"subAction": "Center Left",
"subActionId": 30102,
"subActionAggregate": 1
}
]
},
{
"action": "Pink",
"actionId": 306,
"actionAggregate": 1,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 1
}
]
}
]
},
{
"period": 7,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 2,
"subActionAggregates": []
},
{
"action": "Red",
"actionId": 301,
"actionAggregate": 11,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 11
}
]
},
{
"action": "Black",
"actionId": 307,
"actionAggregate": 11,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 11
}
]
}
]
},
{
"period": 3,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Red",
"actionId": 301,
"actionAggregate": 11,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 11
}
]
},
{
"action": "Black",
"actionId": 307,
"actionAggregate": 11,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 11
}
]
}
]
},
{
"period": 8,
"aggregates": [
{
"action": "Red",
"actionId": 301,
"actionAggregate": 13,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 13
}
]
},
{
"action": "Black",
"actionId": 307,
"actionAggregate": 13,
"subActionAggregates": [
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 12
}
]
}
]
},
{
"period": 4,
"aggregates": [
{
"action": "Red",
"actionId": 301,
"actionAggregate": 7,
"subActionAggregates": [
{
"subAction": "Top Right",
"subActionId": 30104,
"subActionAggregate": 2
},
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 2
},
{
"subAction": "Center Left",
"subActionId": 30102,
"subActionAggregate": 1
},
{
"subAction": "Top Left",
"subActionId": 30101,
"subActionAggregate": 1
},
{
"subAction": "Center right",
"subActionId": 30105,
"subActionAggregate": 1
}
]
},
{
"action": "Black",
"actionId": 307,
"actionAggregate": 7,
"subActionAggregates": [
{
"subAction": "Top Right",
"subActionId": 30104,
"subActionAggregate": 2
},
{
"subAction": "Bottom Left",
"subActionId": 30103,
"subActionAggregate": 2
},
{
"subAction": "Center Left",
"subActionId": 30102,
"subActionAggregate": 1
},
{
"subAction": "Top Left",
"subActionId": 30101,
"subActionAggregate": 1
},
{
"subAction": "Center right",
"subActionId": 30105,
"subActionAggregate": 1
}
]
}
]
}
],
"playerActionAggregates": []
},
{
"team": {
"id": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"name": "AS Test WST Team 2"
},
"gameActionAggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 10,
"subActionAggregates": []
},
{
"action": "Concede frame",
"actionId": 312,
"actionAggregate": 9,
"subActionAggregates": []
}
],
"periodActionAggregates": [
{
"period": 5,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Concede frame",
"actionId": 312,
"actionAggregate": 1,
"subActionAggregates": []
}
]
},
{
"period": 1,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Concede frame",
"actionId": 312,
"actionAggregate": 1,
"subActionAggregates": []
}
]
},
{
"period": 6,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Concede frame",
"actionId": 312,
"actionAggregate": 1,
"subActionAggregates": []
}
]
},
{
"period": 9,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Concede frame",
"actionId": 312,
"actionAggregate": 1,
"subActionAggregates": []
}
]
},
{
"period": 2,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Concede frame",
"actionId": 312,
"actionAggregate": 1,
"subActionAggregates": []
}
]
},
{
"period": 7,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 2,
"subActionAggregates": []
},
{
"action": "Concede frame",
"actionId": 312,
"actionAggregate": 1,
"subActionAggregates": []
}
]
},
{
"period": 3,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Concede frame",
"actionId": 312,
"actionAggregate": 1,
"subActionAggregates": []
}
]
},
{
"period": 8,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Concede frame",
"actionId": 312,
"actionAggregate": 1,
"subActionAggregates": []
}
]
},
{
"period": 4,
"aggregates": [
{
"action": "Striker",
"actionId": 316,
"actionAggregate": 1,
"subActionAggregates": []
},
{
"action": "Concede frame",
"actionId": 312,
"actionAggregate": 1,
"subActionAggregates": []
}
]
}
],
"playerActionAggregates": []
}
],
"advancedSportStatistics": {
"startingStriker": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"breaksStatistics": {
"breaks": [
{
"score": 60,
"breakSeq": 1,
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"playerName": "Bob Smith",
"pottedBalls": {
"redBalls": 8,
"blueBalls": 0,
"pinkBalls": 1,
"blackBalls": 6,
"brownBalls": 1,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:22:05.485816Z",
"periodNumber": 1,
"startTimestamp": "2023-02-27T11:18:06.166267Z"
},
{
"score": 0,
"breakSeq": 2,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:22:07.781721Z",
"periodNumber": 1,
"startTimestamp": "2023-02-27T11:22:05.485816Z"
},
{
"score": 69,
"breakSeq": 1,
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"playerName": "Bob Smith",
"pottedBalls": {
"redBalls": 9,
"blueBalls": 1,
"pinkBalls": 1,
"blackBalls": 7,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:23:30.501786Z",
"periodNumber": 2,
"startTimestamp": "2023-02-27T11:22:47.891828Z"
},
{
"score": 0,
"breakSeq": 2,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:23:32.911043Z",
"periodNumber": 2,
"startTimestamp": "2023-02-27T11:23:30.501786Z"
},
{
"score": 0,
"breakSeq": 1,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:23:42.475933Z",
"periodNumber": 3,
"startTimestamp": "2023-02-27T11:23:38.82287Z"
},
{
"score": 88,
"breakSeq": 2,
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"playerName": "Bob Smith",
"pottedBalls": {
"redBalls": 11,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 11,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:24:27.120534Z",
"periodNumber": 3,
"startTimestamp": "2023-02-27T11:23:42.475933Z"
},
{
"score": 0,
"breakSeq": 3,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:24:28.908342Z",
"periodNumber": 3,
"startTimestamp": "2023-02-27T11:24:27.120534Z"
},
{
"score": 56,
"breakSeq": 1,
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"playerName": "Bob Smith",
"pottedBalls": {
"redBalls": 7,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 7,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:29:43.602901Z",
"periodNumber": 4,
"startTimestamp": "2023-02-27T11:29:12.903858Z"
},
{
"score": 0,
"breakSeq": 2,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:29:46.136075Z",
"periodNumber": 4,
"startTimestamp": "2023-02-27T11:29:43.602901Z"
},
{
"score": 0,
"breakSeq": 1,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:29:48.772897Z",
"periodNumber": 5,
"startTimestamp": "2023-02-27T11:29:47.271522Z"
},
{
"score": 65,
"breakSeq": 2,
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"playerName": "Bob Smith",
"pottedBalls": {
"redBalls": 9,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 8,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:30:21.087244Z",
"periodNumber": 5,
"startTimestamp": "2023-02-27T11:29:48.772897Z"
},
{
"score": 0,
"breakSeq": 3,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:30:22.601522Z",
"periodNumber": 5,
"startTimestamp": "2023-02-27T11:30:21.087244Z"
},
{
"score": 65,
"breakSeq": 1,
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"playerName": "Bob Smith",
"pottedBalls": {
"redBalls": 9,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 8,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:31:04.426227Z",
"periodNumber": 6,
"startTimestamp": "2023-02-27T11:30:26.708302Z"
},
{
"score": 0,
"breakSeq": 2,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:31:06.525391Z",
"periodNumber": 6,
"startTimestamp": "2023-02-27T11:31:04.426227Z"
},
{
"score": 0,
"breakSeq": 1,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:31:12.428667Z",
"periodNumber": 7,
"startTimestamp": "2023-02-27T11:31:13.990927Z"
},
{
"score": 0,
"breakSeq": 2,
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"playerName": "Bob Smith",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:31:13.50374Z",
"periodNumber": 7,
"startTimestamp": "2023-02-27T11:31:12.428667Z"
},
{
"score": 0,
"breakSeq": 3,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:31:15.376265Z",
"periodNumber": 7,
"startTimestamp": "2023-02-27T11:31:13.50374Z"
},
{
"score": 88,
"breakSeq": 4,
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"playerName": "Bob Smith",
"pottedBalls": {
"redBalls": 11,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 11,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:31:49.943471Z",
"periodNumber": 7,
"startTimestamp": "2023-02-27T11:31:15.376265Z"
},
{
"score": 0,
"breakSeq": 5,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:31:52.667376Z",
"periodNumber": 7,
"startTimestamp": "2023-02-27T11:31:49.943471Z"
},
{
"score": 104,
"breakSeq": 1,
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"playerName": "Bob Smith",
"pottedBalls": {
"redBalls": 13,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 13,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:32:38.556437Z",
"periodNumber": 8,
"startTimestamp": "2023-02-27T11:31:53.57017Z"
},
{
"score": 0,
"breakSeq": 2,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:32:40.056524Z",
"periodNumber": 8,
"startTimestamp": "2023-02-27T11:32:38.556437Z"
},
{
"score": 0,
"breakSeq": 1,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:32:45.106761Z",
"periodNumber": 9,
"startTimestamp": "2023-02-27T11:32:44.361969Z"
},
{
"score": 56,
"breakSeq": 2,
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"playerName": "Bob Smith",
"pottedBalls": {
"redBalls": 7,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 7,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:33:07.461364Z",
"periodNumber": 9,
"startTimestamp": "2023-02-27T11:32:45.106761Z"
},
{
"score": 0,
"breakSeq": 3,
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"playerName": "Joe Charles",
"pottedBalls": {
"redBalls": 0,
"blueBalls": 0,
"pinkBalls": 0,
"blackBalls": 0,
"brownBalls": 0,
"greenBalls": 0,
"yellowBalls": 0
},
"endTimestamp": "2023-02-27T11:33:12.979704Z",
"periodNumber": 9,
"startTimestamp": "2023-02-27T11:33:07.461364Z"
}
]
},
"remainingBallsStatistics": {
"possiblePoints": 91,
"remainingBalls": {
"redBalls": 8,
"blueBalls": 1,
"pinkBalls": 1,
"blackBalls": 1,
"brownBalls": 1,
"greenBalls": 1,
"yellowBalls": 1
},
"nextExpectedBall": "RedBall"
},
"averageShotTimeStatistics": {
"averageShotTimes": {
"fd4a9578-2fff-4ed3-a015-694985fa8672": "00:00:02.8834062"
},
"playersShotTimes": {
"ecd878c9-7edb-4d52-94f6-f62d7f97c59d": {
"playerId": "ecd878c9-7edb-4d52-94f6-f62d7f97c59d",
"shotTimes": []
},
"fd4a9578-2fff-4ed3-a015-694985fa8672": {
"playerId": "fd4a9578-2fff-4ed3-a015-694985fa8672",
"shotTimes": [
{
"shotEnd": "2023-02-27T11:18:25.69165Z",
"duration": "00:00:03.0040070",
"shotStart": "2023-02-27T11:18:22.687643Z"
},
{
"shotEnd": "2023-02-27T11:20:34.868488Z",
"duration": "00:02:09.1768380",
"shotStart": "2023-02-27T11:18:25.69165Z"
},
{
"shotEnd": "2023-02-27T11:20:36.736274Z",
"duration": "00:00:01.8677860",
"shotStart": "2023-02-27T11:20:34.868488Z"
},
{
"shotEnd": "2023-02-27T11:21:11.037047Z",
"duration": "00:00:34.3007730",
"shotStart": "2023-02-27T11:20:36.736274Z"
},
{
"shotEnd": "2023-02-27T11:21:13.855457Z",
"duration": "00:00:02.8184100",
"shotStart": "2023-02-27T11:21:11.037047Z"
},
{
"shotEnd": "2023-02-27T11:21:22.584147Z",
"duration": "00:00:08.7286900",
"shotStart": "2023-02-27T11:21:13.855457Z"
},
{
"shotEnd": "2023-02-27T11:21:24.363093Z",
"duration": "00:00:01.7789460",
"shotStart": "2023-02-27T11:21:22.584147Z"
},
{
"shotEnd": "2023-02-27T11:21:30.343697Z",
"duration": "00:00:05.9806040",
"shotStart": "2023-02-27T11:21:24.363093Z"
},
{
"shotEnd": "2023-02-27T11:21:47.060381Z",
"duration": "00:00:16.7166840",
"shotStart": "2023-02-27T11:21:30.343697Z"
},
{
"shotEnd": "2023-02-27T11:21:48.983342Z",
"duration": "00:00:01.9229610",
"shotStart": "2023-02-27T11:21:47.060381Z"
},
{
"shotEnd": "2023-02-27T11:21:50.577363Z",
"duration": "00:00:01.5940210",
"shotStart": "2023-02-27T11:21:48.983342Z"
},
{
"shotEnd": "2023-02-27T11:21:52.264706Z",
"duration": "00:00:01.6873430",
"shotStart": "2023-02-27T11:21:50.577363Z"
},
{
"shotEnd": "2023-02-27T11:21:53.925991Z",
"duration": "00:00:01.6612850",
"shotStart": "2023-02-27T11:21:52.264706Z"
},
{
"shotEnd": "2023-02-27T11:21:59.493238Z",
"duration": "00:00:05.5672470",
"shotStart": "2023-02-27T11:21:53.925991Z"
},
{
"shotEnd": "2023-02-27T11:22:01.147393Z",
"duration": "00:00:01.6541550",
"shotStart": "2023-02-27T11:21:59.493238Z"
},
{
"shotEnd": "2023-02-27T11:22:52.646627Z",
"duration": "00:00:01.8065510",
"shotStart": "2023-02-27T11:22:50.840076Z"
},
{
"shotEnd": "2023-02-27T11:22:54.606988Z",
"duration": "00:00:01.9603610",
"shotStart": "2023-02-27T11:22:52.646627Z"
},
{
"shotEnd": "2023-02-27T11:22:56.505027Z",
"duration": "00:00:01.8980390",
"shotStart": "2023-02-27T11:22:54.606988Z"
},
{
"shotEnd": "2023-02-27T11:22:58.244876Z",
"duration": "00:00:01.7398490",
"shotStart": "2023-02-27T11:22:56.505027Z"
},
{
"shotEnd": "2023-02-27T11:22:59.966996Z",
"duration": "00:00:01.7221200",
"shotStart": "2023-02-27T11:22:58.244876Z"
},
{
"shotEnd": "2023-02-27T11:23:01.819724Z",
"duration": "00:00:01.8527280",
"shotStart": "2023-02-27T11:22:59.966996Z"
},
{
"shotEnd": "2023-02-27T11:23:03.460941Z",
"duration": "00:00:01.6412170",
"shotStart": "2023-02-27T11:23:01.819724Z"
},
{
"shotEnd": "2023-02-27T11:23:05.23761Z",
"duration": "00:00:01.7766690",
"shotStart": "2023-02-27T11:23:03.460941Z"
},
{
"shotEnd": "2023-02-27T11:23:06.966359Z",
"duration": "00:00:01.7287490",
"shotStart": "2023-02-27T11:23:05.23761Z"
},
{
"shotEnd": "2023-02-27T11:23:09.318963Z",
"duration": "00:00:02.3526040",
"shotStart": "2023-02-27T11:23:06.966359Z"
},
{
"shotEnd": "2023-02-27T11:23:10.804689Z",
"duration": "00:00:01.4857260",
"shotStart": "2023-02-27T11:23:09.318963Z"
},
{
"shotEnd": "2023-02-27T11:23:16.325018Z",
"duration": "00:00:05.5203290",
"shotStart": "2023-02-27T11:23:10.804689Z"
},
{
"shotEnd": "2023-02-27T11:23:18.276621Z",
"duration": "00:00:01.9516030",
"shotStart": "2023-02-27T11:23:16.325018Z"
},
{
"shotEnd": "2023-02-27T11:23:21.316441Z",
"duration": "00:00:03.0398200",
"shotStart": "2023-02-27T11:23:18.276621Z"
},
{
"shotEnd": "2023-02-27T11:23:23.082614Z",
"duration": "00:00:01.7661730",
"shotStart": "2023-02-27T11:23:21.316441Z"
},
{
"shotEnd": "2023-02-27T11:23:25.340583Z",
"duration": "00:00:02.2579690",
"shotStart": "2023-02-27T11:23:23.082614Z"
},
{
"shotEnd": "2023-02-27T11:23:26.988437Z",
"duration": "00:00:01.6478540",
"shotStart": "2023-02-27T11:23:25.340583Z"
},
{
"shotEnd": "2023-02-27T11:23:44.459564Z",
"duration": "00:00:01.9836310",
"shotStart": "2023-02-27T11:23:42.475933Z"
},
{
"shotEnd": "2023-02-27T11:23:46.212263Z",
"duration": "00:00:01.7526990",
"shotStart": "2023-02-27T11:23:44.459564Z"
},
{
"shotEnd": "2023-02-27T11:23:47.933351Z",
"duration": "00:00:01.7210880",
"shotStart": "2023-02-27T11:23:46.212263Z"
},
{
"shotEnd": "2023-02-27T11:23:49.527553Z",
"duration": "00:00:01.5942020",
"shotStart": "2023-02-27T11:23:47.933351Z"
},
{
"shotEnd": "2023-02-27T11:23:50.987255Z",
"duration": "00:00:01.4597020",
"shotStart": "2023-02-27T11:23:49.527553Z"
},
{
"shotEnd": "2023-02-27T11:23:52.726838Z",
"duration": "00:00:01.7395830",
"shotStart": "2023-02-27T11:23:50.987255Z"
},
{
"shotEnd": "2023-02-27T11:23:54.546791Z",
"duration": "00:00:01.8199530",
"shotStart": "2023-02-27T11:23:52.726838Z"
},
{
"shotEnd": "2023-02-27T11:23:56.458344Z",
"duration": "00:00:01.9115530",
"shotStart": "2023-02-27T11:23:54.546791Z"
},
{
"shotEnd": "2023-02-27T11:23:58.09253Z",
"duration": "00:00:01.6341860",
"shotStart": "2023-02-27T11:23:56.458344Z"
},
{
"shotEnd": "2023-02-27T11:24:00.017628Z",
"duration": "00:00:01.9250980",
"shotStart": "2023-02-27T11:23:58.09253Z"
},
{
"shotEnd": "2023-02-27T11:24:01.415695Z",
"duration": "00:00:01.3980670",
"shotStart": "2023-02-27T11:24:00.017628Z"
},
{
"shotEnd": "2023-02-27T11:24:03.195167Z",
"duration": "00:00:01.7794720",
"shotStart": "2023-02-27T11:24:01.415695Z"
},
{
"shotEnd": "2023-02-27T11:24:04.821465Z",
"duration": "00:00:01.6262980",
"shotStart": "2023-02-27T11:24:03.195167Z"
},
{
"shotEnd": "2023-02-27T11:24:06.671512Z",
"duration": "00:00:01.8500470",
"shotStart": "2023-02-27T11:24:04.821465Z"
},
{
"shotEnd": "2023-02-27T11:24:08.096476Z",
"duration": "00:00:01.4249640",
"shotStart": "2023-02-27T11:24:06.671512Z"
},
{
"shotEnd": "2023-02-27T11:24:09.752219Z",
"duration": "00:00:01.6557430",
"shotStart": "2023-02-27T11:24:08.096476Z"
},
{
"shotEnd": "2023-02-27T11:24:11.194259Z",
"duration": "00:00:01.4420400",
"shotStart": "2023-02-27T11:24:09.752219Z"
},
{
"shotEnd": "2023-02-27T11:24:12.564055Z",
"duration": "00:00:01.3697960",
"shotStart": "2023-02-27T11:24:11.194259Z"
},
{
"shotEnd": "2023-02-27T11:24:13.895411Z",
"duration": "00:00:01.3313560",
"shotStart": "2023-02-27T11:24:12.564055Z"
},
{
"shotEnd": "2023-02-27T11:24:15.59974Z",
"duration": "00:00:01.7043290",
"shotStart": "2023-02-27T11:24:13.895411Z"
},
{
"shotEnd": "2023-02-27T11:24:18.246485Z",
"duration": "00:00:02.6467450",
"shotStart": "2023-02-27T11:24:15.59974Z"
},
{
"shotEnd": "2023-02-27T11:24:19.897072Z",
"duration": "00:00:01.6505870",
"shotStart": "2023-02-27T11:24:18.246485Z"
},
{
"shotEnd": "2023-02-27T11:29:17.170735Z",
"duration": "00:00:01.5393960",
"shotStart": "2023-02-27T11:29:15.631339Z"
},
{
"shotEnd": "2023-02-27T11:29:18.78603Z",
"duration": "00:00:01.6152950",
"shotStart": "2023-02-27T11:29:17.170735Z"
},
{
"shotEnd": "2023-02-27T11:29:20.252261Z",
"duration": "00:00:01.4662310",
"shotStart": "2023-02-27T11:29:18.78603Z"
},
{
"shotEnd": "2023-02-27T11:29:21.889384Z",
"duration": "00:00:01.6371230",
"shotStart": "2023-02-27T11:29:20.252261Z"
},
{
"shotEnd": "2023-02-27T11:29:23.432325Z",
"duration": "00:00:01.5429410",
"shotStart": "2023-02-27T11:29:21.889384Z"
},
{
"shotEnd": "2023-02-27T11:29:24.993307Z",
"duration": "00:00:01.5609820",
"shotStart": "2023-02-27T11:29:23.432325Z"
},
{
"shotEnd": "2023-02-27T11:29:26.490859Z",
"duration": "00:00:01.4975520",
"shotStart": "2023-02-27T11:29:24.993307Z"
},
{
"shotEnd": "2023-02-27T11:29:27.997419Z",
"duration": "00:00:01.5065600",
"shotStart": "2023-02-27T11:29:26.490859Z"
},
{
"shotEnd": "2023-02-27T11:29:29.542956Z",
"duration": "00:00:01.5455370",
"shotStart": "2023-02-27T11:29:27.997419Z"
},
{
"shotEnd": "2023-02-27T11:29:31.261414Z",
"duration": "00:00:01.7184580",
"shotStart": "2023-02-27T11:29:29.542956Z"
},
{
"shotEnd": "2023-02-27T11:29:32.704096Z",
"duration": "00:00:01.4426820",
"shotStart": "2023-02-27T11:29:31.261414Z"
},
{
"shotEnd": "2023-02-27T11:29:34.359185Z",
"duration": "00:00:01.6550890",
"shotStart": "2023-02-27T11:29:32.704096Z"
},
{
"shotEnd": "2023-02-27T11:29:35.719996Z",
"duration": "00:00:01.3608110",
"shotStart": "2023-02-27T11:29:34.359185Z"
},
{
"shotEnd": "2023-02-27T11:29:50.857141Z",
"duration": "00:00:02.0842440",
"shotStart": "2023-02-27T11:29:48.772897Z"
},
{
"shotEnd": "2023-02-27T11:29:52.252634Z",
"duration": "00:00:01.3954930",
"shotStart": "2023-02-27T11:29:50.857141Z"
},
{
"shotEnd": "2023-02-27T11:29:53.735258Z",
"duration": "00:00:01.4826240",
"shotStart": "2023-02-27T11:29:52.252634Z"
},
{
"shotEnd": "2023-02-27T11:29:55.192185Z",
"duration": "00:00:01.4569270",
"shotStart": "2023-02-27T11:29:53.735258Z"
},
{
"shotEnd": "2023-02-27T11:29:56.62568Z",
"duration": "00:00:01.4334950",
"shotStart": "2023-02-27T11:29:55.192185Z"
},
{
"shotEnd": "2023-02-27T11:29:58.095683Z",
"duration": "00:00:01.4700030",
"shotStart": "2023-02-27T11:29:56.62568Z"
},
{
"shotEnd": "2023-02-27T11:30:00.321694Z",
"duration": "00:00:02.2260110",
"shotStart": "2023-02-27T11:29:58.095683Z"
},
{
"shotEnd": "2023-02-27T11:30:01.717479Z",
"duration": "00:00:01.3957850",
"shotStart": "2023-02-27T11:30:00.321694Z"
},
{
"shotEnd": "2023-02-27T11:30:03.723041Z",
"duration": "00:00:02.0055620",
"shotStart": "2023-02-27T11:30:01.717479Z"
},
{
"shotEnd": "2023-02-27T11:30:05.216686Z",
"duration": "00:00:01.4936450",
"shotStart": "2023-02-27T11:30:03.723041Z"
},
{
"shotEnd": "2023-02-27T11:30:06.696616Z",
"duration": "00:00:01.4799300",
"shotStart": "2023-02-27T11:30:05.216686Z"
},
{
"shotEnd": "2023-02-27T11:30:08.202322Z",
"duration": "00:00:01.5057060",
"shotStart": "2023-02-27T11:30:06.696616Z"
},
{
"shotEnd": "2023-02-27T11:30:09.701827Z",
"duration": "00:00:01.4995050",
"shotStart": "2023-02-27T11:30:08.202322Z"
},
{
"shotEnd": "2023-02-27T11:30:11.196148Z",
"duration": "00:00:01.4943210",
"shotStart": "2023-02-27T11:30:09.701827Z"
},
{
"shotEnd": "2023-02-27T11:30:12.753407Z",
"duration": "00:00:01.5572590",
"shotStart": "2023-02-27T11:30:11.196148Z"
},
{
"shotEnd": "2023-02-27T11:30:15.766039Z",
"duration": "00:00:03.0126320",
"shotStart": "2023-02-27T11:30:12.753407Z"
},
{
"shotEnd": "2023-02-27T11:30:18.244674Z",
"duration": "00:00:02.4786350",
"shotStart": "2023-02-27T11:30:15.766039Z"
},
{
"shotEnd": "2023-02-27T11:30:31.021009Z",
"duration": "00:00:01.4804640",
"shotStart": "2023-02-27T11:30:29.540545Z"
},
{
"shotEnd": "2023-02-27T11:30:32.555269Z",
"duration": "00:00:01.5342600",
"shotStart": "2023-02-27T11:30:31.021009Z"
},
{
"shotEnd": "2023-02-27T11:30:41.719827Z",
"duration": "00:00:09.1645580",
"shotStart": "2023-02-27T11:30:32.555269Z"
},
{
"shotEnd": "2023-02-27T11:30:43.653177Z",
"duration": "00:00:01.9333500",
"shotStart": "2023-02-27T11:30:41.719827Z"
},
{
"shotEnd": "2023-02-27T11:30:45.052477Z",
"duration": "00:00:01.3993000",
"shotStart": "2023-02-27T11:30:43.653177Z"
},
{
"shotEnd": "2023-02-27T11:30:46.453654Z",
"duration": "00:00:01.4011770",
"shotStart": "2023-02-27T11:30:45.052477Z"
},
{
"shotEnd": "2023-02-27T11:30:47.923116Z",
"duration": "00:00:01.4694620",
"shotStart": "2023-02-27T11:30:46.453654Z"
},
{
"shotEnd": "2023-02-27T11:30:49.329622Z",
"duration": "00:00:01.4065060",
"shotStart": "2023-02-27T11:30:47.923116Z"
},
{
"shotEnd": "2023-02-27T11:30:50.736527Z",
"duration": "00:00:01.4069050",
"shotStart": "2023-02-27T11:30:49.329622Z"
},
{
"shotEnd": "2023-02-27T11:30:52.227005Z",
"duration": "00:00:01.4904780",
"shotStart": "2023-02-27T11:30:50.736527Z"
},
{
"shotEnd": "2023-02-27T11:30:53.589757Z",
"duration": "00:00:01.3627520",
"shotStart": "2023-02-27T11:30:52.227005Z"
},
{
"shotEnd": "2023-02-27T11:30:54.982973Z",
"duration": "00:00:01.3932160",
"shotStart": "2023-02-27T11:30:53.589757Z"
},
{
"shotEnd": "2023-02-27T11:30:56.362622Z",
"duration": "00:00:01.3796490",
"shotStart": "2023-02-27T11:30:54.982973Z"
},
{
"shotEnd": "2023-02-27T11:30:57.847801Z",
"duration": "00:00:01.4851790",
"shotStart": "2023-02-27T11:30:56.362622Z"
},
{
"shotEnd": "2023-02-27T11:30:59.322351Z",
"duration": "00:00:01.4745500",
"shotStart": "2023-02-27T11:30:57.847801Z"
},
{
"shotEnd": "2023-02-27T11:31:00.673815Z",
"duration": "00:00:01.3514640",
"shotStart": "2023-02-27T11:30:59.322351Z"
},
{
"shotEnd": "2023-02-27T11:31:16.984405Z",
"duration": "00:00:01.6081400",
"shotStart": "2023-02-27T11:31:15.376265Z"
},
{
"shotEnd": "2023-02-27T11:31:18.412328Z",
"duration": "00:00:01.4279230",
"shotStart": "2023-02-27T11:31:16.984405Z"
},
{
"shotEnd": "2023-02-27T11:31:19.881314Z",
"duration": "00:00:01.4689860",
"shotStart": "2023-02-27T11:31:18.412328Z"
},
{
"shotEnd": "2023-02-27T11:31:21.291172Z",
"duration": "00:00:01.4098580",
"shotStart": "2023-02-27T11:31:19.881314Z"
},
{
"shotEnd": "2023-02-27T11:31:22.711076Z",
"duration": "00:00:01.4199040",
"shotStart": "2023-02-27T11:31:21.291172Z"
},
{
"shotEnd": "2023-02-27T11:31:24.091993Z",
"duration": "00:00:01.3809170",
"shotStart": "2023-02-27T11:31:22.711076Z"
},
{
"shotEnd": "2023-02-27T11:31:25.509449Z",
"duration": "00:00:01.4174560",
"shotStart": "2023-02-27T11:31:24.091993Z"
},
{
"shotEnd": "2023-02-27T11:31:26.865444Z",
"duration": "00:00:01.3559950",
"shotStart": "2023-02-27T11:31:25.509449Z"
},
{
"shotEnd": "2023-02-27T11:31:28.296755Z",
"duration": "00:00:01.4313110",
"shotStart": "2023-02-27T11:31:26.865444Z"
},
{
"shotEnd": "2023-02-27T11:31:30.177781Z",
"duration": "00:00:01.8810260",
"shotStart": "2023-02-27T11:31:28.296755Z"
},
{
"shotEnd": "2023-02-27T11:31:31.60134Z",
"duration": "00:00:01.4235590",
"shotStart": "2023-02-27T11:31:30.177781Z"
},
{
"shotEnd": "2023-02-27T11:31:32.996436Z",
"duration": "00:00:01.3950960",
"shotStart": "2023-02-27T11:31:31.60134Z"
},
{
"shotEnd": "2023-02-27T11:31:34.400558Z",
"duration": "00:00:01.4041220",
"shotStart": "2023-02-27T11:31:32.996436Z"
},
{
"shotEnd": "2023-02-27T11:31:35.80701Z",
"duration": "00:00:01.4064520",
"shotStart": "2023-02-27T11:31:34.400558Z"
},
{
"shotEnd": "2023-02-27T11:31:37.167345Z",
"duration": "00:00:01.3603350",
"shotStart": "2023-02-27T11:31:35.80701Z"
},
{
"shotEnd": "2023-02-27T11:31:38.571653Z",
"duration": "00:00:01.4043080",
"shotStart": "2023-02-27T11:31:37.167345Z"
},
{
"shotEnd": "2023-02-27T11:31:39.995731Z",
"duration": "00:00:01.4240780",
"shotStart": "2023-02-27T11:31:38.571653Z"
},
{
"shotEnd": "2023-02-27T11:31:41.464602Z",
"duration": "00:00:01.4688710",
"shotStart": "2023-02-27T11:31:39.995731Z"
},
{
"shotEnd": "2023-02-27T11:31:42.942887Z",
"duration": "00:00:01.4782850",
"shotStart": "2023-02-27T11:31:41.464602Z"
},
{
"shotEnd": "2023-02-27T11:31:44.47592Z",
"duration": "00:00:01.5330330",
"shotStart": "2023-02-27T11:31:42.942887Z"
},
{
"shotEnd": "2023-02-27T11:31:45.995317Z",
"duration": "00:00:01.5193970",
"shotStart": "2023-02-27T11:31:44.47592Z"
},
{
"shotEnd": "2023-02-27T11:31:47.506633Z",
"duration": "00:00:01.5113160",
"shotStart": "2023-02-27T11:31:45.995317Z"
},
{
"shotEnd": "2023-02-27T11:31:58.497794Z",
"duration": "00:00:01.8414190",
"shotStart": "2023-02-27T11:31:56.656375Z"
},
{
"shotEnd": "2023-02-27T11:32:00.263764Z",
"duration": "00:00:01.7659700",
"shotStart": "2023-02-27T11:31:58.497794Z"
},
{
"shotEnd": "2023-02-27T11:32:01.638512Z",
"duration": "00:00:01.3747480",
"shotStart": "2023-02-27T11:32:00.263764Z"
},
{
"shotEnd": "2023-02-27T11:32:03.343362Z",
"duration": "00:00:01.7048500",
"shotStart": "2023-02-27T11:32:01.638512Z"
},
{
"shotEnd": "2023-02-27T11:32:04.753959Z",
"duration": "00:00:01.4105970",
"shotStart": "2023-02-27T11:32:03.343362Z"
},
{
"shotEnd": "2023-02-27T11:32:06.053624Z",
"duration": "00:00:01.2996650",
"shotStart": "2023-02-27T11:32:04.753959Z"
},
{
"shotEnd": "2023-02-27T11:32:07.407562Z",
"duration": "00:00:01.3539380",
"shotStart": "2023-02-27T11:32:06.053624Z"
},
{
"shotEnd": "2023-02-27T11:32:08.711884Z",
"duration": "00:00:01.3043220",
"shotStart": "2023-02-27T11:32:07.407562Z"
},
{
"shotEnd": "2023-02-27T11:32:10.002092Z",
"duration": "00:00:01.2902080",
"shotStart": "2023-02-27T11:32:08.711884Z"
},
{
"shotEnd": "2023-02-27T11:32:11.378286Z",
"duration": "00:00:01.3761940",
"shotStart": "2023-02-27T11:32:10.002092Z"
},
{
"shotEnd": "2023-02-27T11:32:12.717144Z",
"duration": "00:00:01.3388580",
"shotStart": "2023-02-27T11:32:11.378286Z"
},
{
"shotEnd": "2023-02-27T11:32:14.078641Z",
"duration": "00:00:01.3614970",
"shotStart": "2023-02-27T11:32:12.717144Z"
},
{
"shotEnd": "2023-02-27T11:32:15.423094Z",
"duration": "00:00:01.3444530",
"shotStart": "2023-02-27T11:32:14.078641Z"
},
{
"shotEnd": "2023-02-27T11:32:20.398614Z",
"duration": "00:00:04.9755200",
"shotStart": "2023-02-27T11:32:15.423094Z"
},
{
"shotEnd": "2023-02-27T11:32:22.069121Z",
"duration": "00:00:01.6705070",
"shotStart": "2023-02-27T11:32:20.398614Z"
},
{
"shotEnd": "2023-02-27T11:32:23.478544Z",
"duration": "00:00:01.4094230",
"shotStart": "2023-02-27T11:32:22.069121Z"
},
{
"shotEnd": "2023-02-27T11:32:24.798924Z",
"duration": "00:00:01.3203800",
"shotStart": "2023-02-27T11:32:23.478544Z"
},
{
"shotEnd": "2023-02-27T11:32:25.999869Z",
"duration": "00:00:01.2009450",
"shotStart": "2023-02-27T11:32:24.798924Z"
},
{
"shotEnd": "2023-02-27T11:32:27.275506Z",
"duration": "00:00:01.2756370",
"shotStart": "2023-02-27T11:32:25.999869Z"
},
{
"shotEnd": "2023-02-27T11:32:28.67166Z",
"duration": "00:00:01.3961540",
"shotStart": "2023-02-27T11:32:27.275506Z"
},
{
"shotEnd": "2023-02-27T11:32:30.000708Z",
"duration": "00:00:01.3290480",
"shotStart": "2023-02-27T11:32:28.67166Z"
},
{
"shotEnd": "2023-02-27T11:32:31.36248Z",
"duration": "00:00:01.3617720",
"shotStart": "2023-02-27T11:32:30.000708Z"
},
{
"shotEnd": "2023-02-27T11:32:32.669525Z",
"duration": "00:00:01.3070450",
"shotStart": "2023-02-27T11:32:31.36248Z"
},
{
"shotEnd": "2023-02-27T11:32:34.440568Z",
"duration": "00:00:01.7710430",
"shotStart": "2023-02-27T11:32:32.669525Z"
},
{
"shotEnd": "2023-02-27T11:32:36.188814Z",
"duration": "00:00:01.7482460",
"shotStart": "2023-02-27T11:32:34.440568Z"
},
{
"shotEnd": "2023-02-27T11:32:47.192051Z",
"duration": "00:00:02.0852900",
"shotStart": "2023-02-27T11:32:45.106761Z"
},
{
"shotEnd": "2023-02-27T11:32:49.105182Z",
"duration": "00:00:01.9131310",
"shotStart": "2023-02-27T11:32:47.192051Z"
},
{
"shotEnd": "2023-02-27T11:32:50.497838Z",
"duration": "00:00:01.3926560",
"shotStart": "2023-02-27T11:32:49.105182Z"
},
{
"shotEnd": "2023-02-27T11:32:51.846546Z",
"duration": "00:00:01.3487080",
"shotStart": "2023-02-27T11:32:50.497838Z"
},
{
"shotEnd": "2023-02-27T11:32:53.164275Z",
"duration": "00:00:01.3177290",
"shotStart": "2023-02-27T11:32:51.846546Z"
},
{
"shotEnd": "2023-02-27T11:32:55.814371Z",
"duration": "00:00:02.6500960",
"shotStart": "2023-02-27T11:32:53.164275Z"
},
{
"shotEnd": "2023-02-27T11:32:56.789228Z",
"duration": "00:00:00.9748570",
"shotStart": "2023-02-27T11:32:55.814371Z"
},
{
"shotEnd": "2023-02-27T11:32:58.423404Z",
"duration": "00:00:01.6341760",
"shotStart": "2023-02-27T11:32:56.789228Z"
},
{
"shotEnd": "2023-02-27T11:32:59.648711Z",
"duration": "00:00:01.2253070",
"shotStart": "2023-02-27T11:32:58.423404Z"
},
{
"shotEnd": "2023-02-27T11:33:00.711433Z",
"duration": "00:00:01.0627220",
"shotStart": "2023-02-27T11:32:59.648711Z"
},
{
"shotEnd": "2023-02-27T11:33:01.679212Z",
"duration": "00:00:00.9677790",
"shotStart": "2023-02-27T11:33:00.711433Z"
},
{
"shotEnd": "2023-02-27T11:33:02.610775Z",
"duration": "00:00:00.9315630",
"shotStart": "2023-02-27T11:33:01.679212Z"
},
{
"shotEnd": "2023-02-27T11:33:03.74131Z",
"duration": "00:00:01.1305350",
"shotStart": "2023-02-27T11:33:02.610775Z"
},
{
"shotEnd": "2023-02-27T11:33:04.949401Z",
"duration": "00:00:01.2080910",
"shotStart": "2023-02-27T11:33:03.74131Z"
}
]
}
}
}
}
}
Authentication
We don't look at the header for websockets. Instead we expect the client to push through that auth message immediately on connecting in the following format.
{"authToken": "ACCESS_TOKEN"}
Request limits
IMG Arena monitors customer traffic to ensure it follows guidelines and isn't excessive. We recommend a request rate of 5 per second and encourage staying connected to websockets instead of repeated re-connections.
Response Fields
seqNum
Integer
The sequence number
traceId
UUID
Tracing Id for logs
version
Integer
The version number
finished
Boolean
Whether the match has finished or not
Values are true
or false
fixtureId
UUID
The unique id of the match
timestamp
String
The timestamp of the file and it's usually the time the latest action update has happened
teamActionAggregates
Aggregated player action statistics
advancedSportStatistics
Aggregated team sports statistics
Last updated