Skip to contents

Returns career stats for a WNBA athlete in long format. Default stat_type = 0L fetches the standard "All Splits" / regular-season view. Pass a vector like c(0L, 1L, 2L) to attempt multiple types and bind them via a stat_type_id column; variants that 404 for that athlete are silently skipped. Stat types: 0 = regular season (default endpoint), 1 = postseason, 2 = career aggregate. Coverage of types 1 and 2 is sparse — many athletes only have type 0 populated.

Usage

espn_wnba_athlete_career_stats(athlete_id, stat_type = 0L, ...)

Arguments

athlete_id

ESPN athlete identifier.

stat_type

Integer or integer vector of stat-type codes. Default 0L fetches the standard "All Splits" / regular-season view. Pass a vector like c(0L, 1L, 2L) to bind multiple types via a stat_type_id column; non-existent variants are silently skipped.

...

Additional arguments; currently unused.

Value

A long tibble (one row per stat_type × split × category × stat).

col_nametypesdescription
leaguecharacterLeague slug.
athlete_idcharacterESPN athlete id.
stat_type_idcharacterStat-type code (0 = reg, 1 = post, 2 = career).
split_idcharacterSplit id.
split_namecharacterSplit name (typically "All Splits").
split_typecharacterSplit type code.
category_namecharacterCategory key (e.g. "defensive").
category_displaycharacterCategory display name.
category_shortcharacterCategory short display.
category_abbrevcharacterCategory abbreviation.
stat_namecharacterStat key.
stat_abbrevcharacterStat abbreviation.
stat_displaycharacterStat display name.
stat_shortcharacterStat short display.
descriptioncharacterStat description.
valuenumericStat value.
display_valuecharacterDisplay-formatted value.

Details

Get ESPN WNBA Athlete Career Stats (Long Format)

See also

Other ESPN WNBA Functions: espn_wnba_athlete_awards(), espn_wnba_athlete_eventlog(), espn_wnba_athlete_eventlog_v2(), espn_wnba_athlete_gamelog(), espn_wnba_athlete_info(), espn_wnba_athlete_overview(), espn_wnba_athlete_seasons(), espn_wnba_athlete_splits(), espn_wnba_athlete_statisticslog(), espn_wnba_athlete_stats(), 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_event_broadcasts(), espn_wnba_event_competitor_leaders(), espn_wnba_event_competitor_linescores(), espn_wnba_event_competitor_records(), espn_wnba_event_competitor_roster(), espn_wnba_event_competitor_roster_entry(), espn_wnba_event_competitor_score(), espn_wnba_event_competitor_statistics(), espn_wnba_event_odds(), espn_wnba_event_official_detail(), espn_wnba_event_officials(), espn_wnba_event_play(), espn_wnba_event_play_personnel(), espn_wnba_event_player_box(), espn_wnba_event_powerindex(), espn_wnba_event_predictor(), espn_wnba_event_probabilities(), espn_wnba_event_propbets(), espn_wnba_event_situation(), espn_wnba_franchise(), espn_wnba_franchises(), espn_wnba_freeagents(), espn_wnba_futures(), 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_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{
  # LeBron James — regular + postseason combined
  espn_wnba_athlete_career_stats(athlete_id = 3149391)
#> ── ESPN WNBA Athlete Career Stats ────────────────────────────── wehoop 3.0.0 ──
#>  Data updated: 2026-05-22 07:30:35 UTC
#> # A tibble: 112 × 17
#>    league athlete_id stat_type_id split_id split_name split_type category_name
#>    <chr>  <chr>      <chr>        <chr>    <chr>      <chr>      <chr>        
#>  1 wnba   3149391    0            0        All Splits total      defensive    
#>  2 wnba   3149391    0            0        All Splits total      defensive    
#>  3 wnba   3149391    0            0        All Splits total      defensive    
#>  4 wnba   3149391    0            0        All Splits total      defensive    
#>  5 wnba   3149391    0            0        All Splits total      defensive    
#>  6 wnba   3149391    0            0        All Splits total      defensive    
#>  7 wnba   3149391    0            0        All Splits total      defensive    
#>  8 wnba   3149391    0            0        All Splits total      defensive    
#>  9 wnba   3149391    0            0        All Splits total      defensive    
#> 10 wnba   3149391    0            0        All Splits total      defensive    
#> # ℹ 102 more rows
#> # ℹ 10 more variables: category_display <chr>, category_short <chr>,
#> #   category_abbrev <chr>, stat_name <chr>, stat_abbrev <chr>,
#> #   stat_display <chr>, stat_short <chr>, description <chr>, value <dbl>,
#> #   display_value <chr>
  # Just career aggregate
  espn_wnba_athlete_career_stats(athlete_id = 3149391, stat_type = 2L)
#> ── ESPN WNBA Athlete Career Stats ────────────────────────────── wehoop 3.0.0 ──
#>  Data updated: 2026-05-22 07:30:35 UTC
#> # A tibble: 0 × 17
#> # ℹ 17 variables: league <chr>, athlete_id <chr>, stat_type_id <chr>,
#> #   split_id <chr>, split_name <chr>, split_type <chr>, category_name <chr>,
#> #   category_display <chr>, category_short <chr>, category_abbrev <chr>,
#> #   stat_name <chr>, stat_abbrev <chr>, stat_display <chr>, stat_short <chr>,
#> #   description <chr>, value <dbl>, display_value <chr>
# }