tournament_finishes_and_winnings

A list of all known finishes and prizes.

tournament_finishes_and_winnings

An array of <tournament_finish_obj> 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> objects

One player can have several tournament finishes; for instance in re-entry or multiple-entry tournaments. A separate <tournament_finish_obj> should be supplied for each.

Example:

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

Last updated