> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/json-object/tournament.md).

# tournament

**tournament**

Whether or not this is a tournament hand.

**Nullable:** true

{% hint style="info" %}
For tournaments only.  Omit for cash games.
{% endhint %}

**Type:** boolean

**Example:**

```javascript
"tournament": true
```
