# 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="/pages/kdeE1QqZ31Ptj0AfGXK3"><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="/pages/5okonvJ5rUI9x6WoUq9e"><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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/snooker/objects/static-objects/competition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
