Stage (Fixture)

Represents a stage details of an event.

Name
Type
Description

id

UUID

Unique ID for this competition. IMG Arena generates it.

name

String

The competition's name.

startDateUTC

String

Start date in UTC format.

endDateUTC

String

End date in UTC format.

rounds

Round details.

groups

Group details.

Response JSON
{
     "id": "d8ed15b4-995c-47e1-80e5-a3b6151028d6",
     "name": "Regular Round",
     "startDateUTC": "2023-08-26T12:00:00",
     "endDateUTC": "2023-11-30T12:00:00",
     "rounds": [],
     "groups": []
}

Last updated