> 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/less-than-standardized_tournament_summary-greater-than/tournament_finishes_and_winnings.md).

# tournament\_finishes\_and\_winnings

#### tournament\_finishes\_and\_winnings

An array of [\<tournament\_finish\_obj>](/tournament-finish-object/tournament_finish_obj.md) objects listing the finishing positions and prizes of all players in the tournament, including those who have not yet been eliminated.

**Type:** array of [\<tournament\_finish\_obj>](/tournament-finish-object/tournament_finish_obj.md) objects

{% hint style="info" %}
One player can have several tournament finishes; for instance in re-entry or multiple-entry tournaments.\
A separate [\<tournament\_finish\_obj>](/tournament-finish-object/tournament_finish_obj.md) should be supplied for each.
{% endhint %}

**Example:**

```javascript
"tournament_finishes_and_winnings": [
    <tournament_finish_obj>,
    <tournament_finish_obj>,
    <tournament_finish_obj>
]
```
