Skip to contents

Get NBA Stats API Player Career Stats

Get NBA Stats API Player Career Stats

Usage

nba_playercareerstats(
  league_id = "00",
  per_mode = "Totals",
  player_id = "2544",
  ...
)

Arguments

league_id

League - default: '00'. Other options include '10': WNBA, '20': G-League

per_mode

Per Mode - PerGame, Totals

player_id

Player ID

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: CareerTotalsAllStarSeason, CareerTotalsCollegeSeason, CareerTotalsPostSeason, CareerTotalsRegularSeason, SeasonRankingsPostSeason, SeasonRankingsRegularSeason, SeasonTotalsAllStarSeason, SeasonTotalsCollegeSeason, SeasonTotalsPostSeason, SeasonTotalsRegularSeason

SeasonTotalsRegularSeason

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
SEASON_IDcharacterUnique season identifier.
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
PLAYER_AGEcharacter
GPcharacterGames played.
GScharacterGames started.
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.
TOVcharacterTurnovers.
PFcharacterPersonal fouls.
PTScharacterPoints scored.

CareerTotalsRegularSeason

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
Team_IDcharacterUnique team identifier.
GPcharacterGames played.
GScharacterGames started.
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.
TOVcharacterTurnovers.
PFcharacterPersonal fouls.
PTScharacterPoints scored.

SeasonTotalsPostSeason

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
SEASON_IDcharacterUnique season identifier.
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
PLAYER_AGEcharacter
GPcharacterGames played.
GScharacterGames started.
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.
TOVcharacterTurnovers.
PFcharacterPersonal fouls.
PTScharacterPoints scored.

CareerTotalsPostSeason

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
Team_IDcharacterUnique team identifier.
GPcharacterGames played.
GScharacterGames started.
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.
TOVcharacterTurnovers.
PFcharacterPersonal fouls.
PTScharacterPoints scored.

SeasonTotalsAllStarSeason

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
SEASON_IDcharacterUnique season identifier.
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
PLAYER_AGEcharacter
GPcharacterGames played.
GScharacterGames started.
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.
TOVcharacterTurnovers.
PFcharacterPersonal fouls.
PTScharacterPoints scored.

CareerTotalsAllStarSeason

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
Team_IDcharacterUnique team identifier.
GPcharacterGames played.
GScharacterGames started.
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.
TOVcharacterTurnovers.
PFcharacterPersonal fouls.
PTScharacterPoints scored.

SeasonTotalsCollegeSeason

CareerTotalsCollegeSeason

SeasonTotalsShowcaseSeason

CareerTotalsShowcaseSeason

SeasonRankingsRegularSeason

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
SEASON_IDcharacterUnique season identifier.
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
PLAYER_AGEcharacter
GPcharacterGames played.
GScharacterGames started.
RANK_MINcharacter
RANK_FGMcharacter
RANK_FGAcharacter
RANK_FG_PCTcharacter
RANK_FG3Mcharacter
RANK_FG3Acharacter
RANK_FG3_PCTcharacter
RANK_FTMcharacter
RANK_FTAcharacter
RANK_FT_PCTcharacter
RANK_OREBcharacter
RANK_DREBcharacter
RANK_REBcharacter
RANK_ASTcharacter
RANK_STLcharacter
RANK_BLKcharacter
RANK_TOVcharacter
RANK_PTScharacter
RANK_EFFcharacter

SeasonRankingsPostSeason

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
SEASON_IDcharacterUnique season identifier.
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
PLAYER_AGEcharacter
GPcharacterGames played.
GScharacterGames started.
RANK_MINcharacter
RANK_FGMcharacter
RANK_FGAcharacter
RANK_FG_PCTcharacter
RANK_FG3Mcharacter
RANK_FG3Acharacter
RANK_FG3_PCTcharacter
RANK_FTMcharacter
RANK_FTAcharacter
RANK_FT_PCTcharacter
RANK_OREBcharacter
RANK_DREBcharacter
RANK_REBcharacter
RANK_ASTcharacter
RANK_STLcharacter
RANK_BLKcharacter
RANK_TOVcharacter
RANK_PTScharacter
RANK_EFFcharacter

Details

Player Career Stats

 nba_playercareerstats(player_id = '2544')

Author

Saiem Gilani