Comment on page
Change Log
The specification is versioned to allow for continual improvements. This page lists the changes in each version.
v1.1.3 - 2021/05/19
Specified that "tournament_finishes_and_winnings" should list all players who entered the tournament, and made "finish_position", "prize", and "ticket_value" optional for players who have not yet been eliminated from the tournament.
v1.1.2 - 2021/05/18
"bounty_fee_amount" and "bounty_value_amount" updated to be explicitly optional/nullable.
Tidied up some formatting and updated the Sample Sit N' Go.
v1.1.1 - 2021/03/09
Added "bounty_value_amount" (decimal)
v1.1.0 - 2020/07/24
Added a root object to wrap each summary and identify the type of JSON object.
{"ots": <standardized_tournament_summary_object>}
Added "still_playing" (boolean) in <tournament_finish_obj>.
Added "hero_player_name" (string).
Added detail page for "tournament_number".
Removed the 'T#' from the example tournament numbers to avoid confusion.
Added "tournament_name" (string),
Added "buyin_amount" (decimal),
Added "fee_amount" (decimal),
Added "bounty_fee_amount" (decimal),
Added "initial_stack" (integer),
Added "type" (string),
Added "flags" (array),
Added "speed" (object),
Added "type" (string) in <speed_object>,
Added "round_time" in <speed_object>
v1.0.0
The initial version.
Last modified 2yr ago