Skip to contents

Get WNBA Stats API Player Info

Get WNBA Stats API Player Info

Usage

wnba_commonplayerinfo(league_id = "10", player_id = "1628932", ...)

Arguments

league_id

league_id

player_id

player_id

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: CommonPlayerInfo, PlayerHeadlineStats, AvailableSeasons

CommonPlayerInfo

col_nametypesdescription
PERSON_IDcharacterUnique player identifier (V3 endpoints).
FIRST_NAMEcharacterPlayer's first name.
LAST_NAMEcharacterPlayer's last name.
DISPLAY_FIRST_LASTcharacter
DISPLAY_LAST_COMMA_FIRSTcharacter
DISPLAY_FI_LASTcharacter
PLAYER_SLUGcharacterURL-safe player identifier.
BIRTHDATEcharacter
SCHOOLcharacterPlayer's school / college (when distinct from 'college').
COUNTRYcharacterCountry (full name or code).
LAST_AFFILIATIONcharacter
HEIGHTcharacterPlayer height (string e.g. '6-2' or inches).
WEIGHTcharacterPlayer weight in pounds.
SEASON_EXPcharacter
JERSEYcharacterJersey number worn by the player.
POSITIONcharacterListed roster position (G, F, C, etc.).
ROSTERSTATUScharacter
GAMES_PLAYED_CURRENT_SEASON_FLAGcharacter
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CODEcharacter
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PLAYERCODEcharacter
FROM_YEARcharacter
TO_YEARcharacter
DLEAGUE_FLAGcharacter
NBA_FLAGcharacter
GAMES_PLAYED_FLAGcharacter
DRAFT_YEARcharacterDraft year (4-digit).
DRAFT_ROUNDcharacterRound of the draft selection.
DRAFT_NUMBERcharacter
GREATEST_75_FLAGcharacter

PlayerHeadlineStats

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
TimeFramecharacter
PTScharacterPoints scored.
ASTcharacterAssists.
REBcharacterTotal rebounds.
ALL_STAR_APPEARANCEScharacter

AvailableSeasons

col_nametypesdescription
SEASON_IDcharacterUnique season identifier.

Details

 wnba_commonplayerinfo(league_id = '10', player_id = '1628932')

See also

Other WNBA Roster Functions: wnba_commonallplayers(), wnba_commonteamroster()

Author

Saiem Gilani