curl --location --request GET '/esport/api/v3/stats/2/player?player_id=24645&series_id='
{
"code": 0,
"data": {
"list": [
{
"sport_id": 2,
"series_id": 1234,
"player_stats": {
"player_id": 122594,
"match_win": 0,
"match_lose": 10,
"match_win_rate": 0,
"race_win": 26,
"race_lose": 4294967291,
"race_win_rate": 1.2380953,
"kill": 333,
"death": 302,
"assist": 134,
"round": 444,
"kill_avg": 15.857142,
"death_avg": 14.380953,
"assist_avg": 6.3809524,
"round_avg": 21.142857,
"headshot_rate": 0.49429512,
"rating_avg": 1.2157143,
"impact_avg": 0.9433333,
"adr_avg": 85,
"kast_avg": 49.857143,
"kill_per_round": 0.7403794,
"death_per_round": 0.67523354,
"assist_round": 0.31101108,
"kd": 1.102649,
"equipment_stats": [
{
"equipment_id": 4138,
"kill": 238,
"kill_rate": 0.47
},
{
"equipment_id": 4139,
"kill": 89,
"kill_rate": 0.18
}
]
},
"matches": [
366472,
366462,
364788
]
}
],
"total": 1
},
"msg": "success"
}