# Stage

#### Properties for stage

<table data-header-hidden><thead><tr><th width="167">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 competition. Generated by IMG Arena.</td></tr><tr><td>name<br><em><mark style="color:blue;">string</mark></em></td><td>The stage/type of fixture name</td></tr><tr><td>seasons<br><a href="seasons"><em><mark style="color:blue;">seasons</mark></em><mark style="color:blue;">[]</mark></a></td><td>Information on the season that the fixture is related to</td></tr><tr><td>startDateUTC<br><em><mark style="color:blue;">date</mark></em></td><td>The stage start date (UTC).</td></tr><tr><td>endDateUTC<br><em><mark style="color:blue;">date</mark></em></td><td>The stage end date (UTC).</td></tr></tbody></table>

Example:

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