Skip to contents

Get ESPN WNBA Athlete Gamelog

Get ESPN WNBA Athlete Gamelog

Usage

espn_wnba_player_gamelog(athlete_id, season = most_recent_wnba_season(), ...)

Arguments

athlete_id

ESPN athlete identifier (character or numeric).

season

Season year (numeric). Defaults to the most recent WNBA season.

...

Additional arguments; currently unused.

Value

A single tibble with one row per game. Column names reflect the stat labels returned by ESPN and will vary by season and player.

See also

Other ESPN WNBA Functions: espn_wnba_athletes_index(), espn_wnba_award(), espn_wnba_calendar(), espn_wnba_coach_season(), espn_wnba_coaches(), espn_wnba_conferences(), espn_wnba_draft(), espn_wnba_draft_athlete_detail(), espn_wnba_draft_athletes(), espn_wnba_draft_pick(), espn_wnba_draft_rounds(), espn_wnba_draft_status(), espn_wnba_franchise(), espn_wnba_franchises(), espn_wnba_freeagents(), espn_wnba_futures(), espn_wnba_game_all(), espn_wnba_game_broadcasts(), espn_wnba_game_odds(), espn_wnba_game_official_detail(), espn_wnba_game_officials(), espn_wnba_game_play(), espn_wnba_game_play_personnel(), espn_wnba_game_player_box(), espn_wnba_game_powerindex(), espn_wnba_game_predictor(), espn_wnba_game_probabilities(), espn_wnba_game_propbets(), espn_wnba_game_rosters(), espn_wnba_game_situation(), espn_wnba_game_team_leaders(), espn_wnba_game_team_linescores(), espn_wnba_game_team_records(), espn_wnba_game_team_roster(), espn_wnba_game_team_roster_entry(), espn_wnba_game_team_score(), espn_wnba_game_team_statistics(), espn_wnba_injuries(), espn_wnba_leaders(), espn_wnba_news(), espn_wnba_pbp(), espn_wnba_player_awards(), espn_wnba_player_box(), espn_wnba_player_career_stats(), espn_wnba_player_eventlog(), espn_wnba_player_eventlog_v2(), espn_wnba_player_info(), espn_wnba_player_overview(), espn_wnba_player_seasons(), espn_wnba_player_splits(), espn_wnba_player_statisticslog(), espn_wnba_player_stats(), espn_wnba_player_stats_v3(), espn_wnba_position(), espn_wnba_positions(), espn_wnba_powerindex(), espn_wnba_scoreboard(), espn_wnba_season_awards(), espn_wnba_season_draft(), espn_wnba_season_group(), espn_wnba_season_group_children(), espn_wnba_season_group_teams(), espn_wnba_season_groups(), espn_wnba_season_info(), espn_wnba_season_leaders(), espn_wnba_season_ranking(), espn_wnba_season_rankings(), espn_wnba_season_type(), espn_wnba_season_types(), espn_wnba_season_week(), espn_wnba_season_weeks(), 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_record(), espn_wnba_team_record_detail(), espn_wnba_team_roster(), espn_wnba_team_schedule(), espn_wnba_team_season_profile(), espn_wnba_team_season_roster(), espn_wnba_team_season_statistics(), espn_wnba_team_stats(), espn_wnba_teams(), espn_wnba_transactions(), espn_wnba_venues(), espn_wnba_week_ranking(), espn_wnba_week_rankings()

Author

Saiem Gilani

Examples

# \donttest{
  espn_wnba_player_gamelog(athlete_id = "3149391", season = 2024)
#> ── ESPN WNBA Athlete Gamelog from ESPN.com ───────────────────── wehoop 3.0.0 ──
#>  Data updated: 2026-06-12 14:52:40 UTC
#> # A tibble: 46 × 26
#>    athlete_id season id        at_vs game_date   score home_team_id away_team_id
#>    <chr>       <dbl> <chr>     <chr> <chr>       <chr> <chr>        <chr>       
#>  1 3149391      2024 401724941 vs    2024-10-06… 76-62 17           9           
#>  2 3149391      2024 401724940 vs    2024-10-05… 95-81 17           9           
#>  3 3149391      2024 401724939 @     2024-10-01… 88-84 9            17          
#>  4 3149391      2024 401724938 @     2024-09-29… 87-77 9            17          
#>  5 3149391      2024 401721262 vs    2024-09-25… 83-76 17           14          
#>  6 3149391      2024 401721256 vs    2024-09-23… 78-67 17           14          
#>  7 3149391      2024 401620451 @     2024-09-18… 85-72 14           17          
#>  8 3149391      2024 401620445 vs    2024-09-15… 84-71 17           18          
#>  9 3149391      2024 401620437 @     2024-09-13… 78-74 5            17          
#> 10 3149391      2024 401620432 @     2024-09-11… 86-75 5            17          
#> # ℹ 36 more rows
#> # ℹ 18 more variables: home_team_score <chr>, away_team_score <chr>,
#> #   game_result <chr>, league_name <chr>, league_abbreviation <chr>,
#> #   league_short_name <chr>, event_note <chr>, team_id <chr>, team_uid <chr>,
#> #   team_abbreviation <chr>, team_logo <chr>, team_is_all_star <chr>,
#> #   opponent_id <chr>, opponent_uid <chr>, opponent_display_name <chr>,
#> #   opponent_abbreviation <chr>, opponent_logo <chr>, event_id <chr>
# }