Player Profile

Update Time: 2026-01-30 17:34

Introduction

• This API endpoint returns player information.

• At least one of the "teamId" "day"and "playerId" parameters must be filled in, and the three parameters can not be used at the same time.

• It is recommended to save all player data locally for the first time, and then update it regularly.

• The same player may be associated with 2 teams at the same time, including the national team and the club team. The uniqueness can be judged by "id".

Related Plans

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

Request

  • Path: /sport/football/player
  • Method: GET
  • Calls: This interface is limited to 60 second/call;
  • Recommend Calls: 1 day/call
  • Parameters: Must add one of the two parameters teamId and playerId.
ParameterValueRequiredDescription
teamIdstringfalseGet player data for a specified team. teamId can`t be more than 50.
playerIdstringfalseGet specified player data.
daystringfalseGet player data that has been modified within a specified number of days.
cmd=morestringfalseGet player honor data.

Response

ParameterValueDescription
recordId string
playerId string
name string
birthday stringe.g. 1987-02-02
height intUnit: cm, e.g. 192
country stringe.g. Spain
feet stringLeft or Right
weight intUnit: kg, e.g. 77
photo stringPlayer photo url.

The picture is saved locally for use, please do not call it directly.
value longUnit: 10,000 Euros, e.g. 2500
teamId string
position stringe.g. Centre Back
number int Player shirt number
introduce string
contractEndDate stringWhen the contract ends, e.g. 2022-06-30
PAC stringPace for players or Diving for goalkeepers.
SHO stringShooting for players or Handling for goalkeepers.
PAS stringPassing for players or Kicking for goalkeepers.
DRI stringDribbling for players or Reflexes for goalkeepers.
DEF stringDefending for players or Speed for goalkeepers.
PHY stringPhysical for players or Positioning for goalkeepers.
country2 string Second nationality of the player, if available.
country2Id int Unique identifier of the player’s second nationality.

Example Request

Example Response

    • This API endpoint returns player information.\n\n • At least one of the "teamId" "day"and "playerId" parameters must be filled in, and the three parameters can not be used at the same time.\n\n • It is recommended to save all player data locally for the first time, and then update it regularly.\n\n • The same player may be associated with 2 teams at the same time, including the national team and the club team. The uniqueness can be judged by "id".
    Contact

    Contact