Metadata

Provides essential contextual information about a sports event, including the coverage level, fixture status, collection status, and reason codes for collection status.

Properties

coverageLevel

Defines the granularity of data collected for an event.

fixtureStatus

Indicates the current phase of an event, such as upcoming, in progress, paused or completed.

collectionStatus

Reflects the ongoing state of data collection for an event, highlighting if it's active, paused, or complete.

collectionStatusReasonCode

Provides a code or explanation for the current data collection status, clarifying any interruptions or changes.

JSON example
{
    "coverageLevel": 1,
    "fixtureStatus": 1,
    "collectionStatus": 3,
    "collectionStatusReasonCode": 6
}

Last updated