Overview
The upstream feed exposes career-level referee aggregates only. To unblock per-game referee reporting (cards issued, fouls recorded, penalties awarded), V2 publishes three derived endpoints that compute referee statistics on the fly from match incident data. Every response includes"source": "derived" so you can distinguish computed
values from upstream-native fields.
Base URL
x-api-key header. See Authentication.
Endpoints
Referee statistics for a specific match
Match officials statistics
Upcoming referee assignments
Example Request
Example Response
Notes
- Works for any finished match where incident data is available.
foulsRecordedreflects fouls captured in the incident stream and may undercount free kicks that did not generate a discrete incident event.- The
cardsarray is ordered by minute and includes both yellow and red cards.yellowRedCardscounts second-yellow dismissals separately from straight reds. - For World Cup 2026 fixtures, the underlying
event.refereefield is populated upstream once FIFA publishes appointments (typically 2–3 days before kickoff). Once that happens, these derived endpoints work automatically for WC matches as well. See FIFA World Cup 2026.
Related
- Match endpoints — full match payload including the
refereefield when available. - FIFA World Cup 2026 — convenience endpoints for the tournament.