Skip to contents

Get NBA Stats API Player Index

Get NBA Stats API Player Index

Usage

nba_playerindex(
  college = "",
  country = "",
  draft_pick = "",
  draft_round = "",
  draft_year = "",
  height = "",
  historical = 1,
  league_id = "00",
  season = year_to_season(most_recent_nba_season() - 1),
  season_type = "Regular Season",
  team_id = "0",
  weight = "",
  ...
)

Arguments

college

Player College

country

Player Country

draft_pick

Draft Pick

draft_round

Draft Round

draft_year

Draft Year

height

Player Height

historical

Whether to include only current players (0) or all historical (1).

league_id

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

season

Season - format 2020-21

season_type

Season Type - Regular Season, Playoffs, All-Star

team_id

Team ID. Default: 0 (all teams).

weight

Player weight

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: PlayerIndex

PlayerIndex

col_nametypesdescription
PERSON_IDcharacterUnique player identifier (V3 endpoints).
PLAYER_LAST_NAMEcharacter
PLAYER_FIRST_NAMEcharacter
PLAYER_SLUGcharacterURL-safe player identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_SLUGcharacterURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
IS_DEFUNCTcharacter
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
JERSEY_NUMBERcharacter
POSITIONcharacterListed roster position (G, F, C, etc.).
HEIGHTcharacterPlayer height (string e.g. '6-2' or inches).
WEIGHTcharacterPlayer weight in pounds.
COLLEGEcharacterCollege or school attended.
COUNTRYcharacterCountry (full name or code).
DRAFT_YEARcharacterDraft year (4-digit).
DRAFT_ROUNDcharacterRound of the draft selection.
DRAFT_NUMBERcharacter
ROSTER_STATUScharacter
PTScharacterPoints scored.
REBcharacterTotal rebounds.
ASTcharacterAssists.
STATS_TIMEFRAMEcharacter
FROM_YEARcharacter
TO_YEARcharacter

Author

Saiem Gilani