Competition

Represents the competition details of an event to be played.

Properties

id uuid

Unique ID for this competition. Generated by IMG Arena.

name string

The competition's name.

type string

Competition type.

category Category

The competition's category.

location Location

The competition's location.

commentCount integer

"competition": {
            "id": "395056cd-0552-495e-be0a-f3dc33543860",
            "name": "BetVictor Championship League Snooker 2023",
            "type": "Official",
            "category": {
                "id": 34,
                "name": "Unknown"
            },
            "location": {
                "name": "Leicester",
                "country": {
                    "name": "England"
                },
                "continent": {
                    "name": "Europe"
                }
            },
            "commentCount": 0
        }

Last updated

Was this helpful?