Skip to contents

Get ESPN Women's College Basketball Athlete Statisticslog

Get ESPN Women's College Basketball Athlete Statisticslog

Usage

espn_wbb_athlete_statisticslog(
  athlete_id,
  season = most_recent_wbb_season(),
  ...
)

Arguments

athlete_id

ESPN athlete identifier (character or numeric).

season

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

...

Additional arguments; currently unused.

Value

A single tibble. When resolved, each row corresponds to one statistical entry in the core-v2 statistics log, with event_ref and statistics_ref character columns pointing to resolvable ESPN endpoints.

col_nametypes
event_refcharacter
statistics_refcharacter

Author

Saiem Gilani

Examples

# \donttest{
  espn_wbb_athlete_statisticslog(athlete_id = "4433985", season = 2025)
#> ── ESPN WOMENS-COLLEGE-BASKETBALL Athlete Statisticslog from ESPN.com ──────────
#>  Data updated: 2026-05-06 04:51:04 UTC
#> # A tibble: 1 × 2
#>   season$`$ref`                                                       statistics
#>   <chr>                                                               <list>    
#> 1 http://sports.core.api.espn.com/v2/sports/basketball/leagues/women… <df>      
# }