# 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="competition"><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="stage"><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>
