Stage

Represents the stage details of an event.

Properties for stage

id uuid

Unique ID for this competition. Generated by IMG Arena.

name string

The stage/type of fixture name

seasons seasons[]

Information on the season that the fixture is related to

startDateUTC date

The stage start date (UTC).

endDateUTC date

The stage end date (UTC).

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

Last updated

Was this helpful?