Fixtures

Represents the fixture's details.

Properties for fixtures:

id uuid

Unique ID for this fixture. Generated by IMG Arena.

name string

The fixture's name.

startDateUTC timestamp

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

status string

0. Scheduled

  1. Live

  2. Completed

  3. Postponed

  4. Abandoned

  5. Cancelled

  6. Suspended

  7. Unverified

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)

collectionStatus string

0. CollectionScheduled

  1. CollectingLive

  2. CollectingPostMatch

  3. CollectionSuspended

  4. CollectionDropped

  5. CollectionCompleted

  6. PostMatchChecked

teams team[]

Team details

stage stage[]

Stage information

venue venue[]

Details of the venue

sport string

name of sport

fixtureDeleted boolean

Boolean value to indicate If the fixture has been deleted

updateCount Integer

Number of times the fixture has had major updates Major updates includes: 1. Fixture is postponement with a new date/time 2. teams within a fixture are updates

Example response:

 {
        "id": "26d14e0d-eb94-48ee-ba2c-e495f873584a",
        "name": "POLCANOVA Sofia/SZOCS Bernadette v WANG Manyu/KUAI Man",
        "status": "Completed",
        "collectionStatus": "CollectionCompleted",
        "type": "Official",
        "coverageLevel": "In Venue",
        "startDateUTC": "2025-05-25T13:15:00",
        "teams": [
            {
                "id": "308a69ec-6774-4f89-9095-af5e18f53a6e",
                "name": "POLCANOVA Sofia/SZOCS Bernadette",
                "club": {
                    "id": "b996540a-7ca1-4008-b464-e85d2e879d5c",
                    "name": "POLCANOVA Sofia/SZOCS Bernadette"
                },
                "category": {
                    "id": 2,
                    "name": "Women"
                },
                "homeTeam": true
            },
            {
                "id": "68db3920-2347-440c-b007-9cbf35618f57",
                "name": "KUAI Man/WANG Manyu",
                "club": {
                    "id": "ce8cd53e-508c-491a-abab-ad872c259ab1",
                    "name": "KUAI Man/WANG Manyu (100121691)"
                },
                "category": {
                    "id": 2,
                    "name": "Women"
                },
                "homeTeam": false
            }
        ],
        "stage": {
            "id": "2f1b75e3-8b04-4bd8-96de-a73e9c5c63a1",
            "name": "ITTF World Championships Doha 2025 - Womens Doubles",
            "season": {
                "id": "c0e65821-a092-4e2e-b509-b96b23e5fdbd",
                "name": "ITTF World Championships Doha 2025 - Womens Doubles",
                "startDateUTC": "2025-05-17T12:00:00",
                "endDateUTC": "2025-05-25T12:00:00",
                "competition": {
                    "id": "0cfa1050-0935-468c-b237-5005b38e1091",
                    "name": "ITTF World Championships Doha - Womens Doubles",
                    "type": "Official",
                    "category": {
                        "id": 2,
                        "name": "Women"
                    },
                    "format": {
                        "id": 135,
                        "name": "Doubles"
                    },
                    "location": {
                        "name": "Doha",
                        "country": {
                            "name": "Qatar"
                        },
                        "continent": {
                            "name": "Asia"
                        }
                    },
                    "commentCount": 0
                },
                "sport": "Table Tennis"
            },
            "startDateUTC": "2025-05-17T12:00:00",
            "endDateUTC": "2025-05-25T12:00:00"
        },
        "venue": {
            "id": "42ad3f27-e256-4df6-b640-32cf62b8d84c",
            "name": "Table Tennis Arena",
            "location": {
                "name": "World"
            }
        },
        "sport": "Table Tennis",
        "fixtureDeleted": false,
        "updateCount": 0
    },
    {
        "id": "6a404064-fec2-4387-9af4-082322794ac9",
        "name": "CALDERANO Hugo v WANG Chuqin",
        "status": "Completed",
        "collectionStatus": "CollectionCompleted",
        "type": "Official",
        "coverageLevel": "In Venue",
        "startDateUTC": "2025-05-25T12:30:00",
        "teams": [
            {
                "id": "649ce418-b7f0-44ce-80c0-3c764e336fd3",
                "name": "CALDERANO Hugo",
                "club": {
                    "id": "6c147930-859f-4595-a0bd-116aee94f407",
                    "name": "CALDERANO Hugo (115641)"
                },
                "category": {
                    "id": 1,
                    "name": "Men"
                },
                "homeTeam": true
            },
            {
                "id": "9d031b77-9ed7-4e4e-a31f-aaae6854119d",
                "name": "WANG Chuqin",
                "club": {
                    "id": "32198732-0026-40cc-b5c1-f084c76c1ccc",
                    "name": "WANG Chuqin (121558)"
                },
                "category": {
                    "id": 1,
                    "name": "Men"
                },
                "homeTeam": false
            }
        ],
        "stage": {
            "id": "c74a836e-8b2c-4007-9fe8-f099f9e16b7c",
            "name": "ITTF World Championships Doha 2025 - Mens Singles",
            "season": {
                "id": "73c62b7c-25bb-48c1-9451-9f6e18f71d77",
                "name": "ITTF World Championships Doha 2025 - Mens Singles",
                "startDateUTC": "2025-05-17T12:00:00",
                "endDateUTC": "2025-05-25T12:00:00",
                "competition": {
                    "id": "5e24911a-f68f-4091-82bd-1e53415d6efa",
                    "name": "ITTF World Championships Doha - Mens Singles",
                    "type": "Official",
                    "category": {
                        "id": 1,
                        "name": "Men"
                    },
                    "format": {
                        "id": 134,
                        "name": "Singles"
                    },
                    "location": {
                        "name": "Doha",
                        "country": {
                            "name": "Qatar"
                        },
                        "continent": {
                            "name": "Asia"
                        }
                    },
                    "latestComment": "Coverage level change - Now to CL0 (No Coverage) - REASONING: End match action did not result in changing Fixture status and collection status therefore doing that manually.. Tabletennis MSFP - ITTF World Championships Doha - Mens Singles - ITTF World Championships Doha 2025 - Mens Singles - RASSENFOSSE Adrien v WALTHER Ricardo - ID: bb3bb091-1f51-4cac-96c0-cbc045839699. Fixture Start Date and Time: 2025-05-19 08:40:00 UTC",
                    "commentCount": 69
                },
                "sport": "Table Tennis"
            },
            "startDateUTC": "2025-05-17T12:00:00",
            "endDateUTC": "2025-05-25T12:00:00"
        },
        "venue": {
            "id": "42ad3f27-e256-4df6-b640-32cf62b8d84c",
            "name": "Table Tennis Arena",
            "location": {
                "name": "World"
            }
        },
        "sport": "Table Tennis",
        "fixtureDeleted": false,
        "updateCount": 0
    }

Last updated

Was this helpful?