Player Profile

Update Time: 2026-07-09 16:29

Introduction

• This API endpoint returns basketball player profile information. All players are returned by default.

• Note: The request must include the parameter cmd=new, e.g. http://api.isportsapi.com/sport/basketball/player?api_key=&cmd=new.

Related Plans

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

Request

  • Path: /sport/basketball/player
  • Method: GET
  • Calls: This interface is limited to 300 seconds/call;
  • Recommend Calls: 1 day/call
  • Parameters:
ParameterValueRequiredDescription
cmdstringtrueFixed value new. Required for this endpoint to return data correctly.
daystringfalseReturns player data that has been added or modified within the specified number of days, e.g. day=1 or day=2.

Response

ParameterValueDescription
playerId string Unique ID of the player.
number int Jersey number. Returns 0 if not available.
name string Player name.
teamId string Unique ID of the team the player belongs to.
place stringPosition of the player, e.g. Forward. Returns empty if not available.
birthday intPlayer's date of birth (Unix timestamp, GMT+0). Returns 0 if not available.
height intHeight, unit: cm, e.g. 192. Returns 0 if not available.
weight intWeight, unit: kg, e.g. 77. Returns 0 if not available.
photo stringPlayer photo URL.

The image is hosted for reference only — please save it locally rather than calling this URL directly in production. Returns empty if not available.
nbaAge longYears since the player joined the NBA. Returns 0 for non-NBA players.
salary stringSalary, unit: ten thousand USD, e.g. 3565. Returns empty if not available.
country string Player's nationality/country.
isNational boolean true: player is on a national team roster
false: player is not on a national team roster

Example Request

Example Response

    • This API endpoint returns basketball player profile information. All players are returned by default.\n\n • Note: The request must include the parameter cmd=new, e.g. http://api.isportsapi.com/sport/basketball/player?api_key=&cmd=new.
    Contact

    Contact