Basketball V1
Live Games
Get all currently live basketball games with real-time scores
GET
Live Games
Efficient Polling: Use the
lastUpdateId parameter for real-time updates without re-fetching all data.Overview
Returns all basketball games that are currently in progress. Data updates every ~5 seconds for full coverage leagues like NBA and EuroLeague.Query Parameters
Filter by competition ID (e.g., 132 for NBA, 138 for EuroLeague)
For efficient polling - returns only games that have changed since this ID. Get this value from the previous response.
Response Structure
Array of live game objects
Use this value in subsequent requests for efficient polling
Code Examples
Polling for Live Updates
Filter by Competition
Get only NBA games:Status Groups
| Value | Meaning |
|---|---|
| 1 | Not Started / Scheduled |
| 2 | Scheduled (pre-match) |
| 3 | Live / In Progress |
| 4 | Ended / Finished |
| 5 | Cancelled |
| 6 | Postponed |
| 8 | Abandoned |
Key Competition IDs
| Competition | ID |
|---|---|
| NBA | 132 |
| EuroLeague | 138 |
| WNBA | 2004 |
| NCAA Men’s | 2065 |
| Spanish ACB | 149 |
Authorizations
Your SportsAPI Pro API key
Query Parameters
Filter by competition ID (e.g., 132 for NBA)
Example:
132
For efficient polling - returns only updates since this ID
Last modified on April 12, 2026
Live Games