Leaders
Season leaderboards.
Open in the interactive reference
Operations
- GETTop scorers — Players ranked by goals, with home and away split and penalties.
- GETTop assists — Players ranked by assists.
- GETMost cards — Yellow, yellow-red and red cards per player.
Route reference
Operations
The t query parameter selects the operation. Parameters not listed for an operation are ignored.
t |
Operation | Required | Optional |
|---|---|---|---|
topscorers |
Top scorers. Players ranked by goals, with home and away split and penalties. | season_id |
— |
topassists |
Top assists. Players ranked by assists. | season_id |
— |
topcards |
Most cards. Yellow, yellow-red and red cards per player. | season_id |
— |
Examples
Top scorers:
GET /v2.2/leaders/?user=USER&token=TOKEN&t=topscorers&season_id=12516
Top assists:
GET /v2.2/leaders/?user=USER&token=TOKEN&t=topassists&season_id=12516
Most cards:
GET /v2.2/leaders/?user=USER&token=TOKEN&t=topcards&season_id=12516