GET Topscorers by Season ID
GET Topscorers by season ID
GET Topscorers by season IDhttps://soccer.sportmonks.com/api/v2.0/topscorers/season/{ID}Parameters
Include options
IncludesExample response
https://soccer.sportmonks.com/api/v2.0/topscorers/season/17141?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,
"goalscorers": {
"data": [
{
"position": 1,
"season_id": 17141,
"player_id": 1836,
"team_id": 180,
"stage_id": 77447500,
"goals": 5,
"penalty_goals": 1,
"type": "goals"
},
{
"position": 1,
"season_id": 17141,
"player_id": 96792,
"team_id": 53,
"stage_id": 77447501,
"goals": 16,
"penalty_goals": 5,
"type": "goals"
},
{
"position": 2,
"season_id": 17141,
"player_id": 4561,
"team_id": 62,
"stage_id": 77447500,
"goals": 4,
"penalty_goals": 0,
"type": "goals"
},
{
"position": 2,
"season_id": 17141,
"player_id": 173059,
"team_id": 66,
"stage_id": 77447501,
"goals": 12,
"penalty_goals": 2,
"type": "goals"
},
{
"position": 3,
"season_id": 17141,
"player_id": 8934,
"team_id": 309,
"stage_id": 77447500,
"goals": 3,
"penalty_goals": 0,
"type": "goals"
},
{
"position": 3,
"season_id": 17141,
"player_id": 172795,
"team_id": 66,
"stage_id": 77447501,
"goals": 11,
"penalty_goals": 4,
"type": "goals"
},
{
"position": 4,
"season_id": 17141,
"player_id": 121792,
"team_id": 496,
"stage_id": 77447500,
"goals": 3,
"penalty_goals": 1,
"type": "goals"
},
{
"position": 4,
"season_id": 17141,
"player_id": 92276,
"team_id": 62,
"stage_id": 77447501,
"goals": 11,
"penalty_goals": 0,
"type": "goals"
},
{
"position": 5,
"season_id": 17141,
"player_id": 12314,
"team_id": 180,
"stage_id": 77447500,
"goals": 3,
"penalty_goals": 0,
"type": "goals"
},Last updated
Was this helpful?