GETTop scorers
Players ranked by goals, with home and away split and penalties.
/v2.2/leaders/ with t=topscorers
Try it in the interactive referenceAll Leaders operations
Request
GET /v2.2/leaders/?user=USER&token=TOKEN&t=topscorers&season_id=12516- Every request needs the
userandtokenquery parameters of the account.
Parameters
| Name | Required | Description | Example |
|---|---|---|---|
season_id | yes | Season ID. | 12516 |
Example response
{
"data": [
{
"pos": 1,
"player": {
"id": "13201",
"name": "Haaland, Erling"
},
"team": {
"id": "4",
"name": "Manchester City"
},
"league_id": "583",
"season_id": "12516",
"matches_played": 35,
"minutes_played": 2776,
"substituted_in": 2,
"goals": {
"overall": 36,
"home": 22,
"away": 14
},
"penalties": 7
},
{
"pos": 2,
"player": {
"id": "6395",
"name": "Kane, Harry"
},
"team": {
"id": "13",
"name": "Tottenham"
},
"league_id": "583",
"season_id": "12516",
"matches_played": 38,
"minutes_played": 3408,
"substituted_in": 0,
"goals": {
"overall": 30,
"home": 14,
"away": 16
},
"penalties": 5
}
],
"meta": {
"requests_left": 2950,
"user": "your_username",
"plan": "Soccer API 50",
"page": 1,
"pages": 1,
"count": 271,
"total": 271,
"msg": ""
}
}