Fixture Summary

Represents the summary of the fixture details.

NameTypeDescription

isTied

Boolean

Is the match currently in a tied state?

periods

Information for each period.

finished

Boolean

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

awayTeamScore

Integer

The away team score.

homeTeamScore

Integer

The home team score.

currentPeriod

Integer

The current period.

currentStatus

String

  1. Scheduled

  2. Live

  3. Completed

  4. Postponed

  5. Abandoned

  6. Cancelled

  7. Suspended

  8. Unverified

collectionStatus

String

  1. CollectionScheduled

  2. CollectingLive

  3. CollectingPostMatch

  4. CollectionSuspended

  5. CollectionDropped

  6. CollectionCompleted

  7. PostMatchChecked

currentClockTime

String

The clock time of the action.

isHomeTeamInPossession

Boolean

Is the home team in possession of the ball?

currentClockState

String

  1. Running

  2. Stopped

Sample Payload

Response JSON
{
     "isTied": true,
     "periods": [],
     "finished": false,
     "awayTeamScore": 0,
     "currentPeriod": 1,
     "currentStatus": "Scheduled",
     "homeTeamScore": 0,
     "collectionStatus": "CollectionScheduled",
     "currentClockTime": "15:00",
     "isHomeTeamInPossesion": true
}

Last updated