Fixture

Represents the details of a fixture.

Attributes

Name
Type
Description

id

uuid

Unique ID for this fixture. Generated by IMG Arena.

name

string

The fixture's name.

status

string

0 - Scheduled

1 - Live

2 - Completed

3 - Postponed

4 - Abandoned

5 - Cancelled

6 - Suspended

7 - Unverified

collectionStatus

string

0 - CollectionScheduled

1 - CollectingLive

2 - CollectingPostMatch

3 - CollectionSuspended

4 - CollectionDropped

5 - CollectionCompleted

6 - PostMatchChecked

type

string

This allows a user to call the fixtures API by 'Official', 'Simulation' or 'Training'.

  1. Official

  2. Simulation

  3. Training

coverageLevel

string

0 - No coverage

1 - In Venue

2 - Low Latency Stream

3 - Standard stream

4 - Video (post match)

startDateUTC

string

Timestamp of when the fixture is scheduled to start, in RFC 3339 format.

teams

Team details

stage

Stage information

venue

Details of the venue

sport

string

Indicates the type of sport. Possible values: "Volleyball" (indoors) "Beach Volleyball" "Snow Volleyball"

fixtureDeleted

boolean

If the fixture has been deleted.

Last updated

Was this helpful?