Get ESPN women's college basketball game rosters
Value
A game rosters data frame
| col_name | types | description |
| athlete_id | integer | Unique athlete identifier (ESPN). |
| athlete_uid | character | ESPN athlete UID (universal identifier). |
| athlete_guid | character | ESPN athlete GUID. |
| athlete_type | character | Athlete type / class. |
| sdr | integer | Sdr. |
| first_name | character | Player's first name. |
| last_name | character | Player's last name. |
| full_name | character | Player's full name. |
| athlete_display_name | character | Athlete display name (full). |
| short_name | character | Short display name. |
| height | integer | Player height (string e.g. '6-2' or inches). |
| display_height | character | Player height in display format (e.g. '6-2'). |
| birth_place_city | character | Birth place city. |
| birth_place_state | character | Birth place state. |
| birth_place_country | character | Birth place country. |
| slug | character | URL-safe identifier. |
| headshot_href | character | Headshot image URL. |
| headshot_alt | character | Alternative-text label for the headshot. |
| jersey | character | Jersey number worn by the player. |
| position_id | integer | Unique position identifier. |
| position_name | character | Listed roster position ('Guard', 'Forward', 'Center'). |
| position_display_name | character | Position display name. |
| position_abbreviation | character | Position abbreviation ('G' / 'F' / 'C'). |
| position_leaf | logical | Position leaf. |
| linked | logical | TRUE if the record is linked to a related entity. |
| experience_years | integer | Experience years. |
| experience_display_value | character | Experience display value. |
| experience_abbreviation | character | Experience abbreviation. |
| active | logical | TRUE if the row represents an active record (player / team / season). |
| status_id | integer | Status identifier. |
| status_name | character | Status label. |
| status_type | character | Status type. |
| status_abbreviation | character | Status abbreviation. |
| starter | logical | TRUE if the player was in the starting lineup; FALSE otherwise. |
| valid | logical | Valid. |
| did_not_play | logical | TRUE if the player did not appear in the game. |
| display_name | character | Display name. |
| ejected | logical | TRUE if the player was ejected from the game. |
| team_id | integer | Unique team identifier. |
| team_guid | character | ESPN team GUID. |
| team_uid | character | ESPN universal team identifier (UID format 's:40~l:...~t:...'). |
| team_sdr | integer | ESPN team SDR identifier. |
| team_slug | character | URL-safe team identifier (e.g. 'lasvegas-aces' / 'aces'). |
| team_location | character | Team city or location string. |
| team_name | character | Full team display name (e.g. 'Las Vegas Aces'). |
| team_nickname | character | Team nickname. |
| team_abbreviation | character | Short team abbreviation (e.g. 'LAS'). |
| team_display_name | character | Full team display name. |
| team_short_display_name | character | Short team display name (e.g. 'Aces'). |
| team_color | character | Team primary color (hex without leading '#'). |
| team_alternate_color | character | Team alternate color (hex without leading '#'). |
| is_active | logical | Is active. |
| is_all_star | logical | Is all star. |
| logo_href | character | Team or league logo URL. |
| logo_dark_href | character | Logo URL for dark backgrounds. |
| game_id | integer | Unique game identifier. |
| order | integer | Display order within the result set. |
| home_away | character | Game venue label ('home' or 'away'). |
| winner | logical | Winner. |
| roster_href | character | URL for roster. |
| hand_type | character | Hand type. |
| hand_abbreviation | character | Hand abbreviation. |
| hand_display_value | character | Hand display value. |
| age | integer | Player age (in years). |
| date_of_birth | character | Date of birth (YYYY-MM-DD). |
| weight | integer | Player weight in pounds. |
| display_weight | character | Player weight in display format (e.g. '180 lbs'). |
See also
Other ESPN WBB Functions:
espn_wbb_athlete_awards(),
espn_wbb_athlete_career_stats(),
espn_wbb_athlete_eventlog(),
espn_wbb_athlete_eventlog_v2(),
espn_wbb_athlete_gamelog(),
espn_wbb_athlete_info(),
espn_wbb_athlete_overview(),
espn_wbb_athlete_seasons(),
espn_wbb_athlete_splits(),
espn_wbb_athlete_statisticslog(),
espn_wbb_athlete_stats(),
espn_wbb_athletes_index(),
espn_wbb_award(),
espn_wbb_calendar(),
espn_wbb_coach(),
espn_wbb_coach_season(),
espn_wbb_coaches(),
espn_wbb_conferences(),
espn_wbb_event_broadcasts(),
espn_wbb_event_odds(),
espn_wbb_event_officials(),
espn_wbb_event_powerindex(),
espn_wbb_event_predictor(),
espn_wbb_event_probabilities(),
espn_wbb_event_propbets(),
espn_wbb_event_situation(),
espn_wbb_franchise(),
espn_wbb_franchises(),
espn_wbb_game_all(),
espn_wbb_injuries(),
espn_wbb_leaders(),
espn_wbb_news(),
espn_wbb_pbp(),
espn_wbb_player_box(),
espn_wbb_player_stats(),
espn_wbb_powerindex(),
espn_wbb_rankings(),
espn_wbb_scoreboard(),
espn_wbb_season_awards(),
espn_wbb_season_group(),
espn_wbb_season_group_children(),
espn_wbb_season_group_teams(),
espn_wbb_season_groups(),
espn_wbb_season_info(),
espn_wbb_season_leaders(),
espn_wbb_season_ranking(),
espn_wbb_season_rankings(),
espn_wbb_season_type(),
espn_wbb_season_types(),
espn_wbb_season_week(),
espn_wbb_season_weeks(),
espn_wbb_seasons(),
espn_wbb_standings(),
espn_wbb_team(),
espn_wbb_team_box(),
espn_wbb_team_injuries(),
espn_wbb_team_leaders(),
espn_wbb_team_news(),
espn_wbb_team_roster(),
espn_wbb_team_schedule(),
espn_wbb_team_season_profile(),
espn_wbb_team_season_roster(),
espn_wbb_team_stats(),
espn_wbb_teams(),
espn_wbb_tournament(),
espn_wbb_tournament_seasons(),
espn_wbb_tournaments(),
espn_wbb_venues(),
espn_wbb_week_ranking(),
espn_wbb_week_rankings()
Examples
# \donttest{
try(espn_wbb_game_rosters(game_id = 401276115))
#> ── ESPN WBB Game Roster Information from ESPN.com ────────────── wehoop 3.0.0 ──
#> ℹ Data updated: 2026-05-19 01:32:37 UTC
#> # A tibble: 25 × 147
#> athlete_id athlete_uid athlete_guid athlete_type sdr first_name last_name
#> <int> <chr> <chr> <chr> <int> <chr> <chr>
#> 1 4398583 s:40~l:54~a… 16320b07-a4… basketball 4.40e6 Valencia Myers
#> 2 4432862 s:40~l:54~a… 498e8b07-52… basketball 4.43e6 Sammie Puisis
#> 3 4398582 s:40~l:54~a… e2777a53-fe… basketball 4.40e6 Kourtney Weber
#> 4 4280885 s:40~l:54~a… fcbbd7b4-9e… basketball 4.28e6 Bianca Jackson
#> 5 2984250 s:40~l:54~a… 30161e50-1d… basketball 2.98e6 Morgan Jones
#> 6 4281175 s:40~l:54~a… d6b318ef-76… basketball 4.28e6 Savannah Wilkinson
#> 7 4433304 s:40~l:54~a… 246cb20d-9f… basketball 4.43e6 River Baldwin
#> 8 4281174 s:40~l:54~a… 9de48c0b-46… basketball 4.28e6 Sayawni Lassiter
#> 9 4068155 s:40~l:54~a… b021b84d-e0… basketball 4.07e6 Tiana England
#> 10 4398609 s:40~l:54~a… 3d615a46-f3… basketball 4.40e6 Erin Howard
#> # ℹ 15 more rows
#> # ℹ 140 more variables: full_name <chr>, athlete_display_name <chr>,
#> # short_name <chr>, height <int>, display_height <chr>,
#> # birth_place_city <chr>, birth_place_state <chr>, birth_place_country <chr>,
#> # birth_country_alternate_id <chr>, birth_country_abbreviation <chr>,
#> # slug <chr>, headshot_href <chr>, headshot_alt <chr>, jersey_x <chr>,
#> # flag_href <chr>, flag_alt <chr>, flag_rel <chr>, position_id <int>, …
# }
