get
https://api.sportradar.us/nbdl//v8//seasons///teams//splits/schedule.
NBA G League Splits (Schedule) Detailed Team, Player, and Opponent splits across various schedule views including: Days of Rest (1, 2, or 3+), Day of the Week, Last 5, Last 10, By Month, and By Week.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Data Points
Splits Categories:
| Attribute | Parent Element | Type | Description |
|---|---|---|---|
category | split | String | Category of a split statisticdays_of_rest, day_of_week, last_10, last_5, month, week |
days_of_rest | split | String | Number of days of rest0, 1, 2, 3+ |
day_of_week | split | String | Day of the week |
month | split | String | Month of the year |
week | split | Integer | Week number of the season |
League:
| Attribute | Parent Element | Type | Description |
|---|---|---|---|
id | season | GUID | Unique season ID ex. 2a29bf58-7069-4ca4-8933-0347544e243d |
type | season | String | Type of the seasonREG (Regular Season) |
year | season | Integer | Year of the season |
Player:
| Attribute | Parent Element | Type | Description |
|---|---|---|---|
first_name | player | String | First name of a player ex. Anthony |
full_name | player | String | Full name of a player ex. Anthony Tarke |
id | player | GUID | Unique player ID ex. 89c7cd33-6143-48dd-82c4-ccbfed25ddaa |
jersey_number | player | Integer | Number of a player's jersey |
last_name | player | String | Last name of a player ex. Tarke |
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 |
Player Statistics (Season):
<th>
Parent Element
</th>
<th>
Type
</th>
<th>
Description
</th>
</tr>
`games_played`
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of games played
</td>
</tr>
<tr>
<td>
`games_started`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of games started
</td>
</tr>
<tr>
<td>
`minutes`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
String
</td>
<td>
Number of minutes played<br/>ex. `40:07`
</td>
</tr>
<tr>
<td>
`field_goals_made`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of field goals made
</td>
</tr>
<tr>
<td>
`field_goals_att`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of field goal attempts
</td>
</tr>
<tr>
<td>
`field_goals_pct`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
Field goal percentage<br/>ex. `56.5`
</td>
</tr>
<tr>
<td>
`two_points_made`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of 2-point baskets
</td>
</tr>
<tr>
<td>
`two_points_att`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of 2-point attempts
</td>
</tr>
<tr>
<td>
`two_points_pct`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
2-point percentage<br/>ex. `100.0`
</td>
</tr>
<tr>
<td>
`three_points_made`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of 3-point baskets
</td>
</tr>
<tr>
<td>
`three_points_att`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of 3-point attempts
</td>
</tr>
<tr>
<td>
`three_points_pct`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
3-point percentage<br/>ex. `100.0`
</td>
</tr>
<tr>
<td>
`blocked_att`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of blocked attempts
</td>
</tr>
<tr>
<td>
`free_throws_made`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of free throws made
</td>
</tr>
<tr>
<td>
`free_throws_att`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of free throw attempts
</td>
</tr>
<tr>
<td>
`free_throws_pct`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
Free throw percentage<br/>ex. `100.0`
</td>
</tr>
<tr>
<td>
`offensive_rebounds`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of offensive rebounds
</td>
</tr>
<tr>
<td>
`defensive_rebounds`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of defensive rebounds
</td>
</tr>
<tr>
<td>
`rebounds`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of rebounds
</td>
</tr>
<tr>
<td>
`assists`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of assists
</td>
</tr>
<tr>
<td>
`turnovers`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of turnovers
</td>
</tr>
<tr>
<td>
`assists_turnover_ratio`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
Assist to turnover ratio
</td>
</tr>
<tr>
<td>
`steals`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of steals
</td>
</tr>
<tr>
<td>
`blocks`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of shots blocked
</td>
</tr>
<tr>
<td>
`personal_fouls`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of personal fouls
</td>
</tr>
<tr>
<td>
`tech_fouls`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of total unsportsmanlike technical fouls
</td>
</tr>
<tr>
<td>
`tech_fouls_non _unsportsmanlike`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of non-unsportsmanlike technical fouls
</td>
</tr>
<tr>
<td>
`flagrant_fouls`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of flagrant fouls
</td>
</tr>
<tr>
<td>
`ejections`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of ejections
</td>
</tr>
<tr>
<td>
`foulouts`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of foul outs
</td>
</tr>
<tr>
<td>
`true_shooting_att`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
Number of attempts used to determine true shooting percentage<br/>sFieldGoalsAttempted + (0.44 \* sFreeThrowsAttempted)
</td>
</tr>
<tr>
<td>
`true_shooting_pct`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
True Shooting Percentage<br/>100 *sPoints / (2* sTrueShootingAttempts )
</td>
</tr>
<tr>
<td>
`efficiency`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
Player Efficiency Rating<br/>(sPoints + sAssists + sBlocks+sSteals + sFoulsDrawn + sReboundsTotal) - (sTurnovers + sBlocksReceived + sFoulsPersonal + sFoulsTechnical + (sTwoPointersAttempted - sTwoPointersMade) + (sThreePointersAttempted - sThreePointersMade) + (sFreeThrowsAttempted - sFreeThrowsMade))
</td>
</tr>
<tr>
<td>
`points_off_turnovers`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of points off turnovers
</td>
</tr>
<tr>
<td>
`points_in_paint`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of points in the paint
</td>
</tr>
<tr>
<td>
`points_in_paint_made`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of points in the paint baskets
</td>
</tr>
<tr>
<td>
`points_in_paint_att`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of points in the paint attempts
</td>
</tr>
<tr>
<td>
`points_in_paint_pct`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
Points in the paint percentage<br/>ex. `28.6`
</td>
</tr>
<tr>
<td>
`effective_fg_pct`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
Effective Field Goal Percentage<br/><i>(FG + 0.5 \* 3P) / FGA</i>
</td>
</tr>
<tr>
<td>
`double_doubles`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of double-doubles
</td>
</tr>
<tr>
<td>
`triple_double`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Boolean
</td>
<td>
Signifies a triple-double
</td>
</tr>
<tr>
<td>
`fouls_drawn`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of fouls drawn
</td>
</tr>
<tr>
<td>
`offensive_fouls`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of offensive fouls
</td>
</tr>
<tr>
<td>
`fast_break_att`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of fast break attempts
</td>
</tr>
<tr>
<td>
`fast_break_pts`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of fast break points
</td>
</tr>
<tr>
<td>
`fast_break_made`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of fast break baskets
</td>
</tr>
<tr>
<td>
`fast_break_pct`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
Fast break percentage<br/>ex. `100.0`
</td>
</tr>
<tr>
<td>
`coach_ejections`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of coach ejections
</td>
</tr>
<tr>
<td>
`second_chance_pct`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
Second chance percentage<br/>ex. `20.0`
</td>
</tr>
<tr>
<td>
`second_chance_pts`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of second chance points
</td>
</tr>
<tr>
<td>
`second_chance_att`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of second chance attempts
</td>
</tr>
<tr>
<td>
`second_chance_made`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of second chance baskets
</td>
</tr>
<tr>
<td>
`minus`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of team points against while a player is on the court
</td>
</tr>
<tr>
<td>
`plus`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of team points scored while a player is on the court
</td>
</tr>
<tr>
<td>
`coach_tech_fouls`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Integer
</td>
<td>
Number of coach technical fouls
</td>
</tr>
<tr>
<td>
`minutes`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Minutes played per game
</td>
</tr>
<tr>
<td>
`points`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Points per game
</td>
</tr>
<tr>
<td>
`off_rebounds`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Offensive rebounds per game
</td>
</tr>
<tr>
<td>
`def_rebounds`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Defensive rebounds per game
</td>
</tr>
<tr>
<td>
`rebounds`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Rebounds per game
</td>
</tr>
<tr>
<td>
`assists`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Assists per game
</td>
</tr>
<tr>
<td>
`steals`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Steals per game
</td>
</tr>
<tr>
<td>
`blocks`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Integer
</td>
<td>
Shots blocked per game
</td>
</tr>
<tr>
<td>
`turnovers`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Turnovers per game
</td>
</tr>
<tr>
<td>
`personal_fouls`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Personal fouls per game
</td>
</tr>
<tr>
<td>
`flagrant_fouls`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Flagrant fouls per game
</td>
</tr>
<tr>
<td>
`blocked_att`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Blocked attempts per game
</td>
</tr>
<tr>
<td>
`field_goals_made`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Field goals made per game
</td>
</tr>
<tr>
<td>
`field_goals_att`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Field goal attempts per game
</td>
</tr>
<tr>
<td>
`three_points_made`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
3-point baskets per game
</td>
</tr>
<tr>
<td>
`three_points_att`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
3-point attempts per game
</td>
</tr>
<tr>
<td>
`free_throws_made`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Free throws made per game
</td>
</tr>
<tr>
<td>
`free_throws_att`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Free throw attempts per game
</td>
</tr>
<tr>
<td>
`two_points_made`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
2-point baskets per game
</td>
</tr>
<tr>
<td>
`two_points_att`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
2-point attempts per game
</td>
</tr>
<tr>
<td>
`efficiency`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Player Efficiency Rating per game
</td>
</tr>
<tr>
<td>
`true_shooting_att`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Number of attempts per game used to determine true shooting percentage
</td>
</tr>
<tr>
<td>
`points_off_turnovers`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Points off turnovers per game
</td>
</tr>
<tr>
<td>
`points_in_paint_made`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Points in the paint baskets per game
</td>
</tr>
<tr>
<td>
`points_in_paint_att`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Points in the paint attempts per game
</td>
</tr>
<tr>
<td>
`points_in_paint`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Points in the paint per game
</td>
</tr>
<tr>
<td>
`fouls_drawn`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Fouls drawn per game
</td>
</tr>
<tr>
<td>
`offensive_rebounds_pct`
</td>
<td>
`player_records` - `split` - `overall` - `total`
</td>
<td>
Decimal
</td>
<td>
Offensive rebound percentage<br/>ex. `20.0`
</td>
</tr>
<tr>
<td>
`fast_break_pts`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Fast break points per game
</td>
</tr>
<tr>
<td>
`fast_break_att`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Fast break attempts per game
</td>
</tr>
<tr>
<td>
`fast_break_made`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Fast break baskets per game
</td>
</tr>
<tr>
<td>
`offensive_fouls`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Offensive fouls per game
</td>
</tr>
<tr>
<td>
`second_chance_pts`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Second chance points per game
</td>
</tr>
<tr>
<td>
`second_chance_att`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Second chance attempts per game
</td>
</tr>
<tr>
<td>
`second_chance_made`
</td>
<td>
`player_records` - `split` - `overall` - `average`
</td>
<td>
Decimal
</td>
<td>
Second chance baskets per game
</td>
</tr>
Team Statistics (Season):
| Attribute | Parent Element | Type | Description |
|---|---|---|---|
| `games_played` | `team_records` - `overall` - `total` | Integer | Number of games played |
| `minutes` | `team_records` - `overall` - `total` | String |
Number of minutes played ex. `40:07` |
| `field_goals_made` | `team_records` - `overall` - `total` | Integer | Number of field goals made |
| `field_goals_att` | `team_records` - `overall` - `total` | Integer | Number of field goal attempts |
| `field_goals_pct` | `team_records` - `overall` - `total` | Decimal |
Field goal percentage ex. `56.5` |
| `two_points_made` | `team_records` - `overall` - `total` | Integer | Number of 2-point baskets |
| `two_points_att` | `team_records` - `overall` - `total` | Integer | Number of 2-point attempts |
| `two_points_pct` | `team_records` - `overall` - `total` | Decimal |
2-point percentage ex. `100.0` |
| `three_points_made` | `team_records` - `overall` - `total` | Integer | Number of 3-point baskets |
| `three_points_att` | `team_records` - `overall` - `total` | Integer | Number of 3-point attempts |
| `three_points_pct` | `team_records` - `overall` - `total` | Decimal |
3-point percentage ex. `100.0` |
| `blocked_att` | `team_records` - `overall` - `total` | Integer | Number of blocked attempts |
| `free_throws_made` | `team_records` - `overall` - `total` | Integer | Number of free throws made |
| `free_throws_att` | `team_records` - `overall` - `total` | Integer | Number of free throw attempts |
| `free_throws_pct` | `team_records` - `overall` - `total` | Decimal |
Free throw percentage ex. `100.0` |
| `offensive_rebounds` | `team_records` - `overall` - `total` | Integer | Number of offensive rebounds |
| `defensive_rebounds` | `team_records` - `overall` - `total` | Integer | Number of defensive rebounds |
| `rebounds` | `team_records` - `overall` - `total` | Integer | Number of rebounds |
| `assists` | `team_records` - `overall` - `total` | Integer | Number of assists |
| `assists_turnover_ratio` | `team_records` - `overall` - `total` | Decimal | Assist to turnover ratio |
| `turnovers` | `team_records` - `overall` - `total` | Integer | Number of turnovers |
| `steals` | `team_records` - `overall` - `total` | Integer | Number of steals |
| `blocks` | `team_records` - `overall` - `total` | Integer | Number of shots blocked |
| `personal_fouls` | `team_records` - `overall` - `total` | Integer | Number of personal fouls |
| `tech_fouls` | `team_records` - `overall` - `total` | Integer | Number of technical fouls |
| `points` | `team_records` - `overall` - `total` | Integer | Number of points |
| `fast_break_pts` | `team_records` - `overall` - `total` | Integer | Number of fast break points |
| `flagrant_fouls` | `team_records` - `overall` - `total` | Integer | Number of flagrant fouls |
| `points_off_turnovers` | `team_records` - `overall` - `total` | Integer | Number of points off turnovers |
| `second_chance_pts` | `team_records` - `overall` - `total` | Integer | Number of second chance points |
| `ejections` | `team_records` - `overall` - `total` | Integer | Number of ejections |
| `foulouts` | `team_records` - `overall` - `total` | Integer | Number of foul outs |
| `points_in_paint` | `team_records` - `overall` - `total` | Integer | Number of points in the paint |
| `efficiency` | `team_records` - `overall` - `total` | Decimal |
Player Efficiency Rating (sPoints+sAssists+sBlocks+sSteals+sFoulsDrawn+sReboundsTotal)-(sTurnovers+sBlocksReceived+sFoulsPersonal+sFoulsTechnical+(sTwoPointersAttempted-sTwoPointersMade)+(sThreePointersAttempted-sThreePointersMade)+(sFreeThrowsAttempted-sFreeThrowsMade)) |
| `true_shooting_att` | `team_records` - `overall` - `total` | Decimal |
Number of attempts used to determine true shooting percentage sFieldGoalsAttempted + (0.44 \* sFreeThrowsAttempted) |
| `true_shooting_pct` | `team_records` - `overall` - `total` | Decimal |
True Shooting Percentage 100 *sPoints / (2* sTrueShootingAttempts ) |
| `points_in_paint_made` | `team_records` - `overall` - `total` | Integer | Number of points in the paint baskets |
| `points_in_paint_att` | `team_records` - `overall` - `total` | Integer | Number of points in the paint attempts |
| `points_in_paint_pct` | `team_records` - `overall` - `total` | Decimal |
Points in the paint percentage ex. `28.6` |
| `effective_fg_pct` | `team_records` - `overall` - `total` | Decimal |
Effective Field Goal Percentage (FG + 0.5 \* 3P) / FGA |
| `bench_points` | `team_records` - `overall` - `total` | Integer | Number of bench points |
| `fouls_drawn` | `team_records` - `overall` - `total` | Integer | Number of fouls drawn |
| `offensive_fouls` | `team_records` - `overall` - `total` | Integer | Number of offensive fouls |
| `team_tech_fouls` | `team_records` - `overall` - `total` | Integer | Number of team technical fouls |
| `fast_break_att` | `team_records` - `overall` - `total` | Integer | Number of fast break attempts |
| `fast_break_made` | `team_records` - `overall` - `total` | Integer | Number of fast break baskets |
| `fast_break_pct` | `team_records` - `overall` - `total` | Decimal |
Fast break percentage ex. `100.0` |
| `technical_other` | `team_records` - `overall` - `total` | Integer |
Number of other technical fouls This stat is no longer in use but may be present for past games |
| `coach_ejections` | `team_records` - `overall` - `total` | Integer | Number of coach ejections |
| `points_against` | `team_records` - `overall` - `total` | Integer | Number of points against |
| `team_defensive_rebounds` | `team_records` - `overall` - `total` | Integer | Number of team defensive rebounds |
| `team_offensive_rebounds` | `team_records` - `overall` - `total` | Integer | Number of team offensive rebounds |
| `second_chance_att` | `team_records` - `overall` - `total` | Integer | Number of second chance attempts |
| `second_chance_made` | `team_records` - `overall` - `total` | Integer | Number of second chance baskets |
| `second_chance_pct` | `team_records` - `overall` - `total` | Decimal |
Second chance percentage ex. `20.0` |
| `coach_tech_fouls` | `team_records` - `overall` - `total` | Integer | Number of coach technical fouls |
| `team_fouls` | `team_records` - `overall` - `total` | Integer | Number of team fouls |
| `total_rebounds` | `team_records` - `overall` - `total` | Integer | Number of total rebounds (team rebounds + player rebounds) |
| `total_fouls` | `team_records` - `overall` - `total` | Integer | Number of total fouls (team fouls + personal fouls) |
| `fast_break_pts` | `team_records` - `overall` - `average` | Decimal | Fast break points per game |
| `points_off_turnovers` | `team_records` - `overall` - `average` | Decimal | Points off turnovers per game |
| `second_chance_pts` | `team_records` - `overall` - `average` | Decimal | Second chance points per game |
| `minutes` | `team_records` - `overall` - `average` | Decimal | Minutes played per game |
| `points` | `team_records` - `overall` - `average` | Decimal | Points per game |
| `off_rebounds` | `team_records` - `overall` - `average` | Decimal | Offensive rebounds per game |
| `def_rebounds` | `team_records` - `overall` - `average` | Decimal | Defensive rebounds per game |
| `rebounds` | `team_records` - `overall` - `average` | Decimal | Rebounds per game |
| `assists` | `team_records` - `overall` - `average` | Decimal | Assists per game |
| `steals` | `team_records` - `overall` - `average` | Decimal | Steals per game |
| `blocks` | `team_records` - `overall` - `average` | Integer | Shots blocked per game |
| `turnovers` | `team_records` - `overall` - `average` | Decimal | Turnovers per game |
| `personal_fouls` | `team_records` - `overall` - `average` | Decimal | Personal fouls per game |
| `flagrant_fouls` | `team_records` - `overall` - `average` | Decimal | Flagrant fouls per game |
| `blocked_att` | `team_records` - `overall` - `average` | Decimal | Blocked attempts per game |
| `field_goals_made` | `team_records` - `overall` - `average` | Decimal | Field goals made per game |
| `field_goals_att` | `team_records` - `overall` - `average` | Decimal | Field goal attempts per game |
| `three_points_made` | `team_records` - `overall` - `average` | Decimal | 3-point baskets per game |
| `three_points_att` | `team_records` - `overall` - `average` | Decimal | 3-point attempts per game |
| `free_throws_made` | `team_records` - `overall` - `average` | Decimal | Free throws made per game |
| `free_throws_att` | `team_records` - `overall` - `average` | Decimal | Free throw attempts per game |
| `two_points_made` | `team_records` - `overall` - `average` | Decimal | 2-point baskets per game |
| `two_points_att` | `team_records` - `overall` - `average` | Decimal | 2-point attempts per game |
| `points_in_paint` | `team_records` - `overall` - `average` | Decimal | Points in the paint per game |
| `efficiency` | `team_records` - `overall` - `average` | Decimal | Player Efficiency Rating per game |
| `true_shooting_att` | `team_records` - `overall` - `average` | Decimal | Number of attempts per game used to determine true shooting percentage |
| `points_in_paint_att` | `team_records` - `overall` - `average` | Decimal | Points in the paint attempts per game |
| `points_in_paint_made` | `team_records` - `overall` - `average` | Decimal | Points in the paint baskets per game |
| `bench_points` | `team_records` - `overall` - `average` | Decimal | Bench points per game |
| `fouls_drawn` | `team_records` - `overall` - `average` | Decimal | Fouls drawn per game |
| `offensive_fouls` | `team_records` - `overall` - `average` | Decimal | Offensive fouls per game |
| `fast_break_att` | `team_records` - `overall` - `average` | Decimal | Fast break attempts per game |
| `fast_break_made` | `team_records` - `overall` - `average` | Decimal | Fast break baskets per game |
| `second_chance_att` | `team_records` - `overall` - `average` | Decimal | Second chance attempts per game |
| `second_chance_made` | `team_records` - `overall` - `average` | Decimal | Second chance baskets per game |
Team Opponent Statistics (Season):
| Attribute | Parent Element | Type | Description |
|---|---|---|---|
| `games_played` | `team_records` - `opponents` - `total` | Integer | Number of games played |
| `minutes` | `team_records` - `opponents` - `total` | String |
Number of minutes played ex. `40:07` |
| `field_goals_made` | `team_records` - `opponents` - `total` | Integer | Number of field goals made |
| `field_goals_att` | `team_records` - `opponents` - `total` | Integer | Number of field goal attempts |
| `field_goals_pct` | `team_records` - `opponents` - `total` | Decimal |
Field goal percentage ex. `56.5` |
| `two_points_made` | `team_records` - `opponents` - `total` | Integer | Number of 2-point baskets |
| `two_points_att` | `team_records` - `opponents` - `total` | Integer | Number of 2-point attempts |
| `two_points_pct` | `team_records` - `opponents` - `total` | Decimal |
2-point percentage ex. `100.0` |
| `three_points_made` | `team_records` - `opponents` - `total` | Integer | Number of 3-point baskets |
| `three_points_att` | `team_records` - `opponents` - `total` | Integer | Number of 3-point attempts |
| `three_points_pct` | `team_records` - `opponents` - `total` | Decimal |
3-point percentage ex. `100.0` |
| `blocked_att` | `team_records` - `opponents` - `total` | Integer | Number of blocked attempts |
| `free_throws_made` | `team_records` - `opponents` - `total` | Integer | Number of free throws made |
| `free_throws_att` | `team_records` - `opponents` - `total` | Integer | Number of free throw attempts |
| `free_throws_pct` | `team_records` - `opponents` - `total` | Decimal |
Free throw percentage ex. `100.0` |
| `offensive_rebounds` | `team_records` - `opponents` - `total` | Integer | Number of offensive rebounds |
| `defensive_rebounds` | `team_records` - `opponents` - `total` | Integer | Number of defensive rebounds |
| `rebounds` | `team_records` - `opponents` - `total` | Integer | Number of rebounds |
| `assists` | `team_records` - `opponents` - `total` | Integer | Number of assists |
| `assists_turnover_ratio` | `team_records` - `opponents` - `total` | Decimal | Assist to turnover ratio |
| `turnovers` | `team_records` - `opponents` - `total` | Integer | Number of turnovers |
| `steals` | `team_records` - `opponents` - `total` | Integer | Number of steals |
| `blocks` | `team_records` - `opponents` - `total` | Integer | Number of shots blocked |
| `personal_fouls` | `team_records` - `opponents` - `total` | Integer | Number of personal fouls |
| `tech_fouls` | `team_records` - `opponents` - `total` | Integer | Number of technical fouls |
| `points` | `team_records` - `opponents` - `total` | Integer | Number of points |
| `fast_break_pts` | `team_records` - `opponents` - `total` | Integer | Number of fast break points |
| `flagrant_fouls` | `team_records` - `opponents` - `total` | Integer | Number of flagrant fouls |
| `points_off_turnovers` | `team_records` - `opponents` - `total` | Integer | Number of points off turnovers |
| `second_chance_pts` | `team_records` - `opponents` - `total` | Integer | Number of second chance points |
| `ejections` | `team_records` - `opponents` - `total` | Integer | Number of ejections |
| `foulouts` | `team_records` - `opponents` - `total` | Integer | Number of foul outs |
| `points_in_paint` | `team_records` - `opponents` - `total` | Integer | Number of points in the paint |
| `efficiency` | `team_records` - `opponents` - `total` | Decimal |
Player Efficiency Rating (sPoints+sAssists+sBlocks+sSteals+sFoulsDrawn+sReboundsTotal)-(sTurnovers+sBlocksReceived+sFoulsPersonal+sFoulsTechnical+(sTwoPointersAttempted-sTwoPointersMade)+(sThreePointersAttempted-sThreePointersMade)+(sFreeThrowsAttempted-sFreeThrowsMade)) |
| `true_shooting_att` | `team_records` - `opponents` - `total` | Decimal |
Number of attempts used to determine true shooting percentage sFieldGoalsAttempted + (0.44 \* sFreeThrowsAttempted) |
| `true_shooting_pct` | `team_records` - `opponents` - `total` | Decimal |
True Shooting Percentage 100 *sPoints / (2* sTrueShootingAttempts ) |
| `points_in_paint_made` | `team_records` - `opponents` - `total` | Integer | Number of points in the paint baskets |
| `points_in_paint_att` | `team_records` - `opponents` - `total` | Integer | Number of points in the paint attempts |
| `points_in_paint_pct` | `team_records` - `opponents` - `total` | Decimal |
Points in the paint percentage ex. `28.6` |
| `effective_fg_pct` | `team_records` - `opponents` - `total` | Decimal |
Effective Field Goal Percentage (FG + 0.5 \* 3P) / FGA |
| `bench_points` | `team_records` - `opponents` - `total` | Integer | Number of bench points |
| `fouls_drawn` | `team_records` - `opponents` - `total` | Integer | Number of fouls drawn |
| `offensive_fouls` | `team_records` - `opponents` - `total` | Integer | Number of offensive fouls |
| `team_tech_fouls` | `team_records` - `opponents` - `total` | Integer | Number of team technical fouls |
| `fast_break_att` | `team_records` - `opponents` - `total` | Integer | Number of fast break attempts |
| `fast_break_made` | `team_records` - `opponents` - `total` | Integer | Number of fast break baskets |
| `fast_break_pct` | `team_records` - `opponents` - `total` | Decimal |
Fast break percentage ex. `100.0` |
| `technical_other` | `team_records` - `opponents` - `total` | Integer |
Number of other technical fouls This stat is no longer in use but may be present for past games |
| `coach_ejections` | `team_records` - `opponents` - `total` | Integer | Number of coach ejections |
| `points_against` | `team_records` - `opponents` - `total` | Integer | Number of points against |
| `team_defensive_rebounds` | `team_records` - `opponents` - `total` | Integer | Number of team defensive rebounds |
| `team_offensive_rebounds` | `team_records` - `opponents` - `total` | Integer | Number of team offensive rebounds |
| `second_chance_att` | `team_records` - `opponents` - `total` | Integer | Number of second chance attempts |
| `second_chance_made` | `team_records` - `opponents` - `total` | Integer | Number of second chance baskets |
| `second_chance_pct` | `team_records` - `opponents` - `total` | Decimal |
Second chance percentage ex. `20.0` |
| `coach_tech_fouls` | `team_records` - `opponents` - `total` | Integer | Number of coach technical fouls |
| `team_fouls` | `team_records` - `opponents` - `total` | Integer | Number of team fouls |
| `total_rebounds` | `team_records` - `opponents` - `total` | Integer | Number of total rebounds (team rebounds + player rebounds) |
| `total_fouls` | `team_records` - `opponents` - `total` | Integer | Number of total fouls (team fouls + personal fouls) |
| `fast_break_pts` | `team_records` - `opponents` - `average` | Decimal | Fast break points per game |
| `points_off_turnovers` | `team_records` - `opponents` - `average` | Decimal | Points off turnovers per game |
| `second_chance_pts` | `team_records` - `opponents` - `average` | Decimal | Second chance points per game |
| `minutes` | `team_records` - `opponents` - `average` | Decimal | Minutes played per game |
| `points` | `team_records` - `opponents` - `average` | Decimal | Points per game |
| `off_rebounds` | `team_records` - `opponents` - `average` | Decimal | Offensive rebounds per game |
| `def_rebounds` | `team_records` - `opponents` - `average` | Decimal | Defensive rebounds per game |
| `rebounds` | `team_records` - `opponents` - `average` | Decimal | Rebounds per game |
| `assists` | `team_records` - `opponents` - `average` | Decimal | Assists per game |
| `steals` | `team_records` - `opponents` - `average` | Decimal | Steals per game |
| `blocks` | `team_records` - `opponents` - `average` | Integer | Shots blocked per game |
| `turnovers` | `team_records` - `opponents` - `average` | Decimal | Turnovers per game |
| `personal_fouls` | `team_records` - `opponents` - `average` | Decimal | Personal fouls per game |
| `flagrant_fouls` | `team_records` - `opponents` - `average` | Decimal | Flagrant fouls per game |
| `blocked_att` | `team_records` - `opponents` - `average` | Decimal | Blocked attempts per game |
| `field_goals_made` | `team_records` - `opponents` - `average` | Decimal | Field goals made per game |
| `field_goals_att` | `team_records` - `opponents` - `average` | Decimal | Field goal attempts per game |
| `three_points_made` | `team_records` - `opponents` - `average` | Decimal | 3-point baskets per game |
| `three_points_att` | `team_records` - `opponents` - `average` | Decimal | 3-point attempts per game |
| `free_throws_made` | `team_records` - `opponents` - `average` | Decimal | Free throws made per game |
| `free_throws_att` | `team_records` - `opponents` - `average` | Decimal | Free throw attempts per game |
| `two_points_made` | `team_records` - `opponents` - `average` | Decimal | 2-point baskets per game |
| `two_points_att` | `team_records` - `opponents` - `average` | Decimal | 2-point attempts per game |
| `points_in_paint` | `team_records` - `opponents` - `average` | Decimal | Points in the paint per game |
| `efficiency` | `team_records` - `opponents` - `average` | Decimal | Player Efficiency Rating per game |
| `true_shooting_att` | `team_records` - `opponents` - `average` | Decimal | Number of attempts per game used to determine true shooting percentage |
| `points_in_paint_att` | `team_records` - `opponents` - `average` | Decimal | Points in the paint attempts per game |
| `points_in_paint_made` | `team_records` - `opponents` - `average` | Decimal | Points in the paint baskets per game |
| `bench_points` | `team_records` - `opponents` - `average` | Decimal | Bench points per game |
| `fouls_drawn` | `team_records` - `opponents` - `average` | Decimal | Fouls drawn per game |
| `offensive_fouls` | `team_records` - `opponents` - `average` | Decimal | Offensive fouls per game |
| `fast_break_att` | `team_records` - `opponents` - `average` | Decimal | Fast break attempts per game |
| `fast_break_made` | `team_records` - `opponents` - `average` | Decimal | Fast break baskets per game |
| `second_chance_att` | `team_records` - `opponents` - `average` | Decimal | Second chance attempts per game |
| `second_chance_made` | `team_records` - `opponents` - `average` | Decimal | Second chance baskets per game |
Team:
| Attribute | Parent Element | Type | Description |
|---|---|---|---|
id | team | GUID | Unique ID of a team ex. 67a79348-041a-45f6-bb12-722d38dc8dbf |
market | team | String | Market name of a team ex. Delaware |
name | team | String | Team name ex. Blue Coats |
