Player Profile

Update Time: 2026-06-04 16:51

Introduction

• This API endpoint returns comprehensive profile and identity data for football players, supporting records for both club and national team associations.

• Requests require at least one parameter from teamId, day, or playerId (these three parameters are mutually exclusive and cannot be used simultaneously).

• Use it after calling the Teamlist with Player Profile endpoint to obtain valid teamIds, then use those IDs here to retrieve the complete player profiles for each squad.

• It is recommended to perform an initial full data synchronization followed by regular incremental updates, using the unique recordId to distinguish between multiple team associations for the same player.

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. Supports up to 50 IDs.
playerIdstringfalseGet specified player data.
daystringfalseData modification window;
returns players updated within the last N days.
cmd=morestringfalseExtended data flag;
set to more to include player honors.

Response

ParameterValueDescription
recordId string Unique identifier for the player-team association
playerId string
name string Player name, e.g. Franco Mastantuono
birthday stringBirth date, e.g. 2007-08-14
height intPlayer height in cm, e.g. 178
country stringPrimary nationality
feet stringPreferred foot; e.g. Left, Right, or Both
weight intPlayer weight in kg, e.g. 71
photo stringPlayer photo URL. (Note: Recommended to cache and host assets locally)
value longMarket value in units of 10,000 Euros, e.g. 4500 (represents 45,000,000 Euros).
teamId string Current team ID; references Team table
position stringPlaying position, e.g. Right Winger
number int Player jersey number
introduce string Player biography or introduction
contractEndDate stringContract expiration date, e.g. 2031-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 comprehensive profile and identity data for football players, supporting records for both club and national team associations.\n\n • Requests require at least one parameter from teamId, day, or playerId (these three parameters are mutually exclusive and cannot be used simultaneously).\n\n • Use it after calling the Teamlist with Player Profile endpoint to obtain valid teamIds, then use those IDs here to retrieve the complete player profiles for each squad.\n\n • It is recommended to perform an initial full data synchronization followed by regular incremental updates, using the unique recordId to distinguish between multiple team associations for the same player.
    Contact

    Contact