Skip to contents

Get NBA Stats API Cumulative Player Stats

Get NBA Stats API Cumulative Player Stats

Usage

nba_cumestatsplayer(
  game_ids = "0022000756",
  league_id = "00",
  player_id = "1629611",
  season = "2020-21",
  season_type = "Regular Season",
  team_id = "",
  ...
)

Arguments

game_ids

game_ids

league_id

league_id

player_id

player_id

season

season

season_type

season_type

team_id

team_id

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: GameByGameStats, TotalPlayerStats

GameByGameStats

col_nametypesdescription
DATE_ESTcharacter
VISITOR_TEAMcharacter
HOME_TEAMcharacterHome team's team.
GPcharacterGames played.
GScharacterGames started.
ACTUAL_MINUTEScharacter
ACTUAL_SECONDScharacter
FGcharacterField goals made.
FGAcharacterField goal attempts.
FG_PCTcharacterField goal percentage (0-1).
FG3character
FG3AcharacterThree-point field goal attempts.
FG3_PCTcharacterThree-point field goal percentage (0-1).
FTcharacter
FTAcharacterFree throw attempts.
FT_PCTcharacterFree throw percentage (0-1).
OFF_REBcharacter
DEF_REBcharacter
TOT_REBcharacter
AVG_TOT_REBcharacter
ASTcharacterAssists.
PFcharacterPersonal fouls.
DQcharacter
STLcharacterSteals.
TURNOVERScharacterTotal turnovers.
BLKcharacterBlocks.
PTScharacterPoints scored.
AVG_PTScharacter

TotalPlayerStats

col_nametypesdescription
DISPLAY_FI_LASTcharacter
PERSON_IDcharacterUnique player identifier (V3 endpoints).
JERSEY_NUMcharacterJersey number worn by the player.
GPcharacterGames played.
GScharacterGames started.
ACTUAL_MINUTEScharacter
ACTUAL_SECONDScharacter
FGcharacterField goals made.
FGAcharacterField goal attempts.
FG_PCTcharacterField goal percentage (0-1).
FG3character
FG3AcharacterThree-point field goal attempts.
FG3_PCTcharacterThree-point field goal percentage (0-1).
FTcharacter
FTAcharacterFree throw attempts.
FT_PCTcharacterFree throw percentage (0-1).
OFF_REBcharacter
DEF_REBcharacter
TOT_REBcharacter
ASTcharacterAssists.
PFcharacterPersonal fouls.
DQcharacter
STLcharacterSteals.
TURNOVERScharacterTotal turnovers.
BLKcharacterBlocks.
PTScharacterPoints scored.
MAX_ACTUAL_MINUTEScharacter
MAX_ACTUAL_SECONDScharacter
MAX_REBcharacter
MAX_ASTcharacter
MAX_STLcharacter
MAX_TURNOVERScharacter
MAX_BLKcharacter
MAX_PTScharacter
AVG_ACTUAL_MINUTEScharacter
AVG_ACTUAL_SECONDScharacter
AVG_TOT_REBcharacter
AVG_ASTcharacter
AVG_STLcharacter
AVG_TURNOVERScharacterThe average turnovers committed per game.
AVG_BLKcharacter
AVG_PTScharacter
PER_MIN_TOT_REBcharacter
PER_MIN_ASTcharacter
PER_MIN_STLcharacter
PER_MIN_TURNOVERScharacter
PER_MIN_BLKcharacter
PER_MIN_PTScharacter

Author

Saiem Gilani