# Open Hand History

## Open Hand History

- [Overview](https://hh-specs.handhistory.org/master.md)
- [Guiding Principles](https://hh-specs.handhistory.org/guiding-principles.md): Our guiding principles for making design choices.
- [JSON Object](https://hh-specs.handhistory.org/json-object-1.md): Why we chose JSON.
- [Storage Format](https://hh-specs.handhistory.org/storage-format.md): How is the JSON stored on the users computer.
- [The Specification](https://hh-specs.handhistory.org/json-object/untitled-1.md): Standardized Hand History Specification.
- [spec\_version](https://hh-specs.handhistory.org/json-object/spec_version.md): A string with information describing the version of the specification.
- [site\_name](https://hh-specs.handhistory.org/json-object/site_name.md): The name of the poker site.
- [network\_name](https://hh-specs.handhistory.org/json-object/network_name.md): The name of the network that the client site belongs to.
- [internal\_version](https://hh-specs.handhistory.org/json-object/internal_version.md): The site's internal version and network used to create the history.
- [tournament](https://hh-specs.handhistory.org/json-object/tournament.md): Denotes whether this is a tournament hand.
- [tournament\_info](https://hh-specs.handhistory.org/json-object/tournament_info.md): A JSON object collection of tournament specific properties.
- [game\_number](https://hh-specs.handhistory.org/json-object/game_number.md): The game number or other identifier that uniquely identifies the hand.
- [start\_date\_utc](https://hh-specs.handhistory.org/json-object/start_date_utc.md): The date and time at the start of the hand.
- [table\_name](https://hh-specs.handhistory.org/json-object/table_name.md): The name of the table.
- [table\_handle](https://hh-specs.handhistory.org/json-object/table_handle.md): The window handle of the table.
- [table\_skin](https://hh-specs.handhistory.org/json-object/table_skin.md): The display skin used at the table.
- [game\_type](https://hh-specs.handhistory.org/json-object/game_type.md): The type of game being played.
- [bet\_limit](https://hh-specs.handhistory.org/json-object/bet_limit.md): The betting limitations for the game.
- [table\_size](https://hh-specs.handhistory.org/json-object/table_size.md): Number of seats at the table that are available for players to be seated.
- [currency](https://hh-specs.handhistory.org/json-object/currency.md): The currency of the game or tournament buy-in and fee.
- [dealer\_seat](https://hh-specs.handhistory.org/json-object/dealer_seat.md): The seat number of the button.
- [small\_blind\_amount](https://hh-specs.handhistory.org/json-object/small_blind_amount.md): Amount of the small blind.
- [big\_blind\_amount](https://hh-specs.handhistory.org/json-object/big_blind_amount.md): Amount of the big blind.
- [ante\_amount](https://hh-specs.handhistory.org/json-object/ante_amount.md): Amount of the ante for all players.
- [hero\_player\_id](https://hh-specs.handhistory.org/json-object/hero_player_id.md): The unique identifier of the player.
- [flags](https://hh-specs.handhistory.org/json-object/flags.md): Hand flags that may be relevant.
- [players](https://hh-specs.handhistory.org/json-object/players.md): All players at the table.
- [rounds](https://hh-specs.handhistory.org/json-object/rounds.md): The betting rounds that occurred within the hand.
- [pots](https://hh-specs.handhistory.org/json-object/pots.md): The pots and pot results for the hand.
- [tournament\_bounties](https://hh-specs.handhistory.org/json-object/tournament_bounties.md): Bounties received by a player in the hand.
- [\<bet\_limit\_obj>](https://hh-specs.handhistory.org/bet-limit-object/bet_limit_obj.md): The bet limit object which defines the betting limitations of the game.
- [bet\_cap](https://hh-specs.handhistory.org/bet-limit-object/bet_limit_obj/bet_cap.md): The cap on bets for the game.
- [bet\_type](https://hh-specs.handhistory.org/bet-limit-object/bet_limit_obj/bet_type.md): The betting type of the game.
- [\<player\_obj>](https://hh-specs.handhistory.org/player-object/player-object-definition.md): The player object defining one of the players in the hand.
- [id](https://hh-specs.handhistory.org/player-object/player-object-definition/id.md): The unique identifier of the player at the table.
- [seat](https://hh-specs.handhistory.org/player-object/player-object-definition/seat.md): The seat number where the player is seated at the table.
- [name](https://hh-specs.handhistory.org/player-object/player-object-definition/name.md): The identifying name of the player.
- [display](https://hh-specs.handhistory.org/player-object/player-object-definition/display.md): The display name of the player.
- [starting\_stack](https://hh-specs.handhistory.org/player-object/player-object-definition/starting_stack.md): The starting stack of the player at the beginning of the hand.
- [player\_bounty](https://hh-specs.handhistory.org/player-object/player-object-definition/player_bounty.md): The amount that will be awarded as a bounty to the player that eliminates this player from a tournament.
- [is\_sitting\_out](https://hh-specs.handhistory.org/player-object/player-object-definition/is_sitting_out.md): Denotes whether the player is sitting out.
- [\<round\_obj>](https://hh-specs.handhistory.org/round-object/round_obj.md): The round object defining the betting rounds that occurred during the hand.
- [id](https://hh-specs.handhistory.org/round-object/round_obj/round.md): The incrementing identifier of the round specifying the order of the rounds.
- [street](https://hh-specs.handhistory.org/round-object/round_obj/street.md): The name of the street/round.
- [cards](https://hh-specs.handhistory.org/round-object/round_obj/cards.md): The card(s) added to the board during the round.
- [actions](https://hh-specs.handhistory.org/round-object/round_obj/actions.md): Actions performed in the round.
- [\<action\_obj>](https://hh-specs.handhistory.org/action-object/action_obj.md): The action object defining the action within the round.
- [action\_number](https://hh-specs.handhistory.org/action-object/action_obj/action_number.md): The order of the action.
- [player\_id](https://hh-specs.handhistory.org/action-object/action_obj/player_id.md): The unique player identifier of the player performing the action.
- [action](https://hh-specs.handhistory.org/action-object/action_obj/action.md): The action performed.
- [description](https://hh-specs.handhistory.org/action-object/action_obj/description.md): A description of the action.
- [amount](https://hh-specs.handhistory.org/action-object/action_obj/amount.md): The amount of the action performed.
- [is\_allin](https://hh-specs.handhistory.org/action-object/action_obj/is_allin.md): Denotes whether the player has committed all of their chips to the pot.
- [cards](https://hh-specs.handhistory.org/action-object/action_obj/cards.md): The cards involved in the action.
- [\<pot\_obj>](https://hh-specs.handhistory.org/pot-object/pot_obj.md): The pot object defining the pot and results for the hand.
- [number](https://hh-specs.handhistory.org/pot-object/pot_obj/number.md): Identifier of the pot within the hand.
- [amount](https://hh-specs.handhistory.org/pot-object/pot_obj/amount.md): The total amount in the pot (including rake).
- [rake](https://hh-specs.handhistory.org/pot-object/pot_obj/rake.md): The amount of rake taken from the pot.
- [jackpot](https://hh-specs.handhistory.org/pot-object/pot_obj/jackpot.md): The amount taken from the pot for a jackpot contribution.
- [player\_wins](https://hh-specs.handhistory.org/pot-object/pot_obj/players_win_loss.md): The wins for each player involved in the hand.
- [\<player\_wins>](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj.md): The object defining the win amount of the players in a pot.
- [player\_id](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/player_id.md): The unique player identifier of the player involved in the pot.
- [win\_amount](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/win_amount.md): The amount the player won in the pot.
- [cashout\_amount](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/cashout_amount.md): The amount paid to the player if they cashed out of the hand.
- [cashout\_fee](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/cashout_fee.md): The fee for cashing out of the hand.
- [bonus\_amount](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/bonus_amount.md): The amount paid to the player in addition to any normal winnings.
- [contributed\_rake](https://hh-specs.handhistory.org/player-wins-object/player_wins_obj/contributed_rake.md): The amount of rake in the pot.
- [\<tournament\_info\_obj>](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj.md): The object defining the tournament.
- [tournament\_number](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/tournament_number.md): The tournament number.
- [name](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/name.md): The name of the tournament.
- [start\_date\_utc](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/start_date_utc.md): The start date and time of the tournament.
- [currency](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/currency.md): The currency of the tournament buy-in and fee.
- [buyin\_amount](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/buyin_amount.md): The buy-in amount for the tournament.
- [bounty\_fee\_amount](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/bounty_fee_amount.md): The fee paid for the player's tournament bounty.
- [fee\_amount](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/fee_amount.md): The fee paid to buy-in to the tournament.
- [initial\_stack](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/initial_stack.md): The number of chips provided to the player to start the tournament.
- [type](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/type.md): The type of the tournament.
- [flags](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/flags.md): Descriptive properties of the tournament.
- [speed](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/speed.md): The speed the blinds increase in the tournament.
- [\<tournament\_bounty\_obj>](https://hh-specs.handhistory.org/tournament-bounty-object/tournament_bounty_obj.md): An object defining specific tournament bounties.
- [player\_id](https://hh-specs.handhistory.org/tournament-bounty-object/tournament_bounty_obj/player_id.md): Unique player identifier for the player who won the bounty.
- [bounty\_won](https://hh-specs.handhistory.org/tournament-bounty-object/tournament_bounty_obj/bounty_won.md): The amount the player won for the bounty.
- [defeated\_player\_id](https://hh-specs.handhistory.org/tournament-bounty-object/tournament_bounty_obj/defeated_player_id.md): The unique player identifier of the player with the bounty that was eliminated.
- [\<speed\_obj>](https://hh-specs.handhistory.org/speed-object/speed_obj.md): Speed.
- [type](https://hh-specs.handhistory.org/speed-object/speed_obj/type.md): Description of the speed at which the blinds increase.
- [round\_time](https://hh-specs.handhistory.org/speed-object/speed_obj/round_time.md): The amount of time between blind increases.
- [version\_string](https://hh-specs.handhistory.org/string-formats/less-than-version_obj-greater-than.md): The version string consisting of three parts.
- [card\_string](https://hh-specs.handhistory.org/string-formats/card.md): The definition of a card.
- [Holdem cash hand (iPoker)](https://hh-specs.handhistory.org/examples/holdem-cash-hand-ipoker.md): A 6-max holdem cash hand played at iPoker.
- [Holdem cash hand (PokerStars)](https://hh-specs.handhistory.org/examples/holdem-cash-hand-pokerstars.md): A holdem cash hand played at a PokerStars fast-fold table, where players were all-in.
- [Omaha cash hand (WPN)](https://hh-specs.handhistory.org/examples/omaha-cash-hand-wpn.md): An omaha cash hand played at Winning Poker Network.
- [Omaha hi/lo cash hand (PokerStars)](https://hh-specs.handhistory.org/examples/omaha-hi-lo-cash-hand-pokerstars.md): An omaha hi/lo cash hand played at PokerStars.  Different players won the high and low pots.
- [Holdem cash hand (888)](https://hh-specs.handhistory.org/examples/holdem-cash-hand-888.md): A holdem cash hand with a split pot, played at 888 Poker.
- [Holdem tournament hand (888)](https://hh-specs.handhistory.org/examples/holdem-tournament-hand-888.md): A 6-max Single Table Tournament (STT) hand played at 888 Poker.
- [Holdem tournament hand (PokerStars)](https://hh-specs.handhistory.org/examples/holdem-tournament-hand-pokerstars.md): A 3-max "lottery" tournament hand played at PokerStars.
- [Holdem tournament hand (iPoker)](https://hh-specs.handhistory.org/examples/holdem-tournament-hand-ipoker.md): A multi-table tournament (MTT) holdem hand played at iPoker.
- [Change Request Process](https://hh-specs.handhistory.org/contact-us/change-request-process.md): How to contact us to request a change to the specification.
- [Support](https://hh-specs.handhistory.org/contact-us/support.md): How to contact us for support.
- [Change Log](https://hh-specs.handhistory.org/change-log/change-log.md)
