Player Profile for Search
Update Time: 2022-05-20 11:14
Introduction
This API endpoint supports searching player information by the player's name.
Related Plans
You can use this api by subscribing plans: Live Data.
Request
- Path: /sport/basketball/player/search
- Method: GET
- Calls: This interface is limited to 60 second/call; 200 calls per day for free trial.
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
name | string | true | Get the data of the specified player name, supporting fuzzy search. |
Response
Parameter | Value | Description |
---|---|---|
playerId | string | |
number | int | |
name | string | |
teamId | string | |
place | string | Position of the player |
birthday | int | Unix timestamp |
height | int | Unit: cm, e.g. 192 |
weight | int | Unit: kg, e.g. 77 |
photo | string | Player photo url. The picture is saved locally for use, please do not call it directly. |
nbaAge | long | Years since the player joined NBA |
salary | string | Unit: ten thousand USD, e.g. 3565. |
country | string |
Example Request
Example Response
{}