Statistics
Aggregated statistics for leagues, seasons, teams and players, and per-match statistics. The meaning of id depends on the operation.
Open in the interactive reference
Operations
- GETLeague statistics, current season — Season totals of the current season of a league: matches, goals, cards, clean sheets, goal ranges and goal lines.
- GETLeague statistics by season — Season totals such as goals, cards and goal lines.
- GETTeam statistics by season — Goals scored and conceded, clean sheets, cards and goal ranges of a team in a season.
- GETPlayer statistics — Season statistics with
idandseason_id, or single-match statistics withplayer_idandmatch_id. - GETMatch statistics — Team statistics of one match, one entry per team.
Route reference
Operations
The t query parameter selects the operation. Parameters not listed for an operation are ignored.
t |
Operation | Required | Optional |
|---|---|---|---|
league |
League statistics, current season. Season totals of the current season of a league: matches, goals, cards, clean sheets, goal ranges and goal lines. | id |
— |
season |
League statistics by season. Season totals such as goals, cards and goal lines. | id |
— |
team |
Team statistics by season. Goals scored and conceded, clean sheets, cards and goal ranges of a team in a season. | id, season_id |
— |
player |
Player statistics. Season statistics with id and season_id, or single-match statistics with player_id and match_id. |
— | id, season_id, player_id, match_id, lang |
match |
Match statistics. Team statistics of one match, one entry per team. | id |
— |
Examples
League statistics, current season:
GET /v2.2/stats/?user=USER&token=TOKEN&t=league&id=1005
League statistics by season:
GET /v2.2/stats/?user=USER&token=TOKEN&t=season&id=12588
Team statistics by season:
GET /v2.2/stats/?user=USER&token=TOKEN&t=team&id=98&season_id=406
Player statistics:
GET /v2.2/stats/?user=USER&token=TOKEN&t=player&id=18103&season_id=12516
Match statistics:
GET /v2.2/stats/?user=USER&token=TOKEN&t=match&id=2589310