Seasons

Represents the season's details.

Properties for Seasons:

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.

endDateUTC timestamp

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

competition competition[]

A list of competition's played within the season.

stages stages[]

Location details of the season.

sport string

Name of sport

Example response:

 {
        "id": "40a61d54-6d62-4b7d-8af1-b3dd1bcc3d2b",
        "name": "ITTF World Championships Doha 2025 - Mixed Doubles",
        "startDateUTC": "2025-05-17T12:00:00",
        "endDateUTC": "2025-05-25T12:00:00",
        "competition": {
            "id": "17320bf3-7e61-4161-88e9-32e2dbe9e22f",
            "name": "ITTF World Championships Doha - Mixed Doubles",
            "type": "Official",
            "category": {
                "id": 3,
                "name": "Mixed"
            },
            "format": {
                "id": 135,
                "name": "Doubles"
            },
            "location": {
                "name": "Doha",
                "country": {
                    "name": "Qatar"
                },
                "continent": {
                    "name": "Asia"
                }
            },
            "commentCount": 0
        },
        "stages": [
            {
                "id": "80599e71-b943-4ac6-be5c-582bc32b1e84",
                "name": "ITTF World Championships Doha - Mixed Doubles",
                "startDateUTC": "2025-05-17T12:00:00",
                "endDateUTC": "2025-05-25T12:00:00",
                "rounds": [],
                "groups": []
            }
        ],
        "sport": "Table Tennis"
    },
    {
        "id": "c2cf7957-ed3e-4616-a537-0a0b164baf97",
        "name": "WTT Contender Skopje - Mixed Doubles 2025",
        "startDateUTC": "2025-06-09T12:00:00",
        "endDateUTC": "2025-06-15T12:00:00",
        "competition": {
            "id": "7917ce15-ae04-45d2-b6a0-4416f129530b",
            "name": "WTT Contender Skopje - Mixed Doubles",
            "type": "Official",
            "category": {
                "id": 3,
                "name": "Mixed"
            },
            "format": {
                "id": 135,
                "name": "Doubles"
            },
            "location": {
                "name": "North Macedonia",
                "country": {},
                "continent": {
                    "name": "Europe"
                }
            },
            "commentCount": 0
        },
        "stages": [
            {
                "id": "42867be0-d217-423c-b49e-bee96d0232d1",
                "name": "S1",
                "startDateUTC": "2025-06-09T12:00:00",
                "endDateUTC": "2025-06-15T12:00:00",
                "rounds": [],
                "groups": []
            }
        ],
        "sport": "Table Tennis"
    }

Last updated

Was this helpful?