Referee Profile

Update Time: 2026-06-29 15:28

Introduction

• This API endpoint returns referee identity information and their historical performance statistics for specific matches.

• It covers matches scheduled from the past 24 hours into the future, providing details on referee roles and historical home/away team outcomes under their officiating.

• Use it to analyze the potential impact of match officials on game results based on their card-issuing averages and win percentages.

Related Plans

You can use this api by subscribing plans:  Live Data.

Request

  • Path: /sport/football/referee
  • Method: GET
  • Calls: This interface is limited to 60 seconds/call;
  • Recommend Calls: 12 hours/call

Response

ParameterValueDescription
matchId string
typeId int1: Referee
2: Assistant referee
3: Fourth official
refereeId int
name stringReferee name, e.g. Stephanie Frappart
birthday stringBirth date, e.g. 1983/12/14
country string Nationality of the referee
photo stringReferee photo URL. (Note: Recommended to cache and host assets locally).
statistics objectStatistical summary based on the referee’s most recent matches, including performance related to home and away teams.
hasHome booleanIndicates whether statistics related to the home team are available.
true = data available
false = no data available
hasAway booleanIndicates whether statistics related to the away team are available.
true = data available
false = no data available
win_home intNumber of matches where the home team won under this referee.
draw_home intNumber of matches where the home team drew under this referee.
loss_home intNumber of matches where the home team lost under this referee.
win_away intNumber of matches where the away team won under this referee.
draw_away intNumber of matches where the away team drew under this referee.
loss_away intNumber of matches where the away team lost under this referee.
winPercent floatPercentage value derived from recent match outcomes.
yellowAvg floatAverage number of yellow cards per match issued by the referee.

Example Request

Example Response

    • This API endpoint returns referee identity information and their historical performance statistics for specific matches.\n\n • It covers matches scheduled from the past 24 hours into the future, providing details on referee roles and historical home/away team outcomes under their officiating.\n\n • Use it to analyze the potential impact of match officials on game results based on their card-issuing averages and win percentages.
    Contact

    Contact