> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/seasons.md).

# Seasons

#### Properties for Seasons:

<table data-header-hidden><thead><tr><th width="177">Property</th><th>Description</th></tr></thead><tbody><tr><td>id<br><em><mark style="color:blue;">uuid</mark></em></td><td>Unique ID for this fixture. Generated by IMG Arena.</td></tr><tr><td>name<br><em><mark style="color:blue;">string</mark></em></td><td>The fixture's <a data-footnote-ref href="#user-content-fn-1">name</a>.</td></tr><tr><td>startDateUTC<br><em><mark style="color:blue;">timestamp</mark></em></td><td><a data-footnote-ref href="#user-content-fn-2">Timestamp</a> of when the fixture is scheduled to start, in RFC 3339 format.</td></tr><tr><td>endDateUTC<br><em><mark style="color:blue;">timestamp</mark></em></td><td><a data-footnote-ref href="#user-content-fn-2">Timestamp</a> of when the fixture is scheduled to end, in RFC 3339 format.</td></tr><tr><td>competition<br><a href="/pages/VcTTS4mZCsAOtQsqgYds"><em><mark style="color:blue;">competition[]</mark></em></a></td><td>A list of competition's played within the season.</td></tr><tr><td>stages<br><a href="/pages/KpU7nBtFwGqfaKSefvga"><em><mark style="color:blue;">stages[]</mark></em></a></td><td>Location details of the season.</td></tr><tr><td>sport<br><em><mark style="color:blue;">string</mark></em></td><td>Name of sport</td></tr></tbody></table>

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"
    }
```

[^1]: Examples are\
    \ <mark style="color:orange;">Israel League Cup</mark>

[^2]: Examples for January 25th, 2020

    6:25:34pm\
    \
    Pacific Standard Time:

    <mark style="color:orange;">UTC: 2020-01-26T02:25:34Z</mark>

    \
    Pacific Standard Time with UTC offset:

    <mark style="color:orange;">2020-01-25T18:25:34-08:00</mark>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/seasons.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
