GET Topscorers Aggregated by Season ID
This Topscorers endpoint returns the Aggregated Topscorers by Season. This means that all stages are summed, also preliminary stages.
GET Topscorers Aggregated by season ID
GET Topscorers Aggregated by season IDhttps://soccer.sportmonks.com/api/v2.0/topscorers/season/{ID}/aggregatedParameters
Include options
Example response
https://soccer.sportmonks.com/api/v2.0/topscorers/season/17141/aggregated?api_token={API_TOKEN} "data": {
"id": 17141,
"name": "2020/2021",
"league_id": 501,
"is_current_season": false,
"current_round_id": null,
"current_stage_id": null,
"aggregatedGoalscorers": {
"data": [
{
"position": 1,
"season_id": 17141,
"player_id": 96792,
"team_id": 53,
"stage_id": null,
"goals": 18,
"penalty_goals": 5,
"type": "aggregated_goals"
},
{
"position": 2,
"season_id": 17141,
"player_id": 173059,
"team_id": 66,
"stage_id": null,
"goals": 14,
"penalty_goals": 2,
"type": "aggregated_goals"
},
{
"position": 3,
"season_id": 17141,
"player_id": 4561,
"team_id": 62,
"stage_id": null,
"goals": 14,
"penalty_goals": 0,
"type": "aggregated_goals"
},
{
"position": 4,
"season_id": 17141,
"player_id": 172795,
"team_id": 66,
"stage_id": null,
"goals": 12,
"penalty_goals": 5,
"type": "aggregated_goals"
},
{
"position": 5,
"season_id": 17141,
"player_id": 92276,
"team_id": 62,
"stage_id": null,
"goals": 12,
"penalty_goals": 0,
"type": "aggregated_goals"
},
{
"position": 6,
"season_id": 17141,
"player_id": 758,
"team_id": 62,
"stage_id": null,
"goals": 12,
"penalty_goals": 7,
"type": "aggregated_goals"
},
{
"position": 7,
"season_id": 17141,
"player_id": 8934,
"team_id": 309,
"stage_id": null,
"goals": 11,
"penalty_goals": 1,
"type": "aggregated_goals"
},
{
"position": 8,
"season_id": 17141,
"player_id": 150759,
"team_id": 53,
"stage_id": null,
"goals": 10,
"penalty_goals": 0,
"type": "aggregated_goals"
},
{
"position": 9,
"season_id": 17141,
"player_id": 3387,
"team_id": 62,
"stage_id": null,
"goals": 10,
"penalty_goals": 0,
"type": "aggregated_goals"
},Last updated
Was this helpful?