Skip to contents

[Deprecated]

NBA Stats no longer returns stable data for this V2 endpoint. This function is deprecated and now errors when called. Use nba_boxscorefourfactorsv3() instead.

[Deprecated]

NBA Stats no longer returns stable data for this V2 endpoint. This function is deprecated and now errors when called. Use nba_boxscoremiscv3() instead.

[Deprecated]

NBA Stats no longer returns stable data for this V2 endpoint. This function is deprecated and now errors when called. Use nba_boxscorescoringv3() instead.

[Deprecated]

NBA Stats no longer returns stable data for this V2 endpoint. This function is deprecated and now errors when called. Use nba_boxscoreusagev3() instead.

[Deprecated]

NBA Stats no longer returns stable data for this V2 endpoint. This function is deprecated and now errors when called. Use nba_boxscoreplayertrackv3() instead.

Usage

nba_boxscoretraditionalv2(
  game_id,
  start_period = 0,
  end_period = 14,
  start_range = 0,
  end_range = 0,
  range_type = 0,
  ...
)

nba_boxscoreadvancedv2(
  game_id,
  start_period = 0,
  end_period = 14,
  start_range = 0,
  end_range = 0,
  range_type = 0,
  ...
)

nba_boxscoredefensive(game_id, ...)

nba_boxscorefourfactorsv2(
  game_id,
  start_period = 0,
  end_period = 14,
  start_range = 0,
  end_range = 0,
  range_type = 0,
  ...
)

nba_boxscoremiscv2(
  game_id,
  start_period = 0,
  end_period = 14,
  start_range = 0,
  end_range = 0,
  range_type = 0,
  ...
)

nba_boxscorescoringv2(
  game_id,
  start_period = 0,
  end_period = 14,
  start_range = 0,
  end_range = 0,
  range_type = 0,
  ...
)

nba_boxscoreusagev2(
  game_id,
  start_period = 0,
  end_period = 14,
  start_range = 0,
  end_range = 0,
  range_type = 0,
  ...
)

nba_boxscoresummaryv2(game_id, ...)

nba_boxscorematchups(game_id, ...)

nba_boxscoreplayertrackv2(game_id, ...)

nba_hustlestatsboxscore(game_id, ...)

nba_boxscoresimilarityscore(
  person_1_id = "202691",
  person_1_league_id = "00",
  person_1_season = most_recent_nba_season() - 3,
  person_1_season_type = "Regular Season",
  person_2_id = "1626164",
  person_2_league_id = "00",
  person_2_season = most_recent_nba_season() - 3,
  person_2_season_type = "Regular Season",
  ...
)

nba_glalumboxscoresimilarityscore(
  person_1_id,
  person_1_league_id,
  person_1_season,
  person_1_season_type,
  person_2_id,
  person_2_league_id,
  person_2_season,
  person_2_season_type,
  ...
)

Arguments

game_id

Game ID

start_period

start_period

end_period

end_period

start_range

start_range

end_range

end_range

range_type

range_type

...

Additional arguments passed to an underlying function like httr.

person_1_id

person_1_id

person_1_league_id

person_1_league_id

person_1_season

person_1_season

person_1_season_type

person_1_season_type

person_2_id

person_2_id

person_2_league_id

person_2_league_id

person_2_season

person_2_season

person_2_season_type

person_2_season_type

Value

A list of data frames: PlayerStats, TeamStats, TeamStarterBenchStats

PlayerStats

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
NICKNAMEcharacterTeam or athlete nickname.
START_POSITIONcharacter
COMMENTcharacterPlayer status / inactive reason (e.g. 'DNP - Coach's Decision', 'Inactive').
MINcharacterMinutes played.
FGMcharacterField goals made.
FGAcharacterField goal attempts.
FG_PCTcharacterField goal percentage (0-1).
FG3McharacterThree-point field goals made.
FG3AcharacterThree-point field goal attempts.
FG3_PCTcharacterThree-point field goal percentage (0-1).
FTMcharacterFree throws made.
FTAcharacterFree throw attempts.
FT_PCTcharacterFree throw percentage (0-1).
OREBcharacterOffensive rebounds.
DREBcharacterDefensive rebounds.
REBcharacterTotal rebounds.
ASTcharacterAssists.
STLcharacterSteals.
BLKcharacterBlocks.
TOcharacterTo.
PFcharacterPersonal fouls.
PTScharacterPoints scored.
PLUS_MINUScharacterPlus/minus point differential while on court.

TeamStats

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
MINcharacterMinutes played.
FGMcharacterField goals made.
FGAcharacterField goal attempts.
FG_PCTcharacterField goal percentage (0-1).
FG3McharacterThree-point field goals made.
FG3AcharacterThree-point field goal attempts.
FG3_PCTcharacterThree-point field goal percentage (0-1).
FTMcharacterFree throws made.
FTAcharacterFree throw attempts.
FT_PCTcharacterFree throw percentage (0-1).
OREBcharacterOffensive rebounds.
DREBcharacterDefensive rebounds.
REBcharacterTotal rebounds.
ASTcharacterAssists.
STLcharacterSteals.
BLKcharacterBlocks.
TOcharacterTo.
PFcharacterPersonal fouls.
PTScharacterPoints scored.
PLUS_MINUScharacterPlus/minus point differential while on court.

TeamStarterBenchStats

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
STARTERS_BENCHcharacter
MINcharacterMinutes played.
FGMcharacterField goals made.
FGAcharacterField goal attempts.
FG_PCTcharacterField goal percentage (0-1).
FG3McharacterThree-point field goals made.
FG3AcharacterThree-point field goal attempts.
FG3_PCTcharacterThree-point field goal percentage (0-1).
FTMcharacterFree throws made.
FTAcharacterFree throw attempts.
FT_PCTcharacterFree throw percentage (0-1).
OREBcharacterOffensive rebounds.
DREBcharacterDefensive rebounds.
REBcharacterTotal rebounds.
ASTcharacterAssists.
STLcharacterSteals.
BLKcharacterBlocks.
TOcharacterTo.
PFcharacterPersonal fouls.
PTScharacterPoints scored.

Returns a named list of data frames: PlayerStats, TeamStats

PlayerStats

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
NICKNAMEcharacterTeam or athlete nickname.
START_POSITIONcharacter
COMMENTcharacterPlayer status / inactive reason (e.g. 'DNP - Coach's Decision', 'Inactive').
MINcharacterMinutes played.
E_OFF_RATINGcharacter
OFF_RATINGcharacterOffensive rating (points produced per 100 possessions).
E_DEF_RATINGcharacter
DEF_RATINGcharacterDefensive rating (points allowed per 100 possessions).
E_NET_RATINGcharacter
NET_RATINGcharacterNet rating (off rating - def rating).
AST_PCTcharacterAssist percentage (0-1).
AST_TOVcharacter
AST_RATIOcharacterAssist ratio (assists per 100 possessions used).
OREB_PCTcharacterOffensive rebound percentage (0-1).
DREB_PCTcharacterDefensive rebound percentage (0-1).
REB_PCTcharacterTotal rebound percentage (0-1).
TM_TOV_PCTcharacter
EFG_PCTcharacterEffective field goal percentage (0-1).
TS_PCTcharacterTrue shooting percentage (0-1).
USG_PCTcharacterUsage percentage (0-1).
E_USG_PCTcharacter
E_PACEcharacter
PACEcharacterPossessions per 48 minutes.
PACE_PER40characterPace per40.
POSScharacterPoss.
PIEcharacterPlayer Impact Estimate (0-1).

TeamStats

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
MINcharacterMinutes played.
E_OFF_RATINGcharacter
OFF_RATINGcharacterOffensive rating (points produced per 100 possessions).
E_DEF_RATINGcharacter
DEF_RATINGcharacterDefensive rating (points allowed per 100 possessions).
E_NET_RATINGcharacter
NET_RATINGcharacterNet rating (off rating - def rating).
AST_PCTcharacterAssist percentage (0-1).
AST_TOVcharacter
AST_RATIOcharacterAssist ratio (assists per 100 possessions used).
OREB_PCTcharacterOffensive rebound percentage (0-1).
DREB_PCTcharacterDefensive rebound percentage (0-1).
REB_PCTcharacterTotal rebound percentage (0-1).
E_TM_TOV_PCTcharacter
TM_TOV_PCTcharacter
EFG_PCTcharacterEffective field goal percentage (0-1).
TS_PCTcharacterTrue shooting percentage (0-1).
USG_PCTcharacterUsage percentage (0-1).
E_USG_PCTcharacter
E_PACEcharacter
PACEcharacterPossessions per 48 minutes.
PACE_PER40characterPace per40.
POSScharacterPoss.
PIEcharacterPlayer Impact Estimate (0-1).

Returns a named list of data frames: PlayerDefensiveStats, Table1

Returns a named list of data frames: sqlPlayersFourFactors, sqlTeamFourFactors

sqlPlayersFourFactors

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
NICKNAMEcharacterTeam or athlete nickname.
START_POSITIONcharacter
COMMENTcharacterPlayer status / inactive reason (e.g. 'DNP - Coach's Decision', 'Inactive').
MINcharacterMinutes played.
EFG_PCTcharacterEffective field goal percentage (0-1).
FTA_RATEcharacterFree throw attempt rate (FTA / FGA).
TM_TOV_PCTcharacter
OREB_PCTcharacterOffensive rebound percentage (0-1).
OPP_EFG_PCTcharacter
OPP_FTA_RATEcharacter
OPP_TOV_PCTcharacter
OPP_OREB_PCTcharacter

sqlTeamsFourFactors

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
MINcharacterMinutes played.
EFG_PCTcharacterEffective field goal percentage (0-1).
FTA_RATEcharacterFree throw attempt rate (FTA / FGA).
TM_TOV_PCTcharacter
OREB_PCTcharacterOffensive rebound percentage (0-1).
OPP_EFG_PCTcharacter
OPP_FTA_RATEcharacter
OPP_TOV_PCTcharacter
OPP_OREB_PCTcharacter

Returns a named list of data frames: sqlPlayersMisc, sqlTeamsMisc

sqlPlayersMisc

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
NICKNAMEcharacterTeam or athlete nickname.
START_POSITIONcharacter
COMMENTcharacterPlayer status / inactive reason (e.g. 'DNP - Coach's Decision', 'Inactive').
MINcharacterMinutes played.
PTS_OFF_TOVcharacterPoints scored off opponent turnovers.
PTS_2ND_CHANCEcharacter
PTS_FBcharacter
PTS_PAINTcharacterPoints scored in the paint.
OPP_PTS_OFF_TOVcharacter
OPP_PTS_2ND_CHANCEcharacter
OPP_PTS_FBcharacter
OPP_PTS_PAINTcharacter
BLKcharacterBlocks.
BLKAcharacter
PFcharacterPersonal fouls.
PFDcharacter

sqlTeamsMisc

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
MINcharacterMinutes played.
PTS_OFF_TOVcharacterPoints scored off opponent turnovers.
PTS_2ND_CHANCEcharacter
PTS_FBcharacter
PTS_PAINTcharacterPoints scored in the paint.
OPP_PTS_OFF_TOVcharacter
OPP_PTS_2ND_CHANCEcharacter
OPP_PTS_FBcharacter
OPP_PTS_PAINTcharacter
BLKcharacterBlocks.
BLKAcharacter
PFcharacterPersonal fouls.
PFDcharacter

Returns a named list of data frames: sqlPlayersScoring, sqlTeamsScoring

sqlPlayersScoring

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
NICKNAMEcharacterTeam or athlete nickname.
START_POSITIONcharacter
COMMENTcharacterPlayer status / inactive reason (e.g. 'DNP - Coach's Decision', 'Inactive').
MINcharacterMinutes played.
PCT_FGA_2PTcharacter
PCT_FGA_3PTcharacter
PCT_PTS_2PTcharacter
PCT_PTS_2PT_MRcharacter
PCT_PTS_3PTcharacter
PCT_PTS_FBcharacter
PCT_PTS_FTcharacter
PCT_PTS_OFF_TOVcharacter
PCT_PTS_PAINTcharacter
PCT_AST_2PMcharacter
PCT_UAST_2PMcharacter
PCT_AST_3PMcharacter
PCT_UAST_3PMcharacter
PCT_AST_FGMcharacter
PCT_UAST_FGMcharacter

sqlTeamsScoring

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
MINcharacterMinutes played.
PCT_FGA_2PTcharacter
PCT_FGA_3PTcharacter
PCT_PTS_2PTcharacter
PCT_PTS_2PT_MRcharacter
PCT_PTS_3PTcharacter
PCT_PTS_FBcharacter
PCT_PTS_FTcharacter
PCT_PTS_OFF_TOVcharacter
PCT_PTS_PAINTcharacter
PCT_AST_2PMcharacter
PCT_UAST_2PMcharacter
PCT_AST_3PMcharacter
PCT_UAST_3PMcharacter
PCT_AST_FGMcharacter
PCT_UAST_FGMcharacter

Returns a named list of data frames: sqlPlayersUsage, sqlTeamsUsage

sqlPlayersUsage

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
NICKNAMEcharacterTeam or athlete nickname.
START_POSITIONcharacter
COMMENTcharacterPlayer status / inactive reason (e.g. 'DNP - Coach's Decision', 'Inactive').
MINcharacterMinutes played.
USG_PCTcharacterUsage percentage (0-1).
PCT_FGMcharacter
PCT_FGAcharacter
PCT_FG3Mcharacter
PCT_FG3Acharacter
PCT_FTMcharacter
PCT_FTAcharacter
PCT_OREBcharacter
PCT_DREBcharacter
PCT_REBcharacter
PCT_ASTcharacter
PCT_TOVcharacter
PCT_STLcharacter
PCT_BLKcharacter
PCT_BLKAcharacter
PCT_PFcharacter
PCT_PFDcharacter
PCT_PTScharacter

sqlTeamsUsage

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
MINcharacterMinutes played.
USG_PCTcharacterUsage percentage (0-1).
PCT_FGMcharacter
PCT_FGAcharacter
PCT_FG3Mcharacter
PCT_FG3Acharacter
PCT_FTMcharacter
PCT_FTAcharacter
PCT_OREBcharacter
PCT_DREBcharacter
PCT_REBcharacter
PCT_ASTcharacter
PCT_TOVcharacter
PCT_STLcharacter
PCT_BLKcharacter
PCT_BLKAcharacter
PCT_PFcharacter
PCT_PFDcharacter
PCT_PTScharacter

Returns a named list of data frames: AvailableVideo, GameInfo, GameSummary, InactivePlayers, LastMeeting, LineScore, Officials, OtherStats, SeasonSeries

GameSummary

Columns as documented in the shared nba_boxscoresummaryv2_gamesummary_schema table.

OtherStats

col_nametypesdescription
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PTS_PAINTcharacterPoints scored in the paint.
PTS_2ND_CHANCEcharacter
PTS_FBcharacter
LARGEST_LEADcharacterLargest lead during the game.
LEAD_CHANGEScharacterLead changes.
TIMES_TIEDcharacterTimes tied.
TEAM_TURNOVERScharacterTeam turnovers (turnovers credited to the team rather than a player).
TOTAL_TURNOVERScharacterTotal turnovers (player + team).
TEAM_REBOUNDScharacterTeam rebounds (rebounds credited to the team rather than a player).
PTS_OFF_TOcharacter

Officials

col_nametypesdescription
OFFICIAL_IDcharacterUnique official / referee identifier.
FIRST_NAMEcharacterPlayer's first name.
LAST_NAMEcharacterPlayer's last name.
JERSEY_NUMcharacterJersey number worn by the player.

InactivePlayers

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
FIRST_NAMEcharacterPlayer's first name.
LAST_NAMEcharacterPlayer's last name.
JERSEY_NUMcharacterJersey number worn by the player.
TEAM_IDcharacterUnique team identifier.
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').

GameInfo

col_nametypesdescription
GAME_DATEcharacterGame date (YYYY-MM-DD).
ATTENDANCEcharacterReported attendance.
GAME_TIMEcharacterGame start time.

LineScore

col_nametypesdescription
GAME_DATE_ESTcharacterGame date est.
GAME_SEQUENCEcharacterGame sequence.
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITY_NAMEcharacter
TEAM_NICKNAMEcharacterTeam nickname.
TEAM_WINS_LOSSEScharacter
PTS_QTR1character
PTS_QTR2character
PTS_QTR3character
PTS_QTR4character
PTS_OT1character
PTS_OT2character
PTS_OT3character
PTS_OT4character
PTS_OT5character
PTS_OT6character
PTS_OT7character
PTS_OT8character
PTS_OT9character
PTS_OT10character
PTScharacterPoints scored.

LastMeeting

Columns as documented in the shared nba_boxscoresummaryv2_lastmeeting_schema table.

SeasonSeries

Columns as documented in the shared nba_boxscoresummaryv2_seasonseries_schema table.

AvailableVideo

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
VIDEO_AVAILABLE_FLAGcharacterVideo available flag.
PT_AVAILABLEcharacterPt available.
PT_XYZ_AVAILABLEcharacterPt xyz available.
WH_STATUScharacterWh status.
HUSTLE_STATUScharacterHustle status.
HISTORICAL_STATUScharacterHistorical status.

Returns a named list of data frames: PlayerMatchupsStats

Returns a named list of data frames: PlayerStats, TeamStats

PlayerStats

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
START_POSITIONcharacter
COMMENTcharacterPlayer status / inactive reason (e.g. 'DNP - Coach's Decision', 'Inactive').
MINcharacterMinutes played.
SPDcharacter
DISTcharacter
ORBCcharacter
DRBCcharacter
RBCcharacter
TCHScharacter
SASTcharacter
FTASTcharacter
PASScharacter
ASTcharacterAssists.
CFGMcharacter
CFGAcharacter
CFG_PCTcharacter
UFGMcharacter
UFGAcharacter
UFG_PCTcharacter
FG_PCTcharacterField goal percentage (0-1).
DFGMcharacter
DFGAcharacter
DFG_PCTcharacter

TeamStats

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
MINcharacterMinutes played.
DISTcharacter
ORBCcharacter
DRBCcharacter
RBCcharacter
TCHScharacter
SASTcharacter
FTASTcharacter
PASScharacter
ASTcharacterAssists.
CFGMcharacter
CFGAcharacter
CFG_PCTcharacter
UFGMcharacter
UFGAcharacter
UFG_PCTcharacter
FG_PCTcharacterField goal percentage (0-1).
DFGMcharacter
DFGAcharacter
DFG_PCTcharacter

Returns a named list of data frames: HustleStatsAvailable, PlayerStats, TeamStats

HustleStatsAvailable

col_nametypesdescription
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PTS_PAINTcharacterPoints scored in the paint.
PTS_2ND_CHANCEcharacter
PTS_FBcharacter
LARGEST_LEADcharacterLargest lead during the game.
LEAD_CHANGEScharacterLead changes.
TIMES_TIEDcharacterTimes tied.
TEAM_TURNOVERScharacterTeam turnovers (turnovers credited to the team rather than a player).
TOTAL_TURNOVERScharacterTotal turnovers (player + team).
TEAM_REBOUNDScharacterTeam rebounds (rebounds credited to the team rather than a player).
PTS_OFF_TOcharacter

PlayerStats

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
START_POSITIONcharacter
COMMENTcharacterPlayer status / inactive reason (e.g. 'DNP - Coach's Decision', 'Inactive').
MINUTEScharacterMinutes played, formatted MM:SS (V3 PT-duration parsed) or decimal minutes (V2).
PTScharacterPoints scored.
CONTESTED_SHOTScharacterDefensively contested shots.
CONTESTED_SHOTS_2PTcharacterContested two-point shots.
CONTESTED_SHOTS_3PTcharacterContested three-point shots.
DEFLECTIONScharacterDefensive deflections.
CHARGES_DRAWNcharacterCharges drawn.
SCREEN_ASSISTScharacterScreen assists (resulting in a basket).
SCREEN_AST_PTScharacter
OFF_LOOSE_BALLS_RECOVEREDcharacter
DEF_LOOSE_BALLS_RECOVEREDcharacter
LOOSE_BALLS_RECOVEREDcharacterLoose balls recovered.
OFF_BOXOUTScharacter
DEF_BOXOUTScharacter
BOX_OUT_PLAYER_TEAM_REBScharacter
BOX_OUT_PLAYER_REBScharacter
BOX_OUTScharacterBox-outs executed.

TeamStats

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
MINUTEScharacterMinutes played, formatted MM:SS (V3 PT-duration parsed) or decimal minutes (V2).
PTScharacterPoints scored.
CONTESTED_SHOTScharacterDefensively contested shots.
CONTESTED_SHOTS_2PTcharacterContested two-point shots.
CONTESTED_SHOTS_3PTcharacterContested three-point shots.
DEFLECTIONScharacterDefensive deflections.
CHARGES_DRAWNcharacterCharges drawn.
SCREEN_ASSISTScharacterScreen assists (resulting in a basket).
SCREEN_AST_PTScharacter
OFF_LOOSE_BALLS_RECOVEREDcharacter
DEF_LOOSE_BALLS_RECOVEREDcharacter
LOOSE_BALLS_RECOVEREDcharacterLoose balls recovered.
OFF_BOXOUTScharacter
DEF_BOXOUTScharacter
BOX_OUT_PLAYER_TEAM_REBScharacter
BOX_OUT_PLAYER_REBScharacter
BOX_OUTScharacterBox-outs executed.

Returns a named list of data frames: BoxScoreSimilarityScores

Returns a named list of data frames: GLeagueAlumBoxScoreSimilarityScores

Details

 nba_boxscoretraditionalv2(game_id = "0022200021")

League-scoped: as of a 2026-08-24 residential-IP probe sweep this V2 endpoint returns HTTP 200 with zero rows for NBA (LeagueID '00') game IDs – use nba_boxscoreadvancedv3() for NBA instead. It still serves real rows for WNBA (LeagueID '10') and G-League (LeagueID '20') game IDs, so the wrapper stays exported/active rather than deprecated.

 nba_boxscoreadvancedv2(game_id = "0022200021")

(Possibly Deprecated)

 nba_boxscoredefensive(game_id = "0022200021")

 nba_boxscorefourfactorsv2(game_id = "0022200021")

 nba_boxscoremiscv2(game_id = "0022200021")

 nba_boxscorescoringv2(game_id = "0022200021")

 nba_boxscoreusagev2(game_id = "0022200021")

 nba_boxscoresummaryv2(game_id = "0022200021")

(Possibly Deprecated)

 nba_boxscorematchups(game_id = "0022200021")

 nba_boxscoreplayertrackv2(game_id = "0022200021")

 nba_hustlestatsboxscore(game_id = "0022200021")

(Possibly Deprecated)

z <- nba_commonallplayers()$CommonAllPlayers
klay <- z %>% dplyr::filter(DISPLAY_FIRST_LAST == 'Klay Thompson')
book <- z %>% dplyr::filter(DISPLAY_FIRST_LAST == 'Devin Booker')
nba_boxscoresimilarityscore(person_1_id = klay$PERSON_ID,
  person_1_league_id = '00',
  person_1_season = year_to_season(most_recent_nba_season() - 1),
  person_1_season_type = 'Regular Season',
  person_2_id = book$PERSON_ID,
  person_2_league_id = '00',
  person_2_season = year_to_season(most_recent_nba_season() - 1),
  person_2_season_type = 'Regular Season'
)

(Possibly Deprecated)

Author

Saiem Gilani