Skip to contents

Get WNBA Stats API Draft Board

Get WNBA Stats API Draft Board

Usage

wnba_draftboard(season = most_recent_wnba_season(), ...)

Arguments

season

Draft year as numeric or character (e.g. 2026).

...

Additional arguments passed to an underlying function like httr.

Value

Returns a named list of tibbles: board, picks.

board

col_nametypesdescription
draft_idintegerUnique identifier for draft.
titlecharacterTitle or label for the record.
seasonintegerSeason identifier (4-digit year or 'YYYY-YY' string).
statuscharacterStatus label.
on_the_clockcharacterOn the clock.
draft_datecharacterDate in YYYY-MM-DD format.
modifiedcharacterModified.

picks

col_nametypesdescription
roundintegerTournament / playoff round.
pickintegerPick.
team_idintegerUnique team identifier.
team_external_idintegerUnique identifier for team external.
team_namecharacterFull team display name (e.g. 'Las Vegas Aces').
prospect_idintegerUnique identifier for prospect.
first_namecharacterPlayer's first name.
last_namecharacterPlayer's last name.
positioncharacterListed roster position (G, F, C, etc.).
countrycharacterCountry (full name or code).
collegecharacterCollege or school attended.
ppgcharacterPoints per game.
rpgcharacterRebounds per game.
apgcharacterAssists per game.
spgcharacterSteals per game.
bpgcharacterBlocks per game.
fg_pctcharacterField goal percentage (0-1).
descriptioncharacterLong-form description text.
headshot_urlcharacterURL for headshot.

Author

Saiem Gilani