# Competition

## Properties

<table data-header-hidden><thead><tr><th width="167">Property</th><th>Description</th></tr></thead><tbody><tr><td>id<br><em><mark style="color:orange;">uuid</mark></em></td><td>Unique ID for this competition. Generated by IMG Arena.</td></tr><tr><td>name<br><em><mark style="color:orange;">string</mark></em></td><td>The competition's <a data-footnote-ref href="#user-content-fn-1">name</a>.</td></tr><tr><td>type<br><em><mark style="color:orange;">string</mark></em></td><td>Competition type.</td></tr><tr><td>category<br><a href="competition/category"><em><mark style="color:orange;">Category</mark></em></a></td><td>The competition's <a data-footnote-ref href="#user-content-fn-2">category</a>.<br></td></tr><tr><td>location<br><a href="../live-objects/venue/location"><em><mark style="color:orange;">Location</mark></em></a></td><td>The competition's location.</td></tr><tr><td>commentCount<br><em><mark style="color:orange;">integer</mark></em></td><td></td></tr></tbody></table>

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

[^1]: Examples are\
    \ <mark style="color:orange;">Israel League Cup</mark>

[^2]: Examples are\
    \ <mark style="color:orange;">Men, Women, Youth</mark>
