Learn R Programming

wehoop

wehoop is an R package for working with women’s college and professional basketball data. The package has functions to access live play by play and box score data from ESPN with shot locations when available.

A scraping and aggregating interface for ESPN’s women’s college basketball and WNBA statistics. It provides users with the capability to access the API’s game play-by-plays, box scores, standings and results to analyze the data for themselves.

Installation

You can install the CRAN version of wehoop with:

install.packages("wehoop")

This documentation describes wehoop 3.0.0. If the CRAN release hasn't caught up yet, install the GitHub development version instead:

# You can install using the pak package using the following code:
if (!requireNamespace('pak', quietly = TRUE)){
  install.packages('pak')
}
pak::pak("sportsdataverse/wehoop")

Quick Start

WNBA full play-by-play seasons (2002-2026) ~ 1-2 minutes

tictoc::tic()
progressr::with_progress({
  wnba_pbp <- wehoop::load_wnba_pbp()
})
## Warning in readRDS(con): cannot open URL
## 'https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_wnba_pbp/play_by_play_2026.rds':
## HTTP status was '404 Not Found'

## Warning: Failed to readRDS from
## <https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_wnba_pbp/play_by_play_2026.rds>
tictoc::toc()
## 0.3 sec elapsed

## Warning: Unknown or uninitialised column: `game_id`.

## 0 rows of WNBA play-by-play data from 0 games.

Women’s college basketball full play-by-play seasons (2004-2026) ~ 2-3 minutes

tictoc::tic()
progressr::with_progress({
  wbb_pbp <- wehoop::load_wbb_pbp()
})
tictoc::toc()
## 10.58 sec elapsed

## 2824090 rows of women's college basketball play-by-play data from 6011 games.

Documentation

For more information on the package and function reference, please see the wehoop documentation website.

wehoop 3.0.0 ships 180 ESPN basketball endpoint wrappers (88 espn_wbb_* + 92 espn_wnba_*) covering reference and catalog data, team detail, athlete coverage, event-level enrichments (odds, win probability, officials, broadcasts), WNBA-only artifacts (draft, free agents, transactions), and league-wide catalogs. See the ESPN basketball endpoints vignette for a full walkthrough.

Beyond the live ESPN scrapers, wehoop ships 90 load_*() release-dataset loaders that pull pre-built season parquet/rds instead of hitting the source APIs: load_wnba_* / load_wbb_* (ESPN-backed pbp, box scores, rosters, standings, crosswalks), load_wnba_stats_* (WNBA Stats API, including load_wnba_stats_possessions()), and the load_ncaa_wbb_* family (pbp, shots, lineups, matchup_stints, possessions, rapm_within_team, rapm (league-wide), player_box, team_box, rosters, team_rosters, schedule, team_ids; seasons 2010-2026, shots 2019-2026, rapm 2011-2026) backed by the sportsdataverse-py NCAA engine. Model-dataset loaders round out the surface: load_wnba_player_impact(), load_wbb_player_value(), and load_wbb_ratings().

Breaking Changes

Full News on Releases

Follow the SportsDataverse (@SportsDataverse) on X and star this repo

Our Authors

Citations

To cite the wehoop R package in publications, use:

BibTex Citation

@misc{hutchinson_gilani_2021_wehoop,
  title = {wehoop: Access Women’s Basketball Play by Play Data},
  url = {http://doi.org/10.32614/CRAN.package.wehoop},
  DOI = {10.32614/cran.package.wehoop},
  journal = {CRAN: Contributed Packages},
  publisher = {The R Foundation},
  author = {Gilani,  Saiem and Hutchinson,  Geoffery},
  year = {2021},
  month = nov
}

Copy Link

Version

Install

install.packages('wehoop')

Monthly Downloads

611

Version

3.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Saiem Gilani

Last Published

August 24th, 2026

Functions in wehoop (3.0.0)

espn_basketball_game_all_plays_schema

Shared column schema: espn basketball game all plays schema
espn_basketball_player_core

Project an ESPN core-v2 athlete record into a player_core row
espn_basketball_player_overview_next_game_schema

Shared column schema: espn basketball player overview next game schema
espn_basketball_player_career_stats_schema

Shared column schema: espn basketball player career stats schema
espn_basketball_team_leaders_schema

Shared column schema: espn basketball team leaders schema
espn_basketball_team_roster_schema

Shared column schema: espn basketball team roster schema
espn_basketball_team_injuries_injuries_schema

Shared column schema: espn basketball team injuries injuries schema
espn_basketball_season_type_schema

Shared column schema: espn basketball season type schema
espn_basketball_team_info_schema

Shared column schema: espn basketball team info schema
espn_basketball_team_box_schema

Shared column schema: espn basketball team box schema
espn_wbb_athletes_index

Get ESPN Women's College Basketball Athletes Index
espn_basketball_season_week_schema

Shared column schema: espn basketball season week schema
espn_basketball_news_schema

Shared column schema: espn basketball news schema
espn_basketball_player_awards_schema

Shared column schema: espn basketball player awards schema
espn_basketball_scoreboard_schema

Shared column schema: espn basketball scoreboard schema
espn_basketball_venues_schema

Shared column schema: espn basketball venues schema
espn_basketball_season_leaders_schema

Shared column schema: espn basketball season leaders schema
espn_basketball_week_ranking_schema

Shared column schema: espn basketball week ranking schema
espn_basketball_player_overview_statistics_schema

Shared column schema: espn basketball player overview statistics schema
espn_wbb_coach_season

Get ESPN WBB Coach-in-Season Detail
espn_basketball_season_group_schema

Shared column schema: espn basketball season group schema
espn_basketball_team_schedule_schema

Shared column schema: espn basketball team schedule schema
espn_wbb_coach_record

Get ESPN WBB Coach Career Record (Long Format)
espn_wbb_coaches

Get ESPN Women's College Basketball Coaches
espn_wbb_calendar

Get ESPN WBB Calendar
espn_wbb_coach

Get ESPN WBB Single-Coach Detail
espn_wbb_franchises

Get ESPN WBB Franchises Index
espn_wbb_award

Get ESPN WBB Season Award Detail
espn_wbb_conferences

Get women's college basketball conferences
espn_wbb_franchise

Get ESPN WBB Franchise Detail
espn_wbb_game_all

Get ESPN women's college basketball game data (play-by-play, team and player box)
espn_wbb_injuries

Get ESPN Women's College Basketball Injuries
espn_wbb_game_propbets

Get ESPN WBB Event Prop Bets (Long Format)
espn_wbb_game_odds

Get ESPN Women's College Basketball Event Odds
espn_wbb_game_player_box

Get ESPN WBB Event Player Box Score (Long Format)
espn_wbb_game_probabilities

Get ESPN Women's College Basketball Event Win Probabilities
espn_wbb_game_play_personnel

Get ESPN WBB Event Play Personnel (On-Court Lineup at Play)
espn_wbb_game_play

Get ESPN WBB Event Play Detail (Single Play)
espn_wbb_game_team_roster_entry

Get ESPN WBB Event Competitor Roster Entry (Per-Athlete Game-Day Row)
espn_wbb_game_team_linescores

Get ESPN WBB Event Competitor Linescores (Per-Quarter)
espn_wbb_game_official_detail

Get ESPN WBB Event Official Detail (Single Official)
espn_wbb_player_stats

Get ESPN women's college basketball player stats data
espn_wbb_player_info

Get ESPN Women's College Basketball Athlete Info
espn_wbb_leaders

Get ESPN Women's College Basketball League Leaders
espn_wbb_player_overview

Get ESPN Women's College Basketball Athlete Overview
espn_wbb_player_seasons

Get ESPN WBB Athlete Career Seasons
espn_wbb_news

Get ESPN WBB News
espn_wbb_player_eventlog_v2

Get ESPN WBB Athlete Per-Season Event Log (core-v2)
espn_wbb_position

Get ESPN WBB Position Detail
espn_wbb_player_career_stats

Get ESPN WBB Athlete Career Stats (Long Format)
espn_wbb_player_awards

Get ESPN Women's College Basketball Athlete Awards
espn_wbb_season_awards

Get ESPN WBB Season Awards Index
espn_wbb_powerindex

Get ESPN WBB Season Power Index (Long Format)
espn_wbb_season_group

Get ESPN WBB Season Group Detail
espn_wbb_rankings

Get women's college basketball AP and Coaches poll rankings
espn_wbb_positions

Get ESPN WBB Positions Index
espn_wbb_season_info

Get ESPN Women's College Basketball Season Info
espn_wbb_season_leaders

Get ESPN WBB Season Leaders (Long Format)
espn_wbb_season_ranking

Get ESPN WBB Season Ranking Detail
espn_wbb_season_groups

Get ESPN WBB Season Groups Index
espn_wbb_scoreboard

Get ESPN women's college basketball schedule for a specific year
espn_wbb_season_weeks

Get ESPN WBB Season Weeks Index
espn_wbb_standings

Get ESPN women's college basketball standings
espn_wbb_season_types

Get ESPN WBB Season Types Index
espn_wbb_team

Get ESPN Women's College Basketball Team Detail
espn_wbb_team_injuries

Get ESPN Women's College Basketball Team Injuries
espn_wbb_season_rankings

Get ESPN WBB Season Rankings Index
espn_wbb_seasons

Get ESPN Women's College Basketball Seasons
espn_wbb_season_type

Get ESPN WBB Season-Type Detail
espn_wbb_team_news

Get ESPN WBB Team News
espn_wbb_season_week

Get ESPN WBB Season-Week Detail
espn_wbb_team_record_detail

Get ESPN WBB Team Record Detail (Long Format)
espn_wbb_team_season_roster

Get ESPN WBB Team Roster (Per-Season, core-v2)
espn_wbb_tournament_seasons

Get ESPN WBB Tournament Seasons List
espn_wbb_tournament_season

Get ESPN WBB Tournament Season Detail
espn_wbb_teams

Get ESPN women's college basketball team names and ids
espn_wbb_team_season_statistics

Get ESPN WBB Team Season Statistics (Long Format with Rank)
espn_wbb_team_schedule

Get ESPN Women's College Basketball Team Schedule
espn_wbb_tournament

Get ESPN WBB Tournament Detail
espn_wbb_tournaments

Get ESPN WBB Tournaments Index
espn_wbb_team_stats

Get ESPN women's college basketball team stats data
espn_wnba_conferences

Get ESPN WNBA Conferences
espn_wnba_calendar

Get ESPN WNBA Calendar
espn_wbb_week_rankings

Get ESPN WBB Per-Week Rankings Index
espn_wnba_award

Get ESPN WNBA Season Award Detail
espn_wnba_coaches

Get ESPN WNBA Coaches
espn_wnba_draft

Get ESPN WNBA Draft Picks
espn_wbb_venues

Get ESPN Women's College Basketball Venues
espn_wnba_coach_season

Get ESPN WNBA Coach-in-Season Detail
espn_wbb_week_ranking

Get ESPN WBB Per-Week Ranking Detail
espn_wnba_athletes_index

Get ESPN WNBA Athletes Index
espn_wnba_game_odds

Get ESPN WNBA Event Odds
espn_wnba_franchise

Get ESPN WNBA Franchise Detail
espn_wnba_draft_pick

Get ESPN WNBA Draft Pick Detail
espn_wnba_draft_athlete_detail

Get ESPN WNBA Draft Athlete Detail (Single Drafted Player)
espn_wnba_franchises

Get ESPN WNBA Franchises Index
espn_wnba_freeagents

Get ESPN WNBA Free Agents
espn_wnba_futures

Get ESPN WNBA Season Futures (Long Format)
espn_wnba_game_all

Get ESPN's WNBA game data (play-by-play, team and player box)
espn_wnba_draft_rounds

Get ESPN WNBA Draft Rounds Summary
espn_wnba_game_official_detail

Get ESPN WNBA Event Official Detail (Single Official)
espn_wnba_game_player_box

Get ESPN WNBA Event Player Box Score (Long Format)
espn_wnba_game_team_roster_entry

Get ESPN WNBA Event Competitor Roster Entry (Per-Athlete Game-Day Row)
espn_wnba_game_propbets

Get ESPN WNBA Event Prop Bets (Long Format)
espn_wnba_injuries

Get ESPN WNBA Injuries
espn_wnba_news

Get ESPN WNBA News
espn_wnba_leaders

Get ESPN WNBA League Leaders
espn_wnba_game_probabilities

Get ESPN WNBA Event Win Probabilities
espn_wnba_game_play_personnel

Get ESPN WNBA Event Play Personnel (On-Court Lineup at Play)
espn_wnba_game_team_linescores

Get ESPN WNBA Event Competitor Linescores (Per-Quarter)
espn_wnba_game_play

Get ESPN WNBA Event Play Detail (Single Play)
espn_wnba_player_career_stats

Get ESPN WNBA Athlete Career Stats (Long Format)
espn_wnba_player_overview

Get ESPN WNBA Athlete Overview
espn_wnba_powerindex

Get ESPN WNBA Season Power Index (Long Format)
espn_wnba_position

Get ESPN WNBA Position Detail
espn_wnba_player_eventlog_v2

Get ESPN WNBA Athlete Per-Season Event Log (core-v2)
espn_wnba_positions

Get ESPN WNBA Positions Index
espn_wnba_player_awards

Get ESPN WNBA Athlete Awards
espn_wnba_player_stats

Get ESPN WNBA player stats data
espn_wnba_player_info

Get ESPN WNBA Athlete Info
espn_wnba_player_seasons

Get ESPN WNBA Athlete Career Seasons
espn_wnba_scoreboard

Get WNBA schedule for a specific year/date from ESPN's API
espn_wnba_season_type

Get ESPN WNBA Season-Type Detail
espn_wnba_season_ranking

Get ESPN WNBA Season Ranking Detail
espn_wnba_season_info

Get ESPN WNBA Season Info
espn_wnba_season_groups

Get ESPN WNBA Season Groups Index
espn_wnba_season_group

Get ESPN WNBA Season Group Detail
espn_wnba_season_rankings

Get ESPN WNBA Season Rankings Index
espn_wnba_season_types

Get ESPN WNBA Season Types Index
espn_wnba_season_awards

Get ESPN WNBA Season Awards Index
espn_wnba_season_leaders

Get ESPN WNBA Season Leaders (Long Format)
espn_wnba_team_schedule

Get ESPN WNBA Team Schedule
espn_wnba_seasons

Get ESPN WNBA Seasons
espn_wnba_season_weeks

Get ESPN WNBA Season Weeks Index
espn_wnba_team_news

Get ESPN WNBA Team News
espn_wnba_team_record

Get ESPN WNBA Team Record (Per Season Type)
espn_wnba_team

Get ESPN WNBA Team Detail
espn_wnba_team_injuries

Get ESPN WNBA Team Injuries
espn_wnba_team_record_detail

Get ESPN WNBA Team Record Detail (Long Format)
espn_wnba_standings

Get ESPN WNBA Standings
espn_wnba_season_week

Get ESPN WNBA Season-Week Detail
espn_wnba_team_stats

Get ESPN WNBA team stats data
espn_wnba_venues

Get ESPN WNBA Venues
espn_wnba_week_rankings

Get ESPN WNBA Per-Week Rankings Index
fox_basketball_league_leaders

Get Fox Sports basketball statistical leaders
espn_wnba_week_ranking

Get ESPN WNBA Per-Week Ranking Detail
espn_wnba_team_season_roster

Get ESPN WNBA Team Roster (Per-Season, core-v2)
fox_wnba_pbp

Get Fox Sports basketball play-by-play
espn_wnba_transactions

Get ESPN WNBA Transactions
espn_wnba_team_season_statistics

Get ESPN WNBA Team Season Statistics (Long Format with Rank)
espn_wnba_teams

Get ESPN's WNBA team names and ids
has_hhs_login

Are Her Hoop Stats subscription credentials available?
hhs_team_stats

Her Hoop Stats Team Statistics
helper_espn_wnba_pbp

Parse ESPN WNBA PBP, helper function
hhs_team_roster

Her Hoop Stats Team Roster
load_wbb_pbp

Load cleaned women's college basketball play-by-play from the data repo
hhs_teams

Her Hoop Stats NCAA Team Single-Season Index
fox_wnba_team_roster

Get Fox Sports basketball team roster
helper_espn_wbb_pbp

Parse ESPN WBB PBP, helper function
fox_wbb_teams_all

Get the full Fox Sports women's college basketball team directory
load_ncaa_wbb_pbp

Load cleaned NCAA women's college basketball play-by-play from the data repo
ncaa_wbb

NCAA Women's Basketball Endpoint Overview
load_wnba_player_impact

Load WNBA player-impact ratings (RAPM / SPM / BPM / DARKO) from the data repo
load_wnba_pbp

Load cleaned WNBA play-by-play from the data repo
load_wnba_team_crosswalk

Load cached WNBA team crosswalk from the data repo
load_wnba_stats_rosters

Load cleaned WNBA Stats API season rosters from the data repo
most_recent_wnba_stats_season

Most Recent WNBA Stats API Season
most_recent_wbb_season

Most Recent Women's College Basketball Season
most_recent_wnba_season

Most Recent WNBA Season
load_wnba_stats_leaguedash

Load wehoop WNBA Stats League Dashboard cube
ncaa_wbb_NET_rankings

Get Women's college basketball NET rankings for the current date from the NCAA website
update_wnba_stats_db

Build/update wehoop WNBA Stats database
wbb_player_crosswalk

Get the WBB cross-source player crosswalk
request_with_proxy

Retry http request with optional proxy
update_wnba_db

Build/update wehoop WNBA play-by-play database
ncaa_wbb_teams

Scrape NCAA Women's Basketball Teams (Division I, II, and III)
rds_from_url

Load .rds file from a remote connection
update_wbb_db

Build/update wehoop WBB play-by-play database
parameter_descriptions

WNBA Stats API Parameter Descriptions Reference table for parameters used across wnba_*() functions.
progressively

Progressively
parquet_from_url

Load .parquet file from a remote connection
wbb_schedule_crosswalk

Get the WBB cross-source schedule crosswalk
wnba_boxscoresummaryv2_game_summary_schema

Shared column schema: wnba boxscoresummaryv2 game summary schema
wbb_team_crosswalk

Get the WBB cross-source team crosswalk
wnba_assistleaders

Get WNBA Stats API Assist Leaders
wnba_assisttracker

Get WNBA Stats API Assist Tracker
wnba_alltimeleadersgrids

Get WNBA Stats API All-time Leaders Grid
wnba_boxscorehustlev2

Get WNBA Stats API Boxscore Hustle V2
wehoop_loaders

wehoop Data Loaders Overview
wehoop-package

wehoop: Access Women's Basketball Play by Play Data
wnba_boxscoresummaryv2

Get WNBA Stats API Boxscore Summary V2
wnba_cumestatsplayer

Get WNBA Stats API Cumulative Player Stats
wnba_boxscoresummaryv3

Get WNBA Stats API Boxscore Summary V3
wnba_boxscoresummaryv2_last_meeting_schema

Shared column schema: wnba boxscoresummaryv2 last meeting schema
wnba_boxscoretraditionalv3

Get WNBA Stats API Boxscore Traditional V3
wnba_boxscoretraditionalv2

Get WNBA Stats API Boxscore Traditional V2
wnba_commonteamroster

Get WNBA Stats API Team Roster
wnba_commonplayerinfo

Get WNBA Stats API Player Info
wnba_boxscoresummaryv2_season_series_schema

Shared column schema: wnba boxscoresummaryv2 season series schema
wnba_commonallplayers

Get WNBA Stats API All Players
wnba_commonplayoffseries

Get WNBA Stats API Playoff Series
wnba_cumestatsplayergames

Get WNBA Stats API Cumulative Player Game Stats
wnba_franchisehistory

Get WNBA Stats API Franchise History
wnba_drafthistory

Get WNBA Stats API Draft History
wnba_franchiseleaders

Get WNBA Stats API Franchise Leaders
wnba_data_pbp

Get WNBA Data API Play-by-Play
wnba_cumestatsteamgames

Get WNBA Stats API Cumulative Team Game Stats
wnba_fantasywidget

Get WNBA Stats API Fantasy Widget
wnba_draftboard

Get WNBA Stats API Draft Board
wnba_cumestatsteam

Get WNBA Stats API Cumulative Team Stats
wnba_draftcombinestats

Get WNBA Stats API Draft Combine Stats
wnba_homepagev2_home_page_stat1_schema

Shared column schema: wnba homepagev2 home page stat1 schema
wnba_infographicfanduelplayer

Get WNBA Stats API FanDuel Player Infographic
wnba_leaguedashlineups

Get WNBA Stats API League Dashboard Lineups
wnba_franchiseleaderswrank

Get WNBA Stats API Franchise Leaders with Rank
wnba_franchiseplayers

Get WNBA Stats API Franchise Players
wnba_gamerotation

Get WNBA Stats API Game Rotation
wnba_homepagewidget

Get WNBA Stats API Homepage Widget Leaders
wnba_homepageleaders

Get WNBA Stats API Homepage Leaders
wnba_leaderstiles

Get WNBA Stats API Leaders Tiles
wnba_homepagev2

Get WNBA Stats API HomepageV2 Leaders
wnba_leaguedashteamstats

Get WNBA Stats API League Dashboard Team Stats
wnba_leaguedashplayerstats

Get WNBA Stats API League Dashboard Player Stats
wnba_leaguegamefinder

Get WNBA Stats API League Game Streak Finder
wnba_leaguedashteamclutch

Get WNBA Stats API League Dashboard by Team Clutch Splits
wnba_leaguedashplayerclutch

Get WNBA Stats API League Dashboard by Player Clutch Splits
wnba_leaguedashplayershotlocations

Get WNBA Stats API League Dashboard Player Shot Locations
wnba_leaguegamelog

Get WNBA Stats API League Game Log
wnba_leaguedashplayerbiostats

Get WNBA Stats API League Dashboard Player Biographical Stats
wnba_leaguedashteamshotlocations

Get WNBA Stats API League Dashboard Team Shot Locations
wnba_leaguedashteamclutch_league_dash_team_clutch_schema

Shared column schema: wnba leaguedashteamclutch league dash team clutch schema
wnba_leagueseasonmatchups

Get WNBA Stats API League Season Matchups
wnba_pbp

Get WNBA Stats API play-by-play
wnba_leagueleaders

Get WNBA Stats API League Leaders
wnba_live_boxscore

Get WNBA Stats API Live Boxscore
wnba_leaguelineupviz

Get WNBA Stats API League Lineup Visual Data
wnba_leagueplayerondetails

Get WNBA Stats API League Player On/Off Details
wnba_live_pbp

Get WNBA Stats API Live play-by-play
wnba_leaguehustlestatsplayer

Get WNBA Stats API League Hustle Stats Player
wnba_leaguestandingsv3

Get WNBA Stats API League Standings V3
wnba_on_off_schema

Shared column schema: wnba on off schema
wnba_playercareerbycollege

Get WNBA Stats API Player Career By College
wnba_pbps

Get WNBA Stats API play-by-play (Multiple Games)
wnba_playercareerbycollegerollup

Get WNBA Stats API Player Career By College Rollup
wnba_playercareerstats_season_rankings_schema

Shared column schema: wnba playercareerstats season rankings schema
wnba_player_crosswalk

Get the WNBA cross-source player crosswalk
wnba_playercareerstats

Get WNBA Stats API Player Career Stats
wnba_playerawards

Get WNBA Stats API Player Awards
wnba_playbyplayv3

Get WNBA Stats API Play-by-Play V3
wnba_player_dashboard_schema

Shared column schema: wnba player dashboard schema
wnba_playercareerstats_season_totals_schema

Shared column schema: wnba playercareerstats season totals schema
wnba_playerfantasyprofilebargraph

Get WNBA Stats API Player Fantasy Profile Bar Graph
wnba_playercompare

Get WNBA Stats API Player Compare
wnba_playerindex

Get WNBA Stats API Player Index
wnba_playergamelog

Get WNBA Stats API Player Game Log
wnba_playergamestreakfinder

Get WNBA Stats API Player Game Streak Finder
wnba_playerheadshot

Get WNBA Stats API Player Head-shot
wnba_playerfantasyprofile

Get WNBA Stats API Player Fantasy Profile
wnba_playergamelogs

Get WNBA Stats API Player Game Logs
wnba_playerestimatedmetrics

Get WNBA Stats API Player Estimated Metrics
wnba_playerdashboardbyclutch

Get WNBA Stats API Player Dashboard by Clutch Splits
wnba_possession_lineups

Get WNBA Possession-Level Stint Matrix
wnba_playernextngames

Get WNBA Stats API Player Next N Games
wnba_playervsplayer

Get WNBA Stats API Player vs Player
wnba_playerprofilev2

Get WNBA Stats API Player Profile V2
wnba_schedule

Get WNBA Stats API Season Schedule
wnba_schedule_crosswalk

Get the WNBA cross-source schedule crosswalk
wnba_scoreboard

Get WNBA Stats API Scoreboard
wnba_scoreboard_east_conf_standings_by_day_schema

Shared column schema: wnba scoreboard east conf standings by day schema
wnba_players_on_court_schema

Shared column schema: wnba players on court schema
wnba_rapm

Fit a Ridge-Regression RAPM Model from WNBA Possession Data
wnba_shotchartdetail_league_averages_schema

Shared column schema: wnba shotchartdetail league averages schema
wnba_shotchartdetail

Get WNBA Stats API Shot Chart Detail
wnba_shotchartlineupdetail

Get WNBA Stats API Shot Chart for Lineups
wnba_scoreboardv2

Get WNBA Stats API Scoreboard V2
wnba_scoreboardv3

Get WNBA Stats API Scoreboard V3
wnba_shotchartleaguewide

Get WNBA Stats API Shot Chart League-Wide
wnba_shooting_splits_schema

Shared column schema: wnba shooting splits schema
wnba_shooting_splits_assisted_by_schema

Shared column schema: wnba shooting splits assisted by schema
wnba_stats

WNBA Stats API Endpoint Overview
wnba_shot_zones

Fetch WNBA Play-by-Play and Classify Field-Goal Attempts by Shot Zone
wnba_team_summary_overall_schema

Shared column schema: wnba team summary overall schema
wnba_teamdashlineups

Get WNBA Stats API Team Dashboard - Lineups
wnba_teamdetails

Get WNBA Stats API Team Details
wnba_teamdashboardbyclutch

Get WNBA Stats API Team Dashboard by Clutch Splits
wnba_team_dashboard_schema

Shared column schema: wnba team dashboard schema
wnba_teamestimatedmetrics

Get WNBA Stats API Team Estimated Metrics
wnba_teamgamelog

Get WNBA Stats API Team Game Log
wnba_team_crosswalk

Get the WNBA cross-source team crosswalk
wnba_teamgamelogs

Get WNBA Stats API Team Game Logs
wnba_teamgamestreakfinder

Get WNBA Stats API Team Game Streak Finder
wnba_videostatus

Get WNBA Stats API Video Status
wnba_videoevents

Get WNBA Stats API Video Events
wnba_teaminfocommon

Get WNBA Stats API Team Common Info
wnba_videodetailsasset

Get WNBA Stats API Video Details
wnba_teamvsplayer

Get WNBA Stats API Team vs Player
wnba_teamhistoricalleaders

Get WNBA Stats API Team Historical Leaders
wnba_todays_scoreboard

Get WNBA Stats API Today's Scoreboard
wnba_teamyearbyyearstats

Get WNBA Stats API Team Year by Year Stats
wnba_teamplayeronoffdetails

Get WNBA Stats API Team Player On/Off Details
wnba_teams

Get WNBA Stats API Teams
year_to_season

Convert a calendar year to a WNBA / NBA season string
bref_wnba_player_stats

Basketball-Reference WNBA Player Season Stats
bref_wnba_team_stats

Basketball-Reference WNBA Team Season Stats
basketball_load_wbb_standings_schema

Shared column schema: basketball load wbb standings schema
bart_wbb_ratings

Bart Torvik Women's T-Rank Ratings
bref_wnba_standings

Basketball-Reference WNBA Standings
bart_wbb_game_schedule

Bart Torvik Women's Season Schedule & Results
basketball_load_wbb_officials_schema

Shared column schema: basketball load wbb officials schema
.bb_normalize_college_team

Normalize a college team name for cross-source matching (contracting form)
.bb_to_eastern

Reduce a timestamp (UTC datetime, ISO string, or Date) to the local ET date
basketball_load_wbb_game_rosters_schema

Shared column schema: basketball load wbb game rosters schema
.bb_normalize_name

Normalize a person name for cross-source matching
.bb_fuzzy_match

Deterministic blocked fuzzy matcher (greedy within block)
.bref_wnba_text

Internal: GET a Basketball-Reference WNBA page and return the body text
basketball_load_wbb_team_stats_schema

Shared column schema: basketball load wbb team stats schema
.bart_wbb_text

Internal: GET a barttorvik.com/ncaaw resource and return the response text
check_status

Check Status function
.bb_normalize_team

Normalize a team name for cross-source matching
basketball_load_wbb_shots_schema

Shared column schema: basketball load wbb shots schema
.players_on_court

Add players on court in WNBA Stats API play-by-play
.interp_braces

Minimal brace-template interpolator
.bref_wnba_table

Internal: parse a Basketball-Reference WNBA table by id using data-stat keys
.build_player_roster_wnba

Build player roster lookup from WNBA boxscore data
.players_on_court_v3_wnba

Add players on court in WNBA Stats API V3 play-by-play
.hhs_login

Internal: log into Her Hoop Stats and return the session cookie jar
.hhs_doc

Internal: GET an authenticated Her Hoop Stats page and parse it
.capture_args

Capture the calling function's formal arguments
.report_api_error

Report an API-call error with full context
csv_from_url

Load .csv / .csv.gz file from a remote connection
espn_basketball_calendar_schema

Shared column schema: espn basketball calendar schema
.resp_text

Extract response body as text
espn_basketball_conferences_schema

Shared column schema: espn basketball conferences schema
espn_basketball

ESPN Basketball Endpoint Overview (WNBA + WBB)
espn_basketball_game_all_player_schema

Shared column schema: espn basketball game all player schema
.retry_request

Retry an HTTP request with httr2
espn_basketball_coach_season_schema

Shared column schema: espn basketball coach season schema
.v3_to_v2_format_wnba

Convert V3 play-by-play to V2-compatible format (WNBA)
espn_basketball_game_all_player_player_schema

Shared column schema: espn basketball game all player player schema
espn_basketball_athletes_index_schema

Shared column schema: espn basketball athletes index schema
.hhs_request

Internal: an httr2 request bound to a Her Hoop Stats cookie jar
.report_api_warning

Report an API-call warning with full context
espn_basketball_game_officials_schema

Shared column schema: espn basketball game officials schema
espn_basketball_game_odds_schema

Shared column schema: espn basketball game odds schema
espn_basketball_game_probabilities_schema

Shared column schema: espn basketball game probabilities schema
espn_basketball_injuries_schema

Shared column schema: espn basketball injuries schema
espn_basketball_leaders_schema

Shared column schema: espn basketball leaders schema
espn_basketball_game_broadcasts_schema

Shared column schema: espn basketball game broadcasts schema
espn_basketball_game_all_plays_plays_schema

Shared column schema: espn basketball game all plays plays schema
espn_basketball_player_info_bio_schema

Shared column schema: espn basketball player info bio schema
espn_basketball_season_ranking_schema

Shared column schema: espn basketball season ranking schema