# 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>
]
```


---

# 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://ts-specs.handhistory.org/less-than-standardized_tournament_summary-greater-than/tournament_finishes_and_winnings.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.
