GET Topscorers by Season ID
This endpoint returns all the topscorers per stage of the requested season.
https://api.sportmonks.com/v3/football/topscorers/seasons/{ID}{
"data": [
{
"id": 1540848,
"season_id": 19735,
"player_id": 20708316,
"type_id": 83,
"position": 1,
"total": 2,
"participant_id": 314
},
{
"id": 1540849,
"season_id": 19735,
"player_id": 123659,
"type_id": 83,
"position": 2,
"total": 2,
"participant_id": 273
},Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?