The Topscorers endpoint provides you accurate information about the Topscorers in Goals, Cards and Assists. The endpoint returns the top 25 players and they can all be included at once or separately per Type (Goals, Cards or Assists).
This Topscorers endpoint returns the Topscorers by Stage of the Season. If you want an aggregated Topscorer list, please use the Aggregated Topscorers by Season endpoint.
GET
Topscorers by season IDgoalscorers.player.team
cardscorers.player.team
assistscorers.player.team
goalscorers.team
cardscorers.team
assistscorers.team
goalscorers.player
cardscorers.player
assistscorers.player
Includes are the cornerstone of our API and allow you to enrich and customize your requests. This flexibility is what distinguishes us from our competitors.
You can learn more about what includes are and how they work here:
Season Field Description
Topscorers Field Description
Check this endpoint in Postman.
Field | Description |
| The unique id of the current stage |
| The name of the stage |
| The unique league id the stage belongs to |
| The unique id of the current season |
| The unique id of the current round |
| The name of the round |
| Indicates what kind of type this stage is |
| The unique id of the current stage |
| The name of the stage |
Field | Description |
| The actual position in the rankings in the stage |
| The unique player id of the player in that position in the stage |
| The unique id of the the player plays for |
| The unique id of the current stage |
| The total number of goals the player has scored in the stage |
| The total number of penalty goals the player has scored in the stage |
| The type of the standings. Possible values are: goals, cards or assists |
Endpoint details |
Authorization | API Key |
Pagination | NO |
Allowed nested includes | 3 |
Available parameters |
include | Enrich the API with more data and/or nested includes. Can be used by adding |
This Topscorers endpoint returns the Aggregated Topscorers by Season. This means that all stages are summed, also preliminary stages.
GET
Topscorers Aggregated by season IDaggregatedGoalscorers.player
aggregatedGoalscorers.player.team
aggregatedCardscorers.player
aggregatedCardscorers.player.team
aggregatedAssistscorers.player
aggregatedAssistscorers.player.team
aggregatedGoalscorers.team
aggregatedCardscorers.team
aggregatedAssistscorers.team
Includes are the cornerstone of our API and allow you to enrich and customize your requests. This flexibility is what distinguishes us from our competitors.
You can learn more about what includes are and how they work here:
Season Field Description
Topscorers Field Description
Field
Description
id
The unique id of the current stage
name
The name of the stage
league_id
The unique league id the stage belongs to
season_id
The unique id of the current season
round_id
The unique id of the current round
round_name
The name of the round
type
Indicates what kind of type this stage is
stage_id
The unique id of the current stage
stage_name
The name of the stage
Field
Description
position
The actual position in the rankings in the stage
player_id
The unique player id of the player in that position in the stage
team_id
The unique id of the the player plays for
stage_id
The unique id of the current stage
goals
The total number of goals the player has scored in the stage
penalty_goals
The total number of penalty goals the player has scored in the stage
type
The type of the standings. Possible values are: goals, cards or assists
Endpoint details
Authorization
API Key
Pagination
NO
Allowed nested includes
3
Available parameters
include
Enrich the API with more data and/or nested includes. Can be used by adding &include=
etc to your request url.