> For the complete documentation index, see [llms.txt](https://ts-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://ts-specs.handhistory.org/tournament-finish-object/finish_position.md).

# finish\_position

#### finish\_position

The player's finishing position in the tournament.

**Type:** integer

**Nullable:** true

{% hint style="warning" %}
If the player has not yet been eliminated this can be omitted, or set to null or zero.
{% endhint %}

**Example:**

The player finished in 155th place:

```javascript
"finish_position": 155
```
