Fixture

Represents the fixture's details.

Properties

Property
Type
Description

id

UUID

Unique ID for this fixture. Generated by IMG Arena.

name

String

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

teams

Team details

stage

Stage information

venue

Details of the venue

fixtureSummary

usages

String

  1. FastPath

Rseponse JSON
{
    "id": "9b694d50-d720-483c-ac5b-efcf9bad1f9d",
    "name": "UTEP v Louisiana Tech",
    "status": "Completed",
    "collectionStatus": "PostMatchChecked",
    "type": "Official",
    "coverageLevel": "In Venue",
    "startDateUTC": "2023-09-30T01:00:00",
    "teams": [...],
    "stage": {...},
    "venue": {...},
    "fixtureSummary": {...},
    "usages": [...]
}

Last updated