Season

The season object represents a set of information specific to a particular season.

Attributes

NameTypeDescription

id

UUID

Unique ID for this season. Generated by IMG Arena.

name

String

The season's .

startDateUTC

String

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

endDateUTC

String

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

competition

A list of competitions played within the season.

stages

Location details of the season.

The season object
{
        "id": "2771c1d9-3688-4972-ba6e-3ef433c9c5f3",
        "name": "2023",
        "startDateUTC": "2023-08-26T12:00:00",
        "endDateUTC": "2023-11-30T12:00:00",
        "competition": {...},
        "stages": [...]
}