§ referee data

Every tendency of every referee.

Cards per match, home-vs-away bias, penalty rates — computed from every match we've indexed where the referee was recorded. This is the kind of stat betting models, media analysts, and football journalists ask for constantly. Nobody in the commercial API space publishes it. We do.

Career leaderboard

# Referee Matches Yellows/m Reds/m % cards → home Home win rate
Loading…

How to query this

All ref bias stats are exposed as materialized views on the public Supabase endpoint. Refreshed nightly from the matches + match_events tables.

GET /rest/v1/referee_career_stats?select=*,referee:referees(name)&order=yellows_per_match.desc&limit=20
     ↳ career leaderboard sorted by card-happy refs

GET /rest/v1/referee_season_stats?referee_id=eq.123&select=*,season:seasons(name)
     ↳ single ref's stats across every season

GET /rest/v1/referee_career_stats?referee_id=eq.123
     ↳ single ref's career averages