Skip to contents

Get ESPN women's college basketball game rosters

Usage

espn_wbb_game_rosters(game_id)

Arguments

game_id

Game ID

Value

A game rosters data frame

col_nametypesdescription
athlete_idintegerUnique athlete identifier (ESPN).
athlete_uidcharacterESPN athlete UID (universal identifier).
athlete_guidcharacterESPN athlete GUID.
athlete_typecharacterAthlete type / class.
sdrintegerSdr.
first_namecharacterPlayer's first name.
last_namecharacterPlayer's last name.
full_namecharacterPlayer's full name.
athlete_display_namecharacterAthlete display name (full).
short_namecharacterShort display name.
heightintegerPlayer height (string e.g. '6-2' or inches).
display_heightcharacterPlayer height in display format (e.g. '6-2').
birth_place_citycharacterBirth place city.
birth_place_statecharacterBirth place state.
birth_place_countrycharacterBirth place country.
slugcharacterURL-safe identifier.
headshot_hrefcharacterHeadshot image URL.
headshot_altcharacterAlternative-text label for the headshot.
jerseycharacterJersey number worn by the player.
position_idintegerUnique position identifier.
position_namecharacterListed roster position ('Guard', 'Forward', 'Center').
position_display_namecharacterPosition display name.
position_abbreviationcharacterPosition abbreviation ('G' / 'F' / 'C').
position_leaflogicalPosition leaf.
linkedlogicalTRUE if the record is linked to a related entity.
experience_yearsintegerExperience years.
experience_display_valuecharacterExperience display value.
experience_abbreviationcharacterExperience abbreviation.
activelogicalTRUE if the row represents an active record (player / team / season).
status_idintegerStatus identifier.
status_namecharacterStatus label.
status_typecharacterStatus type.
status_abbreviationcharacterStatus abbreviation.
starterlogicalTRUE if the player was in the starting lineup; FALSE otherwise.
validlogicalValid.
did_not_playlogicalTRUE if the player did not appear in the game.
display_namecharacterDisplay name.
ejectedlogicalTRUE if the player was ejected from the game.
team_idintegerUnique team identifier.
team_guidcharacterESPN team GUID.
team_uidcharacterESPN universal team identifier (UID format 's:40~l:...~t:...').
team_sdrintegerESPN team SDR identifier.
team_slugcharacterURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
team_locationcharacterTeam city or location string.
team_namecharacterFull team display name (e.g. 'Las Vegas Aces').
team_nicknamecharacterTeam nickname.
team_abbreviationcharacterShort team abbreviation (e.g. 'LAS').
team_display_namecharacterFull team display name.
team_short_display_namecharacterShort team display name (e.g. 'Aces').
team_colorcharacterTeam primary color (hex without leading '#').
team_alternate_colorcharacterTeam alternate color (hex without leading '#').
is_activelogicalIs active.
is_all_starlogicalIs all star.
logo_hrefcharacterTeam or league logo URL.
logo_dark_hrefcharacterLogo URL for dark backgrounds.
game_idintegerUnique game identifier.
orderintegerDisplay order within the result set.
home_awaycharacterGame venue label ('home' or 'away').
winnerlogicalWinner.
roster_hrefcharacterURL for roster.
hand_typecharacterHand type.
hand_abbreviationcharacterHand abbreviation.
hand_display_valuecharacterHand display value.
ageintegerPlayer age (in years).
date_of_birthcharacterDate of birth (YYYY-MM-DD).
weightintegerPlayer weight in pounds.
display_weightcharacterPlayer 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()

Author

Saiem Gilani

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>, …
# }