Fixture Summary

Represents the summary of the fixture details.

Properties

isTied boolean

Is the match currently in a tied state?

Information for each period.

awayTeamScore integer

The away team score.

homeTeamScore integer

The home team score.

currentPeriod integer

The current period.

currentStatus string

collectionStatus

currentClockTime time

The clock time of the action.

isHomeTeamInPossession boolean

Is the home team in possession of the ball?

finished boolean

Inidicates the match has finished and no more packets will be sent

currentClockState String

  1. Running

  2. Stopped

Sample Payload

   "fixtureSummary":{
      "awayTeamScore":0,
      "currentClockTime":"45:28",
   
      ................
      "homeTeamScore":0,
      "isTied":true,
      "isHomeTeamInPossesion":false,
      "collectionStatus":"CollectingLive",
      "finished":true,
      "currentPeriod":1,
      "currentStatus":"Live"
      }

Last updated