Lineups
Update Time: 2020-04-09 15:28
Introduction
This API endpoint returns lineups of basketball matches in the last 24 hours and future 48 hours.
Related Plans
You can use this api by subscribing plans: Live Data.
Request
- Path: /basketball_th/lineups.aspx
- Method: GET
- Calls: This interface is limited to 60 second/call.
- Recommend Calls: 1 hour/call
- Parameters:
Response
| Parameter | Value | Description | |
|---|---|---|---|
| matchId | int | ||
| homeLineup | list | Home team lineup | |
| playerId | int | ||
| number | string | Ball uniform number | |
| name | string | Player name | |
| position | string | ||
| homeBackup | list | The same as homeLineup | |
| awayLineup | list | The same as homeLineup | |
| awayBackup | list | The same as homeLineup | |
| homeInjury | list | Home team injury | |
| playerId | int | ||
| name | string | Player name | |
| position | string | ||
| date | date | ||
| awayInjury | list | The same as homeInjury | |
