NBA Game Boxscore Top-level team scores by quarter, along with full statistics for each teams’ leaders in points, rebounds, and assists.
Update FrequencyTTL / Cache: This endpoint will update to a 2s TTL (time to live) upon a game moving to inprogress. Upon closed, it will transfer to 120s.
Data Updates: Realtime
Data Points
Season:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | game - season | GUID | Unique season ID ex. 583eca2f-fb46-11e1-82cb-f4ce4684ea4c |
name | game - season | String | Name of the season ex. Post-season |
type | game - season | String | Type of the seasonPRE (Preseason), REG (Regular Season), IST (In-Season Tournament), PIT (Play-In Tournament), PST (Postseason) |
year | game - season | Integer | Year of the season |
Boxscore:
Attribute | Parent Element | Type | Description |
---|---|---|---|
attendance | game | Integer | Attendance of a game ex. 19079 |
lead_changes | game | Integer | Number of lead changes in a game |
times_tied | game | Integer | Number of times tied in a game |
bonus | team | Boolean | Signifies a team is in the bonus |
points | team | Integer | Total points for a team |
id | team | GUID | Unique ID of a team ex. 583ec825-fb46-11e1-82cb-f4ce4684ea4c |
market | team | String | Market name of a team ex. Golden State |
name | team | String | Team name ex. Warriors |
remaining_timeouts | team | Integer | Remaining timeouts for a team |
reference | team | String | League reference ID of a team ex. 1610612758 |
sr_id | team | GUID | Unique Sportradar ID of a team ex. sr:team:3426 |
points | team - scoring - quarter | Integer | Team points in a quarter |
number | team - scoring - quarter | Integer | Quarter number |
sequence | team - scoring - quarter | Integer | Period sequence number |
points | team - scoring - overtime | Integer | Team points in overtime |
number | team - scoring - overtime | Integer | Overtime number |
sequence | team - scoring - overtime | Integer | Period sequence number (The first overtime sequence would be 5 ) |
home | team | Boolean | Signifies the home team when true |
Team Leaders:
Each Boxscore provides team leaders for: Assists, Points, Rebounds
Attribute | Parent Element | Type | Description |
---|---|---|---|
full_name | team - leaders - assists / points / rebounds - player | String | Full name of team leader in a statistic ex. Stephen Curry |
id | player | GUID | Unique player ID of team leader in a statistic ex. 8ec91366-faea-4196-bbfd-b8fab7434795 |
reference | player | String | League reference ID of a player ex. 1626157 |
sr_id | player | GUID | Unique Sportradar ID of team leader in a statistic ex. sr:player:608110 |
Game:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| GUID | Unique ID of the away team |
|
| GUID | Unique ID of the home team |
|
| String | Type of data entry for the game |
|
| String | Clock value of the game |
|
| String | Clock value in decimal form when the game clock is under 1:00. Otherwise it displays the same value as |
|
| String | Coverage level of a game |
|
| String | Duration of a game |
|
| GUID | Unique ID of a game |
|
| Boolean | Signifies a game is part of the In-Season Tournament |
|
| GUID | Standard parent ID of a game. Use this ID to group events (like the All-Star game) across seasons |
|
| Integer | Current quarter of a game |
|
| String | League reference ID of a game |
|
| GUID | Unique Sportradar ID of a game |
|
| String | The status of a game |
|
| String | Game title |
|
| Boolean | Signifies a game with tracking of players on the court. |
|
| Boolean | Signifies a game played at a neutral venue |
|
| dateTime | Scheduled date and time of a game |
|
| String | Time zone of the away team |
|
| String | Time zone of the home team |
|
| String | Time zone of the venue |
Broadcast:
Attribute | Parent Element | Type | Description |
---|---|---|---|
channel | broadcast | String | Name of a game's broadcast channel ex. 649 |
locale | broadcast | String | Signifies the locale of a broadcast ex. Home , Away , National |
network | broadcast | String | Name of a game's broadcast network ex. ESPN |
type | broadcast | String | Type of broadcast ex. TV |
Team Records:
Attribute | Parent Element | Type | Description |
---|---|---|---|
losses | team - record | Integer | Number of team losses year-to-date before the game. Record is updated post-game based on the game outcome |
wins | team - record | Integer | Number of team wins year-to-date before the game. Record is updated post-game based on the game outcome |
Player Statistics (Game):
Note: Player statistics are only provided for the current team leaders in assists, points and rebounds
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| Integer | Number of assists |
|
| Decimal | Assist to turnover ratio |
|
| Integer | Number of blocked attempts |
|
| Integer | Number of shots blocked |
|
| Integer | Number of defensive rebounds |
|
| Boolean | Signifies a double-double |
|
| Decimal | Effective Field Goal Percentage |
|
| Decimal | Player Efficiency Rating |
|
| Decimal | Player Efficiency Game Score |
|
| Integer | Number of field goal attempts |
|
| Integer | Number of field goals made |
|
| Decimal | Field goal percentage |
|
| Integer | Number of flagrant fouls |
|
| Integer | Number of fouls drawn |
|
| Integer | Number of free throw attempts |
|
| Integer | Number of free throws made |
|
| Decimal | Free throw percentage |
|
| String | Number of minutes played |
|
| Integer | Number of offensive fouls |
|
| Integer | Number of offensive rebounds |
|
| Integer | Number of personal fouls |
|
| Integer | Plus/Minus (Team scoring while a player is on the court) |
|
| Integer | Number of points |
|
| Integer | Number of points in the paint |
|
| Integer | Number of points in the paint attempts |
|
| Integer | Number of points in the paint baskets |
|
| Decimal | Points in the paint percentage |
|
| Integer | Number of points off turnovers |
|
| Integer | Number of rebounds |
|
| Integer | Number of second chance points |
|
| Integer | Number of steals |
|
| Integer | Number of total unsportsmanlike technical fouls |
|
| Integer | Number of non-unsportsmanlike technical fouls |
|
| Integer | Number of 3-point attempts |
|
| Integer | Number of 3-point baskets |
|
| Decimal | 3-point percentage |
|
| Boolean | Signifies a triple-double |
|
| Decimal | Number of attempts used to determine true shooting percentage |
|
| Decimal | True Shooting Percentage |
|
| Integer | Number of turnovers |
|
| Integer | Number of 2-point attempts |
|
| Integer | Number of 2-point baskets |
|
| Decimal | 2-point percentage |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
full_name | player | String | Full name of a player ex. Stephen Curry |
jersey_number | player | Integer | Number of a player's jersey |
id | player | GUID | Unique player ID ex. 8ec91366-faea-4196-bbfd-b8fab7434795 |
position | player | String | Position of a playerNA , C , C-F , F , F-C , F-G , G , G-F |
primary_position | player | String | Primary position of a playerNA , C , PF , PG , SF , SG |
reference | player | String | League reference ID of a player ex. 1626157 |
sr_id | player | GUID | Unique Sportradar ID of a player ex. sr:player:608110 |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | team | String | Abbreviation of a team ex. SAC (Sacramento) |
id | team | GUID | Unique ID of a team ex. 583ed0ac-fb46-11e1-82cb-f4ce4684ea4c |
market | team | String | Market name of a team ex. Sacramento |
name | team | String | Team name ex. Kings |
reference | team | String | League reference ID of a team ex. 1610612758 |
sr_id | team | GUID | Unique Sportradar ID of a team ex. sr:team:3415 |