{ "opencollection": "1.0.0", "info": { "name": "iSports Basketball Live Data API", "version": "2026-08-09" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Basketball Live Data", "type": "folder" }, "items": [ { "info": { "name": "Livescores Changes", "type": "http" }, "http": { "method": "GET", "url": "https://api.isportsapi.com/sport/basketball/livescores/changes" }, "docs": "• This API endpoint returns livescore changes for basketball matches updated in the last 15 seconds — only the fields that changed since the last update are meaningful. \n\n\n\n• You can use it with the Livescore for today endpoint to obtain full match information such as team names and league details." }, { "info": { "name": "Livescores for Today", "type": "http" }, "http": { "method": "GET", "url": "https://api.isportsapi.com/sport/basketball/livescores" }, "docs": "• This API endpoint returns livescores for basketball matches on the current day (GMT+0 00:00–23:59). \n\n\n\n• You can use it with the Livescores Changes endpoint to track subsequent score and status updates." }, { "info": { "name": "Schedule & Results", "type": "http" }, "http": { "method": "GET", "url": "https://api.isportsapi.com/sport/basketball/schedule", "params": [ { "name": "date", "value": "", "type": "query", "description": "Match date, format yyyy-MM-dd, e.g. 2026-07-01. \n\n\n\nReturns matches scheduled for the specified date (GMT+0 00:00–23:59)." }, { "name": "leagueId", "value": "", "type": "query", "description": "Filter by a specific league or cup ID. \n\n\n\nReturns schedule data for the current season of the specified league or cup." }, { "name": "season", "value": "", "type": "query", "description": "Used together with leagueId to retrieve matches for a specific season, e.g. 25-26. \n\n\n\nReturns the current season by default." }, { "name": "matchId", "value": "", "type": "query", "description": "Filter by a specific match ID." } ] }, "docs": "• This API endpoint returns schedule and result information for basketball matches from the past two months up to future fixtures, filtered by date or leagueId. \n\n\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\n\n• You can use it with the Live Text endpoint to retrieve match-by-match live text updates for each matchId returned here." }, { "info": { "name": "Live Text", "type": "http" }, "http": { "method": "GET", "url": "https://api.isportsapi.com/sport/basketball/livetext", "params": [ { "name": "matchId", "value": "", "type": "query", "description": "Returns live text content for the specified match. \n\n\n\nIf omitted, returns all live text content updated in the last 2 minutes across matches." } ] }, "docs": "• This API endpoint returns live text content for a specified matchId. Only NBA and WNBA matches are supported.\n\n\n\n• If matchId is omitted, all live text content updated in the last 2 minutes across matches is returned. \n\n\n\n• You can use it with the Match List of Live Text endpoint to first obtain a list of available matchIds." } ] } ], "bundled": true }