# Standardized Hand History JSON

- [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.


---

# 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://hh-specs.handhistory.org/json-object.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.
