Livescores Changes
Update Time: 2020-04-09 15:26
Introduction
This API endpoint returns livescore changes of basketball matches which were updated in the last 15 seconds. You can use it with the Livescore for today endpoint.
Related Plans
You can use this api by subscribing plans: Live Data.
Request
- Path: /basketball_th/livescores/changes.aspx
- Method: GET
- Calls: This interface is limited to 1 second/call.
- Recommend Calls: 2~10 second/call
Response
Parameter | Value | Description |
---|---|---|
matchId | int | |
status | int | 0: Not started
1: The first quarter 2: The second quarter 3: The third quarter 4: The fourth quarter 5: The first OT 6: The second OT 7: The third OT 50: Half-time -1: Finished -2: TBD -3: Interrupted -4: Cancelled -5: Postponed |
quarterRemainTime | string | Rest time of the quarter, e.g. 01:23 |
homeScore | int | Total score of home team |
awayScore | int | Total score of away team |
home1 | int | |
away1 | int | |
home2 | int | |
away2 | int | |
home3 | int | |
away3 | int | |
home4 | int | |
away4 | int | |
overTimeCount | int | Number of overtimes. |
homeOt1 | int | |
awayOt1 | int | |
homeOt2 | int | |
awayOt2 | int | |
homeOt3 | int | |
awayOt3 | int | |
hasStats | boolean | Is there stats data? |
explain | string | Return to the live text of the match, e.g. [Spurs][SAS] Team Timeout: Regular. |