Skip to contents

Get WNBA Stats API Teams

Get WNBA Stats API Teams

Usage

wnba_teams(...)

Arguments

...

Additional arguments passed to an underlying function like httr.

Value

Return a data frame with the following columns:

col_nametypesdescription
league_idcharacterLeague identifier ('10' = WNBA).
season_idcharacterUnique season identifier.
team_idcharacterUnique team identifier.
team_citycharacterTeam city or region (e.g. 'Las Vegas').
team_namecharacterFull team display name (e.g. 'Las Vegas Aces').
team_slugcharacterURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
conferencecharacterFilter players or teams by conference.
divisioncharacterTeam division.
team_abbreviationcharacterShort team abbreviation (e.g. 'LAS').
team_name_fullcharacterTeam name full.
seasoncharacterSeason identifier (4-digit year or 'YYYY-YY' string).
espn_team_idintegerUnique identifier for espn team.
teamcharacterTeam-side label or team identifier.
mascotcharacterTeam mascot.
display_namecharacterDisplay name.
abbreviationcharacterShort abbreviation.
colorcharacterPrimary color (hex without leading '#').
alternate_colorcharacterAlternate color (hex without leading '#').
logocharacterTeam or league logo URL.
logo_darkcharacterLogo dark.
wnba_logo_svgcharacterWnba logo svg.

Details

Author

Saiem Gilani