Skip to contents

Get WNBA Stats API Player Career Stats

Get WNBA Stats API Player Career Stats

Usage

wnba_playercareerstats(
  league_id = "10",
  per_mode = "Totals",
  player_id = "1628932",
  ...
)

Arguments

league_id

League - default: '00'. Other options include '10': WWNBA, '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

Columns as documented in the shared wnba_playercareerstats_season_totals_schema table.

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

Columns as documented in the shared wnba_playercareerstats_season_totals_schema table.

CareerTotalsPostSeason

Same columns as the CareerTotalsRegularSeason table above.

SeasonTotalsAllStarSeason

Columns as documented in the shared wnba_playercareerstats_season_totals_schema table.

CareerTotalsAllStarSeason

Same columns as the CareerTotalsRegularSeason table above.

SeasonTotalsCollegeSeason

CareerTotalsCollegeSeason

SeasonTotalsShowcaseSeason

CareerTotalsShowcaseSeason

SeasonRankingsRegularSeason

Columns as documented in the shared wnba_playercareerstats_season_rankings_schema table.

SeasonRankingsPostSeason

Columns as documented in the shared wnba_playercareerstats_season_rankings_schema table.

Details

  wnba_playercareerstats(player_id = '1628932')

Author

Saiem Gilani