Low latency tracking feed

This section details and describes the payload which contains the home and away players, the ball and referee positions.

Endpoint URL

Websocket URL wss://dde-generic-datastream.dde-prod.imgarena.dev/ws/soccer/tracking/low_latency

Response Fields:

Field Name

Type

Description

id

string

DDE fixture ID.

ix

integer

Index per channel and sub-type (event type in event channel).

ph

integer

Number of the current phase.

st

string

State of the current phase: [start] - first message of the phase. [running] phase is in progress . [end] final message of the phase.

ut

integer

UTC time - utc time, in milliseconds since Jan 01 1970. (UTC).

ba

object

Ball - statistics on ball.

hm

object

Home Team - statistics on home team's players.

aw

object

Away Team - statistics on away team's players.

rf

object

statistics on referees.

BA (ball) object:

Field Name

Type

Description

tm

string

Team - team in possession of the ball.

jn

integer

Jersey Number - jersey number of the player in possession of the ball, -1 for unknowns.

ph

array

Phase - number of the current phase.

hm (home team) object:

Field Name

Type

Description

ro

integer

Role - Index identifying player's role: 1 for goalkeepers. 2 for players. 3 for referees. -1 for unknowns

jn

integer

Jersey Number - jersey number for the player. Note -1 for unknowns.

pl

string

Player Id - Player id for the player. Note null for unknowns.

v

float

Speed - current speed of the player [meters/second]

pn

array

Position - (x, y) player coordinates, origin is pitch center [meters]

aw (away team) object:

Field Name

Type

Description

ro

integer

Role - Index identifying player's role: 1 for goalkeepers. 2 for players. 3 for referees. -1 for unknowns

jn

integer

Jersey Number - jersey number for the player. Note -1 for unknowns.

pl

string

Player Id - Player id for the player. Notenull for unknowns.

v

float

Speed - current speed of the player [meters/second]

pn

array

Position - (x, y) player coordinates, origin is pitch center [meters]

rf (referees) object:

Field Name

Type

Description

ro

integer

Role - Index identifying player's role: 1 for goalkeepers.

2 for players.

3 for referees.

-1 for unknowns

jn

integer

Jersey Number - jersey number for the player. Note -1 for unknowns.

v

float

Speed - current speed of the player [meters/second].

pn

array

Position - (x, y) player coordinates, origin is pitch center [meters].

Sample response:

Last updated

Was this helpful?