WhistleIQ - Football Referee Statistics
WhistleIQ exposes referee-level data that's typically locked inside match-tracking sites and never offered as a queryable API - career stats, season form, disciplinary records (cards, fouls, penalties), and team-level discipline splits by home/away venue.
WhistleIQ - Football Referee Statistics endpoints
| Method | Endpoint | Description |
|---|---|---|
| Discovery | ||
| GET |
List All Leagues /api/v1/leagues |
Returns the full list of leagues and competitions covered by WhistleIQ. |
| GET |
Get Referees by Stage /api/v1/stages/{stageId}/referees |
Returns the referees who officiated matches in a specific season stage. |
| GET |
List All Stages /api/v1/stages |
Returns every season stage currently tracked across all leagues. |
| GET |
Get Stages by League /api/v1/leagues/{leagueName}/stages |
Returns the available season stages for a given league. |
| Core Data | ||
| GET |
Search Referees /api/v1/referees/search |
Searches referees by name and returns matching profiles. |
| GET |
Get Referee Profile /api/v1/referees/{id} |
Returns core profile information for a single referee. |
| GET |
Get Team Discipline Stats /api/v1/referees/{id}/team-stats |
Returns a team's disciplinary record, split by home and away venue. |
| GET |
Get Referee Career Stats /api/v1/referees/{id}/career-stats |
Returns a referee's full career statistics across all competitions and seasons. |
| GET |
Get Tournament Stats /api/v1/referees/{id}/tournament-stats |
Returns referee statistics aggregated at the tournament level. |
| GET |
Get Referees by Team /api/v1/teams/{teamName}/referees |
Returns the referees who have officiated matches involving a specific team. |
| GET |
List All Teams /api/v1/teams |
Returns the full list of teams tracked across covered leagues. |
| Value-Add | ||
| GET |
Get Referee Leaderboard /api/v1/stages/{stageId}/leaderboard |
Returns referees ranked by disciplinary metrics (e.g. cards per game). |
| GET |
Get Trending Referees /api/v1/trending |
Returns referees with notable recent statistical trends. |
| GET |
Compare Referees /api/v1/compare/referees |
Compares disciplinary tendencies between two or more referees. |
| GET |
Get Matchup Preview /api/v1/matchup-preview |
Returns referee-related insights for an upcoming fixture between two teams. |
WhistleIQ - Football Referee Statistics pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO | $10 / month | 5 / second |
|
| ULTRA | $29 / month | 10 / second |
|
| MEGA | $75 / month | 20 / second |
|