Walkout, TOT and Staredown

Walkout

Walkout Object

Field Name
Type
Description

timestamp

time

the time at which the fight started

eventElementType

string

The event, in this case, always “Walkout”

seqnum

integer

The sequence number of the event

fighter

string

Which corner is the fighter, blue or red

{
  "eventElementType": "Walkout",
  "fighter": "Blue",
  "seqNum": 2,
  "timestamp": "2025-09-04T11:36:36.164794Z"
}

TOT (Tale of the Tape)

TOT Object

Field Name
Type
Description

timestamp

time

the time at which the fight started

eventElementType

string

The event, in this case, always “ToT”

seqnum

integer

The sequence number of the event

Staredown

Staredown Object

Field Name
Type
Description

timestamp

time

the time at which the fight started

eventElementType

string

The event, in this case, always “Staredown”

seqnum

integer

The sequence number of the event

Last updated

Was this helpful?