Skip to contents

Get NBA Stats API Player Profile V2

Get NBA Stats API Player Profile V2

Usage

nba_playerprofilev2(
  league_id = "",
  per_mode = "Totals",
  player_id = "2544",
  ...
)

Arguments

league_id

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

per_mode

Season - format 2020-21

player_id

Player ID

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: CareerHighs, CareerTotalsAllStarSeason, CareerTotalsCollegeSeason, CareerTotalsPostSeason, CareerTotalsPreseason, CareerTotalsRegularSeason, NextGame, SeasonHighs, SeasonRankingsPostSeason, SeasonRankingsRegularSeason, SeasonTotalsAllStarSeason, SeasonTotalsCollegeSeason, SeasonTotalsPostSeason, SeasonTotalsPreseason, 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

SeasonTotalsPreseason

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.

CareerTotalsPreseason

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.

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

SeasonHighs

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
GAME_IDcharacterUnique game identifier.
GAME_DATEcharacterGame date (YYYY-MM-DD).
VS_TEAM_IDcharacter
VS_TEAM_CITYcharacter
VS_TEAM_NAMEcharacter
VS_TEAM_ABBREVIATIONcharacter
STATcharacterStat.
STAT_VALUEcharacter
STAT_ORDERcharacter
DATE_ESTcharacter

CareerHighs

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
GAME_IDcharacterUnique game identifier.
GAME_DATEcharacterGame date (YYYY-MM-DD).
VS_TEAM_IDcharacter
VS_TEAM_CITYcharacter
VS_TEAM_NAMEcharacter
VS_TEAM_ABBREVIATIONcharacter
STATcharacterStat.
STAT_VALUEcharacter
STAT_ORDERcharacter
DATE_ESTcharacter

NextGame

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
GAME_DATEcharacterGame date (YYYY-MM-DD).
GAME_TIMEcharacterGame start time.
LOCATIONcharacterLocation.
PLAYER_TEAM_IDcharacter
PLAYER_TEAM_CITYcharacter
PLAYER_TEAM_NICKNAMEcharacter
PLAYER_TEAM_ABBREVIATIONcharacter
VS_TEAM_IDcharacter
VS_TEAM_CITYcharacter
VS_TEAM_NICKNAMEcharacter
VS_TEAM_ABBREVIATIONcharacter

Details

Player Profile

 nba_playerprofilev2(player_id = '2544')

Author

Saiem Gilani