Top Scorer

Update Time: 2023-10-09 16:33

Introduction

• This interface is used to obtain the technical statistics of players' goals in league and cup matches, which can be used as a reference to make the scorer list.

• Currently only some major leagues and cups are supported.

• By using endpoint League Profile (Basic) , you can get basic information of leagues and cups.

Related Plans

You can use this api by subscribing plans:  Stats.

Request

  • Path: /sport/football/topscorer
  • Method: GET
  • Calls: This interface is limited to 10 second/call;
  • Recommend Calls: 1 day/call
  • Parameters:
ParameterValueRequiredDescription
leagueIdstringtrueget the current season data of the specified league and cup.
seasonstringfalseto get the specified season data of the event, it needs to be used together with "leagueId".

e.g. 2019 or 2018-2019

Response

ParameterValueDescription
playerId string
playerName string
teamId string
teamName string
country string
goalsCount intTotal goals, including penalty
homeGoals intGoals in home matches, including penalty
awayGoals intGoals in away matches, including penalty
homePenalty intPenalty in home matches.
awayPenalty intPenalty in away matches.
matchNum intNumber of appearances.

Some cup matches do not have this field.
subNum intNumber of substitute appearances.

Some cups do not have this field.

Example Request

Example Response

{}
    • This interface is used to obtain the technical statistics of players' goals in league and cup matches, which can be used as a reference to make the scorer list.\n\n • Currently only some major leagues and cups are supported.\n\n • By using endpoint League Profile (Basic) , you can get basic information of leagues and cups.

    Top ScoreriSportsAPI

    Contact