Skip to contents

Get NBA Stats API Hustle Stats Boxscore

Get NBA Stats API Hustle Stats Boxscore

Usage

nba_hustlestatsboxscore(game_id, ...)

Arguments

game_id

Game ID

...

Additional arguments passed to an underlying function like httr.

Value

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

HustleStatsAvailable

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
HUSTLE_STATUScharacterHustle status.

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.

Details

 nba_hustlestatsboxscore(game_id = "0022200021")

Author

Saiem Gilani