Get WNBA Stats API All Players
Get WNBA Stats API All Players
Usage
wnba_commonallplayers(
is_only_current_season = 0,
league_id = "10",
season = most_recent_wnba_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'). |
| IS_NBA_ASSIGNED | character | |
| NBA_ASSIGNED_TEAM_ID | character | |
| GAMES_PLAYED_FLAG | character |
Details
wnba_commonallplayers(league_id = '10', season = most_recent_wnba_season() - 1)See also
Other WNBA Roster Functions:
wnba_commonplayerinfo(),
wnba_commonteamroster()
