Get NBA Stats API All Players
Get NBA Stats API All Players
Usage
nba_commonallplayers(
is_only_current_season = 0,
league_id = "00",
season = year_to_season(most_recent_nba_season() - 1),
...
)Value
Return a named list of data frames: CommonAllPlayers
CommonAllPlayers
| col_name | types | description |
| PERSON_ID | character | Unique player identifier (V3 endpoints). |
| DISPLAY_LAST_COMMA_FIRST | character | |
| DISPLAY_FIRST_LAST | character | |
| ROSTERSTATUS | character | |
| FROM_YEAR | character | |
| TO_YEAR | character | |
| PLAYERCODE | character | |
| PLAYER_SLUG | character | URL-safe player identifier. |
| TEAM_ID | character | Unique team identifier. |
| TEAM_CITY | character | Team city or region (e.g. 'Las Vegas'). |
| TEAM_NAME | character | Full team display name (e.g. 'Las Vegas Aces'). |
| TEAM_ABBREVIATION | character | Short team abbreviation (e.g. 'LAS'). |
| TEAM_CODE | character | |
| TEAM_SLUG | character | URL-safe team identifier (e.g. 'lasvegas-aces' / 'aces'). |
| GAMES_PLAYED_FLAG | character | |
| OTHERLEAGUE_EXPERIENCE_CH | character |
Details
nba_commonallplayers(league_id = '00', season = year_to_season(most_recent_nba_season() - 1))See also
Other NBA Roster Functions:
nba_commonplayerinfo(),
nba_commonteamroster(),
nba_commonteamyears()
