Season

A snooker season, organised by the World Snooker Tour (WST), is a series of snooker tournaments played from June to May the following year

Properties

id uuid

Unique id for a specific snooker season.

name string

Name of the season.

startDateUTC timestamp

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

endDateUTC timestamp

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

competition Competition []

A list of snooker tournaments played within the season.

stages Stage []

Location details of each tournaments.

{
    "id": "d0d66aa5-a0af-496a-8bf2-56744eb85748",
    "name": "2023/2024",
    "startDateUTC": "2023-06-15T12:00:00",
    "endDateUTC": "2024-05-31T12:00:00",
    "competition": {
            "id": "395056cd-0552-495e-be0a-f3dc33543860",
            "name": "BetVictor Championship League Snooker 2023",
            "type": "Official",
            "category": {
                "id": 34,
                "name": "Unknown"
            },
            "location": {
                "name": "Leicester",
                "country": {
                    "name": "England"
                },
                "continent": {
                    "name": "Europe"
                }
            },
            "commentCount": 0
        },
    "stages": [
            {
                "id": "c1ff5198-d901-4ee0-a690-deea1405eec5",
                "name": "Main",
                "startDateUTC": "2023-06-26T12:00:00",
                "endDateUTC": "2023-07-14T12:00:00",
                "rounds": [
                    {
                        "id": "bc4a56f7-d719-4438-9d5b-e76fbc14342c",
                        "name": "Stage One/week 1",
                        "startDateUTC": "2023-06-26T12:00:00",
                        "endDateUTC": "2023-06-26T12:00:00"
                    },
                    {
                        "id": "afe5834f-8836-488a-9351-ac8db74b374b",
                        "name": "Stage One/week 2",
                        "startDateUTC": "2023-06-26T12:00:00",
                        "endDateUTC": "2023-06-26T12:00:00"
                    },
                    {
                        "id": "d1b46422-93ff-4e45-98b5-d8b74fef174d",
                        "name": "Stage One/week 3",
                        "startDateUTC": "2023-06-26T12:00:00",
                        "endDateUTC": "2023-06-26T12:00:00"
                    }
                ],
                "groups": []
            }
    ]
}

Last updated