Live Player Tracking Feed

This section details and describes the values within the Live Player Tracking payload.

Describes all the player movement which happened during a rally including Time, Position, Velocity and more.

Endpoint URL

Live Player Tracking Feed

CONNECT wss://dde-generic-datastream.dde-prod.imgarena.dev/ws/tennis/live/tracking/players

{
    "message": "Could not find fixture topic soccer.tracking.enrichment.08456e52-9cf7-48cc-913c-f45ec",
    "level": "WARN"
}

JSON Response

chevron-rightLive Player Tracking Feedhashtag
{
    "created": "2022-08-14T06:10:23.4908526Z",
    "id": "e28fc19b-69ec-4504-b77b-a4e0cca6ef46",
    "type": "live.tracking.people",
    "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"
            }
        ]
    },
    "people": [
        {
            "team": 1,
            "player": 1,
            "tracks": [
                {
                    "time": 0.0,
                    "position": [
                        14.923,
                        -3.938
                    ],
                    "velocity": [
                        0.793,
                        -0.931
                    ]
                },
                {
                    "time": 0.02,
                    "position": [
                        14.935,
                        -3.953
                    ],
                    "velocity": [
                        0.757,
                        -1.126
                    ]
                },
                {
                    "time": 0.04,
                    "position": [
                        14.965,
                        -4.008
                    ],
                    "velocity": [
                        1.397,
                        -1.017
                    ]
                },
                {
                    "time": 0.06,
                    "position": [
                        14.986,
                        -4.008
                    ],
                    "velocity": [
                        0.73,
                        -0.409
                    ]
                },
                {
                    "time": 0.08,
                    "position": [
                        15.0,
                        -4.006
                    ],
                    "velocity": [
                        0.711,
                        0.212
                    ]
                },
                {
                    "time": 0.1,
                    "position": [
                        15.01,
                        -4.006
                    ],
                    "velocity": [
                        -0.028,
                        -0.232
                    ]
                },
                {
                    "time": 0.12,
                    "position": [
                        15.016,
                        -4.007
                    ],
                    "velocity": [
                        0.617,
                        -0.359
                    ]
                },
                {
                    "time": 0.14,
                    "position": [
                        15.029,
                        -4.025
                    ],
                    "velocity": [
                        0.821,
                        -0.227
                    ]
                },
                {
                    "time": 0.16,
                    "position": [
                        15.038,
                        -4.024
                    ],
                    "velocity": [
                        0.226,
                        0.073
                    ]
                },
                {
                    "time": 0.18,
                    "position": [
                        15.049,
                        -4.023
                    ],
                    "velocity": [
                        -0.073,
                        -0.995
                    ]
                },
                {
                    "time": 0.2,
                    "position": [
                        15.055,
                        -4.037
                    ],
                    "velocity": [
                        1.065,
                        0.068
                    ]
                },
                {
                    "time": 0.22,
                    "position": [
                        15.069,
                        -4.054
                    ],
                    "velocity": [
                        0.928,
                        -1.455
                    ]
                },
                {
                    "time": 0.24,
                    "position": [
                        15.082,
                        -4.083
                    ],
                    "velocity": [
                        -0.469,
                        -0.913
                    ]
                }
            ]
        }
    ]
}

Last updated

Was this helpful?