Integration GuidesReference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Reference Docs

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
⏱️

Update Frequency

TTL / Cache: 120 seconds

Data Updates: As Necessary



Data Points

Splits Categories:
AttributeParent ElementTypeDescription
categorysplitStringCategory of a split statistic
days_of_rest, day_of_week, last_10, last_5, month, week
days_of_restsplitStringNumber of days of rest
0, 1, 2, 3+
day_of_weeksplitStringDay of the week
monthsplitStringMonth of the year
weeksplitIntegerWeek number of the season
League:
AttributeParent ElementTypeDescription
idseasonGUIDUnique season ID
ex. 2a29bf58-7069-4ca4-8933-0347544e243d
typeseasonStringType of the season
REG (Regular Season)
yearseasonIntegerYear of the season
Player:
AttributeParent ElementTypeDescription
first_nameplayerStringFirst name of a player
ex. Anthony
full_nameplayerStringFull name of a player
ex. Anthony Tarke
idplayerGUIDUnique player ID
ex. 89c7cd33-6143-48dd-82c4-ccbfed25ddaa
jersey_numberplayerIntegerNumber of a player's jersey
last_nameplayerStringLast name of a player
ex. Tarke
positionplayerStringPosition of a player
NA, C, C-F, F, F-C, F-G, G, G-F
primary_positionplayerStringPrimary position of a player
NA, 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:
AttributeParent ElementTypeDescription
idteamGUIDUnique ID of a team
ex. 67a79348-041a-45f6-bb12-722d38dc8dbf
marketteamStringMarket name of a team
ex. Delaware
nameteamStringTeam name
ex. Blue Coats
Path Params
string
enum
required
Defaults to trial

The access level of your API key

trial, production

Allowed:
string
enum
required
Defaults to en

2-letter code for supported languages

br (Brazilian Portuguese), en (English), es (Spanish), fr (French), ru (Russian), zh (simplified Chinese)

Allowed:
string
enum
required
Defaults to 2024

Year of a season in YYYY format

Note: Season year is always the year a season begins. For example, 2024 for the 2024-25 season.

Allowed:
string
enum
required
Defaults to REG

Type of season

PRE (Preseason), REG (Regular Season), SC (Showcase Cup), PST (Postseason), EX (Exhibition)

Allowed:
string
required
Defaults to 452c9579-2fea-4534-8d18-5c701c8912db

ID of a given team

string
enum
required
Defaults to json

Format returned

json, xml

Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json