Skip to contents

Get WNBA Stats API Team Details

Get WNBA Stats API Team Details

Usage

wnba_teamdetails(team_id = "1611661328", ...)

Arguments

team_id

Team ID

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: TeamAwardsChampionships, TeamAwardsConf, TeamAwardsDiv, TeamBackground, TeamHistory, TeamHof, TeamRetired, TeamSocialSites

TeamBackground

col_nametypesdescription
TEAM_IDcharacterUnique team identifier.
ABBREVIATIONcharacterShort abbreviation.
NICKNAMEcharacterTeam or athlete nickname.
YEARFOUNDEDcharacter
CITYcharacterCity.
ARENAcharacter
ARENACAPACITYcharacter
OWNERcharacter
GENERALMANAGERcharacter
HEADCOACHcharacter
DLEAGUEAFFILIATIONcharacter

TeamHistory

col_nametypesdescription
TEAM_IDcharacterUnique team identifier.
CITYcharacterCity.
NICKNAMEcharacterTeam or athlete nickname.
YEARFOUNDEDcharacter
YEARACTIVETILLcharacter

TeamSocialSites

col_nametypesdescription
ACCOUNTTYPEcharacter
WEBSITE_LINKcharacter

TeamAwardsChampionships

col_nametypesdescription
YEARAWARDEDcharacter
OPPOSITETEAMcharacter

TeamAwardsConf

col_nametypesdescription
YEARAWARDEDinteger
OPPOSITETEAMinteger

TeamAwardsDiv

col_nametypesdescription
YEARAWARDEDinteger
OPPOSITETEAMinteger

TeamHof

col_nametypesdescription
PLAYERIDcharacter
PLAYERcharacter
POSITIONcharacterListed roster position (G, F, C, etc.).
JERSEYcharacterJersey number worn by the player.
SEASONSWITHTEAMcharacter
YEARcharacter4-digit year.

TeamRetired

col_nametypesdescription
PLAYERIDcharacter
PLAYERcharacter
POSITIONcharacterListed roster position (G, F, C, etc.).
JERSEYcharacterJersey number worn by the player.
SEASONSWITHTEAMcharacter
YEARcharacter4-digit year.

Details

 wnba_teamdetails(team_id = '1611661328')

Author

Saiem Gilani