Get WNBA Stats API Team Details
Get WNBA Stats API Team Details
Value
Return a named list of data frames: TeamAwardsChampionships, TeamAwardsConf, TeamAwardsDiv, TeamBackground, TeamHistory, TeamHof, TeamRetired, TeamSocialSites
TeamBackground
| col_name | types | description |
| TEAM_ID | character | Unique team identifier. |
| ABBREVIATION | character | Short abbreviation. |
| NICKNAME | character | Team or athlete nickname. |
| YEARFOUNDED | character | |
| CITY | character | City. |
| ARENA | character | |
| ARENACAPACITY | character | |
| OWNER | character | |
| GENERALMANAGER | character | |
| HEADCOACH | character | |
| DLEAGUEAFFILIATION | character |
TeamHistory
| col_name | types | description |
| TEAM_ID | character | Unique team identifier. |
| CITY | character | City. |
| NICKNAME | character | Team or athlete nickname. |
| YEARFOUNDED | character | |
| YEARACTIVETILL | character |
TeamSocialSites
| col_name | types | description |
| ACCOUNTTYPE | character | |
| WEBSITE_LINK | character |
TeamAwardsChampionships
| col_name | types | description |
| YEARAWARDED | character | |
| OPPOSITETEAM | character |
TeamAwardsConf
| col_name | types | description |
| YEARAWARDED | integer | |
| OPPOSITETEAM | integer |
TeamAwardsDiv
| col_name | types | description |
| YEARAWARDED | integer | |
| OPPOSITETEAM | integer |
TeamHof
| col_name | types | description |
| PLAYERID | character | |
| PLAYER | character | |
| POSITION | character | Listed roster position (G, F, C, etc.). |
| JERSEY | character | Jersey number worn by the player. |
| SEASONSWITHTEAM | character | |
| YEAR | character | 4-digit year. |
TeamRetired
| col_name | types | description |
| PLAYERID | character | |
| PLAYER | character | |
| POSITION | character | Listed roster position (G, F, C, etc.). |
| JERSEY | character | Jersey number worn by the player. |
| SEASONSWITHTEAM | character | |
| YEAR | character | 4-digit year. |
Details
wnba_teamdetails(team_id = '1611661328')See also
Other WNBA Team Functions:
wnba_leaguedashteamstats(),
wnba_teamdashboardbyclutch(),
wnba_teamdashboardbygamesplits(),
wnba_teamdashboardbygeneralsplits(),
wnba_teamdashboardbylastngames(),
wnba_teamdashboardbyopponent(),
wnba_teamdashboardbyshootingsplits(),
wnba_teamdashboardbyteamperformance(),
wnba_teamdashboardbyyearoveryear(),
wnba_teamdashlineups(),
wnba_teamestimatedmetrics(),
wnba_teamgamelog(),
wnba_teamgamelogs(),
wnba_teamgamestreakfinder(),
wnba_teamhistoricalleaders(),
wnba_teaminfocommon(),
wnba_teamplayerdashboard(),
wnba_teamplayeronoffdetails(),
wnba_teamplayeronoffsummary(),
wnba_teams(),
wnba_teamvsplayer(),
wnba_teamyearbyyearstats()
