Competition

The competition object represents a structured set of information that defines a specific competition or league.

Attributes

NameTypeDescription

id

UUID

Unique ID for this competition. IMG Arena generates it.

name

String

The competition's .

category

The competition's .

location

The competition's location.

The competition object
{
            "id": "05ea55d4-f667-4c82-a4bf-633744395135",
            "name": "USA Conference USA",
            "type": "Official",
            "category": {...},
            "location": {...},
            "latestComment": "MATCH DROPPED",
            "commentCount": 24
}