Get ESPN's WNBA team names and ids
Value
Returns a tibble
| col_name | types |
| team_id | integer |
| team | character |
| mascot | character |
| display_name | character |
| short_name | character |
| abbreviation | character |
| color | character |
| alternate_color | character |
| logo | character |
| logo_dark | character |
See also
Other ESPN WNBA Functions:
espn_wnba_athlete_awards(),
espn_wnba_athlete_eventlog(),
espn_wnba_athlete_gamelog(),
espn_wnba_athlete_info(),
espn_wnba_athlete_overview(),
espn_wnba_athlete_splits(),
espn_wnba_athlete_statisticslog(),
espn_wnba_athlete_stats(),
espn_wnba_athletes_index(),
espn_wnba_calendar(),
espn_wnba_coaches(),
espn_wnba_conferences(),
espn_wnba_draft(),
espn_wnba_event_broadcasts(),
espn_wnba_event_odds(),
espn_wnba_event_officials(),
espn_wnba_event_probabilities(),
espn_wnba_freeagents(),
espn_wnba_game_all(),
espn_wnba_game_rosters(),
espn_wnba_injuries(),
espn_wnba_leaders(),
espn_wnba_news(),
espn_wnba_pbp(),
espn_wnba_player_box(),
espn_wnba_player_stats(),
espn_wnba_scoreboard(),
espn_wnba_season_info(),
espn_wnba_seasons(),
espn_wnba_standings(),
espn_wnba_team(),
espn_wnba_team_box(),
espn_wnba_team_injuries(),
espn_wnba_team_leaders(),
espn_wnba_team_news(),
espn_wnba_team_roster(),
espn_wnba_team_schedule(),
espn_wnba_team_stats(),
espn_wnba_transactions(),
espn_wnba_venues()
Examples
# \donttest{
try(espn_wnba_teams())
#> ── ESPN WNBA Teams Information from ESPN.com ─────────────────── wehoop 3.0.0 ──
#> ℹ Data updated: 2026-05-07 18:40:35 UTC
#> # A tibble: 15 × 10
#> team_id team mascot display_name short_name abbreviation color
#> <int> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 20 Atlanta Dream Atlanta Dream Dream ATL e318…
#> 2 19 Chicago Sky Chicago Sky Sky CHI 5091…
#> 3 18 Connecticut Sun Connecticut Sun Sun CONNECTICU f050…
#> 4 3 Dallas Wings Dallas Wings Wings DALLAS 002b…
#> 5 129689 Golden State Valkyries Golden State Va… Valkyries GS b38f…
#> 6 5 Indiana Fever Indiana Fever Fever IND 002d…
#> 7 17 Las Vegas Aces Las Vegas Aces Aces LV a7a8…
#> 8 6 Los Angeles Sparks Los Angeles Spa… Sparks LA 5525…
#> 9 8 Minnesota Lynx Minnesota Lynx Lynx MIN 2660…
#> 10 9 New York Liberty New York Liberty Liberty NY 86ce…
#> 11 11 Phoenix Mercury Phoenix Mercury Mercury PHX 3c28…
#> 12 132052 Portland Fire Portland Fire Fire POR cee5…
#> 13 14 Seattle Storm Seattle Storm Storm SEA 2c52…
#> 14 131935 Toronto Tempo Toronto Tempo Tempo TOR 3347…
#> 15 16 Washington Mystics Washington Myst… Mystics WSH e03a…
#> # ℹ 3 more variables: alternate_color <chr>, logo <chr>, logo_dark <chr>
# }
