Statistics API — season stats, rankings, and predictions
Three endpoints: global season aggregates, team and player performance rankings, the prediction leaderboard, and personal vote history with points awarded.
Use this file to discover all available pages before exploring further.
The Statistics API aggregates performance data across the full season into three focused endpoints. The main statistics endpoint returns match-level globals, team performance rankings across five categories, and top-five individual rankings for scorers and card recipients. Two additional endpoints power the prediction (porra) leaderboard: a public ranking of the top ten users by season points and a private endpoint that returns an authenticated user’s own score, global rank, and full vote history.
GET /statisticsReturns global match statistics, team performance rankings (top 5 per category), and individual player rankings for the requested season.
GET /statistics/user-rankingReturns the top 10 users ranked by their prediction (porra) points for the requested season. Only accounts with role user are included; referee and admin accounts are excluded.
GET /statistics/user-statsReturns the authenticated user’s total prediction points, their global rank in the leaderboard, and their 20 most recent votes for the season with match results and points awarded. Requires authentication.