Schedule & Results (Basic)

Update Time: 2026-07-09 09:22

Introduction

• This API endpoint returns basic schedule and result information for basketball matches. You can use it with the Match Modify Record endpoint to track any post-publication corrections to match data.

• One of the following parameters is required: date, leagueId, or matchId — these three cannot be used together in the same request. The season parameter can only be used in combination with leagueId, to retrieve matches for a specific season; if omitted, the current season is returned by default.

• Tips: You have access to all the basketball Common API endpoints with any valid paid basketball plans.

Related Plans

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

Request

  • Path: /sport/basketball/schedule/basic
  • Method: GET
  • Calls: This interface is limited to 60 seconds/call;
  • Recommend Calls: 12 hours/call
  • Parameters:
ParameterValueRequiredDescription
datestringfalseMatch date, format yyyy-MM-dd, e.g. 2026-07-01.
leagueIdstringfalseFilter by a specific league or cup ID.
seasonstringfalseUsed together with leagueId to retrieve matches for a specific season, e.g. 25-26.

Returns the current season by default.
matchId stringfalseFilter by a specific match ID. Only matches from the current season are supported.

Response

ParameterValueDescription
matchId string Unique ID of the match.
leagueId string Unique ID of the league or cup.
leagueName stringShort name of the league or cup, e.g. NBA.
quarterCount intNumber of quarters in the match.

2: 2-quarter format 4: 4-quarter format
matchTime intScheduled match time (Unix timestamp, GMT+0).
status int0: Not started
1: First quarter
2: Second quarter
3: Third quarter
4: Fourth quarter
5: First OT
6: Second OT
7: Third OT
50: Half-time
-1: Finished
-2: TBD
-3: Interrupted
-4: Cancelled
-5: Postponed
homeId string Unique ID of the home team.
homeName string Name of the home team.
awayId string Unique ID of the away team.
awayName string Name of the away team.
homeScore int Final or current score of the home team.
awayScore int Final or current score of the away team.
explain stringThe latest live-text event description for the match, e.g. [Spurs] [SAS] Team Timeout: Regular.
neutral booleantrue: match is played at a neutral venue
false: match is not played at a neutral venue

Example Request

Example Response

    • This API endpoint returns basic schedule and result information for basketball matches. You can use it with the Match Modify Record endpoint to track any post-publication corrections to match data.\n\n • One of the following parameters is required: date, leagueId, or matchId — these three cannot be used together in the same request. The season parameter can only be used in combination with leagueId, to retrieve matches for a specific season; if omitted, the current season is returned by default. \n\n • Tips: You have access to all the basketball Common API endpoints with any valid paid basketball plans.
    Contact

    Contact