Fixture

Represents the fixture's details.

Properties

PropertyTypeDescription

id

UUID

Unique ID for this fixture. Generated by IMG Arena.

name

String

The fixture's .

status

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

type

String

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

coverageLevel

String

  1. No Coverage

  2. In Venue

  3. Low Latency Stream

  4. Standard Stream

  5. Video Post Match

startDateUTC

String

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

teams

Team details

stage

Stage information

venue

Details of the venue

fixtureSummary

usages

String

  1. FastPath

Rseponse JSON
{
    "id": "3be343aa-d085-4773-926e-0cb9981e99a7",
    "name": "Carolina Hurricanes vs New Jersey Devils",
    "status": "Completed",
    "collectionStatus": "CollectionCompleted",
    "type": "Training",
    "coverageLevel": "In Venue",
    "startDateUTC": "2024-02-12T00:00:00",
    "teams": [...],
    "stage": {...},
    "venue": {...},
    "fixtureSummary": {...},
    "usages": [...]
}

Last updated