curl --location --request GET 'https://api.esportsdata.cc/sport/api/v3/stats/list/player/recent?sport_id=201' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"items": [
{
"series_id": 12344,
"players": [
5656,
1123
]
}
]
},
{
"sport_id": 202,
"items": [
{
"series_id": 56562,
"players": [
5616,
1123
]
}
]
}
],
"total": 2
},
"msg": "success"
}