O
O
Open Hand History
Search…
Overview
Guiding Principles
JSON Object
Storage Format
Standardized Hand History JSON
The Specification
spec_version
site_name
network_name
internal_version
tournament
tournament_info
game_number
start_date_utc
table_name
table_handle
table_skin
game_type
bet_limit
table_size
currency
dealer_seat
small_blind_amount
big_blind_amount
ante_amount
hero_player_id
flags
players
rounds
pots
tournament_rebuys
tournament_bounties
Bet Limit Object
<bet_limit_obj>
Player Object
<player_obj>
Round Object
<round_obj>
Action Object
<action_obj>
Pot Object
<pot_obj>
jackpot
Player Wins Object
<player_wins>
cashout_amount
cashout_fee
bonus_amount
Tournament Info Object
<tournament_info_obj>
Tournament Rebuy Object
<tournament_rebuy_obj>
Tournament Bounty Object
<tournament_bounty_obj>
Speed Object
<speed_obj>
String Formats
version_string
card_string
Examples
Holdem cash hand (iPoker)
Holdem cash hand (PokerStars)
Omaha cash hand (WPN)
Omaha hi/lo cash hand (PokerStars)
Holdem cash hand (888)
Holdem tournament hand (888)
Holdem tournament hand (PokerStars)
Holdem tournament hand (iPoker)
Contact Us
Change Request Process
Support
CHANGE LOG
Change Log
Powered By
GitBook
Holdem cash hand (iPoker)
A 6-max holdem cash hand played at iPoker.
1
{
2
"ohh": {
3
"spec_version": "1.2.2",
4
"internal_version": "1.2.2",
5
"network_name": "iPoker Network",
6
"site_name": "iPoker",
7
"game_type": "Holdem",
8
"table_name": "Brehuiesti",
9
"table_size": "6",
10
"game_number": "8599887794",
11
"start_date_utc": "2020-04-07T14:32:50",
12
"currency": "EUR",
13
"ante_amount": 0.00,
14
"small_blind_amount": 0.01,
15
"big_blind_amount": 0.02,
16
"bet_limit": {
17
"bet_cap": 0.00,
18
"bet_type": "NL"
19
},
20
"hero_player_id": 3,
21
"dealer_seat": 8,
22
"players": [
23
{
24
"name": "Player1",
25
"id": 0,
26
"player_bounty": 0,
27
"starting_stack": 0.80,
28
"seat": 1
29
},
30
{
31
"name": "Player3",
32
"id": 1,
33
"player_bounty": 0,
34
"starting_stack": 2.38,
35
"seat": 3
36
},
37
{
38
"name": "Player5",
39
"id": 2,
40
"player_bounty": 0,
41
"starting_stack": 2.67,
42
"seat": 5
43
},
44
{
45
"name": "Hero",
46
"id": 3,
47
"player_bounty": 0,
48
"starting_stack": 2.00,
49
"seat": 6
50
},
51
{
52
"name": "Player8",
53
"id": 4,
54
"player_bounty": 0,
55
"starting_stack": 2.86,
56
"seat": 8
57
},
58
{
59
"name": "Player10",
60
"id": 5,
61
"player_bounty": 0,
62
"starting_stack": 2.00,
63
"seat": 10
64
}
65
],
66
"rounds": [
67
{
68
"id": 0,
69
"cards": "",
70
"street": "Preflop",
71
"actions": [
72
{
73
"action_number": 1,
74
"player_id": 5,
75
"action": "Post SB",
76
"amount": 0.01,
77
"is_allin": false
78
},
79
{
80
"action_number": 2,
81
"player_id": 0,
82
"action": "Post BB",
83
"amount": 0.02,
84
"is_allin": false
85
},
86
{
87
"action_number": 3,
88
"player_id": 3,
89
"cards": [
90
"As",
91
"Tc"
92
],
93
"action": "Dealt Cards",
94
"amount": 0.00,
95
"is_allin": false
96
},
97
{
98
"action_number": 4,
99
"player_id": 1,
100
"action": "Fold",
101
"amount": 0.00,
102
"is_allin": false
103
},
104
{
105
"action_number": 5,
106
"player_id": 2,
107
"action": "Fold",
108
"amount": 0.00,
109
"is_allin": false
110
},
111
{
112
"action_number": 6,
113
"player_id": 3,
114
"action": "Raise",
115
"amount": 0.06,
116
"is_allin": false
117
},
118
{
119
"action_number": 7,
120
"player_id": 4,
121
"action": "Fold",
122
"amount": 0.00,
123
"is_allin": false
124
},
125
{
126
"action_number": 8,
127
"player_id": 5,
128
"action": "Fold",
129
"amount": 0.00,
130
"is_allin": false
131
},
132
{
133
"action_number": 9,
134
"player_id": 0,
135
"action": "Call",
136
"amount": 0.04,
137
"is_allin": false
138
}
139
]
140
},
141
{
142
"id": 1,
143
"cards": [
144
"5c",
145
"7d",
146
"Js"
147
],
148
"street": "Flop",
149
"actions": [
150
{
151
"action_number": 1,
152
"player_id": 0,
153
"action": "Check",
154
"amount": 0.00,
155
"is_allin": false
156
},
157
{
158
"action_number": 2,
159
"player_id": 3,
160
"action": "Bet",
161
"amount": 0.06,
162
"is_allin": false
163
},
164
{
165
"action_number": 3,
166
"player_id": 0,
167
"action": "Raise",
168
"amount": 0.18,
169
"is_allin": false
170
},
171
{
172
"action_number": 4,
173
"player_id": 3,
174
"action": "Fold",
175
"amount": 0.00,
176
"is_allin": false
177
}
178
]
179
}
180
],
181
"pots": [
182
{
183
"number": 0,
184
"amount": 0.25,
185
"rake": 0.01,
186
"player_wins": [
187
{
188
"player_id": 0,
189
"win_amount": 0.24,
190
"contributed_rake": 0.01
191
}
192
]
193
}
194
]
195
}
196
}
Copied!
String Formats - Previous
card_string
Next - Examples
Holdem cash hand (PokerStars)
Last modified
6mo ago
Copy link