Top Scorer

Update Time: 2022-03-24 15:10

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: /football_th/topscorer.aspx
  • Method: GET
  • Calls: This interface is limited to 10 second/call.
  • Recommend Calls: 1 day/call
  • Parameters:
Parameter Value Required Description
leagueId int true get the current season data of the specified league and cup.
season string false to get the specified season data of the event, it needs to be used together with "leagueId".

e.g. 2019 or 2018-2019

Response

Parameter Value Description
playerId int
playerName string
teamId int
teamName string
country string
goalsCount int Total goals, including penalty
homeGoals int Goals in home matches, including penalty
awayGoals int Goals in away matches, including penalty
homePenalty int Penalty in home matches.
awayPenalty int Penalty in away matches.
matchNum int Games played, 
Some Cup matches do not have this field
subNum int Number of substitute appearances,
Some Cup matches do not have this field
    • 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 Scorer iSportsAPI