P&B Tracking - Rally
This section summarises the Rally player & ball tracking websocket that is available via the DDE.
Endpoint URL
Live Rally Summary Feed
Content
Description
{
"message": "Could not find fixture topic soccer.tracking.enrichment.08456e52-9cf7-48cc-913c-f45ec",
"level": "WARN"
}{
"message": "Authentication message had incorrect format",
"level": "ERROR"
}{
"created": "2022-08-14T06:10:23.4908526Z",
"id": "e28fc19b-69ec-4504-b77b-a4e0cca6ef46",
"type": "live.tracking.summary",
"packetDetails": {
"set": 1,
"game": 1,
"point": 1,
"serve": 1,
"rally": 1,
"sequence": 1,
"start": "2022-08-14T06:10:13.7513333Z",
"end": "2022-08-14T06:10:20.4825333Z"
},
"matchDetails": {
"competitionId": "5817",
"year": 2022,
"court": "2",
"matchId": "LS001",
"singles": true,
"wheelchair": false,
"electronicLineCalling": false,
"televised": false,
"format": "BestOfThreeTiebreakSets",
"round": "RoundOf2",
"players": [
{
"team": 1,
"player": 1,
"id": "320922",
"seed": "",
"firstName": "Ksenia",
"lastName": "Laskutova"
},
{
"team": 2,
"player": 1,
"id": "00BQ9O",
"seed": "",
"firstName": "Marketa",
"lastName": "Petruzelova"
}
]
},
"summary": {
"shots": 2,
"result": "Played",
"scorer": 2,
"matchPoint": false,
"setPoint": false,
"breakPoint": false,
"decidingPoint": false,
"gamePoint": false,
"tiebreak": false,
"finalSet": false,
"finalSetATieBreak": false,
"teamToLeftOfUmpire": 2,
"teamAtPositiveX": 2,
"server": {
"team": 2,
"player": 1
},
"receiver": {
"team": 1,
"player": 1
},
"conclusion": {
"stroke": "Backhand",
"result": "Error",
"action": "Forced",
"eventId": "698bb76a-6df7-352f-88c8-6610f6b0d150",
"speed": 71.193
},
"serve": {
"eventId": "d2dd6483-fe40-3cf9-9cc3-059aae7e73b2",
"side": "Advantage",
"speed": 98.213
},
"playersDistanceTravelled": [
{
"team": 1,
"player": 1,
"distance": 5.197
},
{
"team": 2,
"player": 1,
"distance": 8.624
}
],
"match": {
"start": "2020-09-13T20:16:57.175Z",
"duration": 170,
"sets": {
"team1": 2,
"team2": 1
},
"games": {
"team1": 19,
"team2": 17
},
"points": {
"team1": 119,
"team2": 116
}
},
"sets": [
{
"start": "2020-09-13T20:16:57.175Z",
"end": "2020-09-13T20:47:26.688Z",
"duration": 30,
"games": {
"team1": 6,
"team2": 2
},
"tiebreak": {
"team1": 0,
"team2": 0
},
"points": {
"team1": 29,
"team2": 17
}
},
{
"start": "2020-09-13T20:49:57.128Z",
"end": "2020-09-13T21:36:04.457Z",
"duration": 46,
"games": {
"team1": 6,
"team2": 4
},
"tiebreak": {
"team1": 0,
"team2": 0
},
"points": {
"team1": 39,
"team2": 34
}
},
{
"start": "2020-09-13T21:38:32.196Z",
"end": "2020-09-13T22:26:40.248Z",
"duration": 48,
"games": {
"team1": 4,
"team2": 6
},
"tiebreak": {
"team1": 0,
"team2": 0
},
"points": {
"team1": 32,
"team2": 36
}
},
{
"start": "2020-09-13T22:29:44.602Z",
"duration": 37,
"games": {
"team1": 3,
"team2": 5
},
"tiebreak": {
"team1": 0,
"team2": 0
},
"points": {
"team1": 19,
"team2": 29
}
}
],
"game": {
"start": "2020-09-13T23:06:52.165Z",
"duration": 0,
"team1Score": "0",
"team2Score": "15"
}
}
}JSON Response
Response Fields
Last updated
Was this helpful?