curl --location --request GET 'https://api.esportsdata.cc/sport/api/v3/advanced/202/player/abilities?player_id&page&per_page' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"player_id": 7154,
"goals": 9.1,
"ballPossession": 1.1,
"passes": 7.1,
"shots": 8.1,
"assists": 6.1
},
{
"player_id": 5847,
"goals": 8.1,
"ballPossession": 4.1,
"passes": 7.1,
"shots": 6.1,
"assists": 7.1
},
{
"player_id": 6542,
"goals": 9.1,
"ballPossession": 1.1,
"passes": 7.1,
"shots": 6.1,
"assists": 1.1
}
],
"total": 3
},
"msg": "success"
}