# Standardized Hand History JSON

- [The Specification](/json-object/untitled-1.md): Standardized Hand History Specification.
- [spec\_version](/json-object/spec_version.md): A string with information describing the version of the specification.
- [site\_name](/json-object/site_name.md): The name of the poker site.
- [network\_name](/json-object/network_name.md): The name of the network that the client site belongs to.
- [internal\_version](/json-object/internal_version.md): The site's internal version and network used to create the history.
- [tournament](/json-object/tournament.md): Denotes whether this is a tournament hand.
- [tournament\_info](/json-object/tournament_info.md): A JSON object collection of tournament specific properties.
- [game\_number](/json-object/game_number.md): The game number or other identifier that uniquely identifies the hand.
- [start\_date\_utc](/json-object/start_date_utc.md): The date and time at the start of the hand.
- [table\_name](/json-object/table_name.md): The name of the table.
- [table\_handle](/json-object/table_handle.md): The window handle of the table.
- [table\_skin](/json-object/table_skin.md): The display skin used at the table.
- [game\_type](/json-object/game_type.md): The type of game being played.
- [bet\_limit](/json-object/bet_limit.md): The betting limitations for the game.
- [table\_size](/json-object/table_size.md): Number of seats at the table that are available for players to be seated.
- [currency](/json-object/currency.md): The currency of the game or tournament buy-in and fee.
- [dealer\_seat](/json-object/dealer_seat.md): The seat number of the button.
- [small\_blind\_amount](/json-object/small_blind_amount.md): Amount of the small blind.
- [big\_blind\_amount](/json-object/big_blind_amount.md): Amount of the big blind.
- [ante\_amount](/json-object/ante_amount.md): Amount of the ante for all players.
- [hero\_player\_id](/json-object/hero_player_id.md): The unique identifier of the player.
- [flags](/json-object/flags.md): Hand flags that may be relevant.
- [players](/json-object/players.md): All players at the table.
- [rounds](/json-object/rounds.md): The betting rounds that occurred within the hand.
- [pots](/json-object/pots.md): The pots and pot results for the hand.
- [tournament\_bounties](/json-object/tournament_bounties.md): Bounties received by a player in the hand.
