At the moment any player info, use default selected player from HM UI.
Code:
select StatTotalHands,StatPlayerNameAndSite,StatFullRingPosition,StatNetAmountWon,StatBigBlindsPer100,StatVPIP,StatPFR,StatThreeBet,StatWentToShowdown,StatWonShowdown,StatPostflopAggression,StatPostflopAggressionPercentage from stats group by StatPlayerNameAndSite
Code:
{
"ResultType": "Stats",
"Errors": [
],
"QueryTime": 1.4976,
"Results": [
{
"Player": "Vanes1412151 (PS)",
"Position": ""EP+2"",
"bb100": "-15.70",
"NetWon": "579.00",
"PFR": "0.22",
"Agg": "1.00",
"Agg%": "0.30",
"3Bet": "0.17",
"TotalHands": "39",
"VPIP": "0.23",
"WTSD%": "0.56",
"W$SD%": "0.60"
}
]
}
How I can select in API specific player info?