Get NBA Stats API League Dashboard Player Biographical Stats
Get NBA Stats API League Dashboard Player Biographical Stats
nba_leaguedashplayerbiostats(
college = "",
conference = "",
country = "",
date_from = "",
date_to = "",
division = "",
draft_pick = "",
draft_year = "",
game_segment = "",
game_scope = "",
height = "",
last_n_games = 0,
league_id = "00",
location = "",
month = 0,
opponent_team_id = 0,
outcome = "",
po_round = "",
per_mode = "Totals",
period = "",
player_experience = "",
player_position = "",
season = year_to_season(most_recent_nba_season() - 1),
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
starter_bench = "",
team_id = "",
touch_time_range = "",
vs_conference = "",
vs_division = "",
weight = "",
...
)
Returns a named list of data frames: LeagueDashPlayerBioStats
LeagueDashPlayerBioStats
col_name | types |
PLAYER_ID | character |
PLAYER_NAME | character |
TEAM_ID | character |
TEAM_ABBREVIATION | character |
AGE | character |
PLAYER_HEIGHT | character |
PLAYER_HEIGHT_INCHES | character |
PLAYER_WEIGHT | character |
COLLEGE | character |
COUNTRY | character |
DRAFT_YEAR | character |
DRAFT_ROUND | character |
DRAFT_NUMBER | character |
GP | character |
PTS | character |
REB | character |
AST | character |
NET_RATING | character |
OREB_PCT | character |
DREB_PCT | character |
USG_PCT | character |
TS_PCT | character |
AST_PCT | character |
college
conference
country
date_from
date_to
division
draft_pick
draft_year
game_segment
game_scope
height
last_n_games
league_id
location
month
opponent_team_id
outcome
po_round
per_mode
period
player_experience
player_position
season
season_segment
season_type
shot_clock_range
starter_bench
team_id
touch_time_range
vs_conference
vs_division
weight
Additional arguments passed to an underlying function like httr.
Saiem Gilani
nba_leaguedashplayerbiostats(league_id = '00', season = year_to_season(most_recent_nba_season() - 1))
Other NBA League Functions:
nba_leaguedashlineups()
,
nba_leaguedashoppptshot()
,
nba_leaguedashplayerclutch()
,
nba_leaguedashplayerptshot()
,
nba_leaguedashplayershotlocations()
,
nba_leaguedashplayerstats()
,
nba_leaguedashptdefend()
,
nba_leaguedashptstats()
,
nba_leaguedashptteamdefend()
,
nba_leaguedashteamclutch()
,
nba_leaguedashteamptshot()
,
nba_leaguedashteamshotlocations()
,
nba_leaguedashteamstats()
,
nba_leaguegamefinder()
,
nba_leaguegamelog()
,
nba_leaguelineupviz()
,
nba_leagueplayerondetails()
,
nba_leagueseasonmatchups()
,
nba_leaguestandingsv3()
,
nba_leaguestandings()
,
nba_matchupsrollup()
,
nba_playoffpicture()
,
nba_shotchartleaguewide()
Other NBA Player Functions:
nba_infographicfanduelplayer()
,
nba_leaguedashplayerclutch()
,
nba_leaguedashplayershotlocations()
,
nba_leaguedashplayerstats()
,
nba_leagueplayerondetails()
,
nba_leagueseasonmatchups()
,
nba_matchupsrollup()
,
nba_playerawards()
,
nba_playercareerbycollegerollup()
,
nba_playercareerbycollege()
,
nba_playercareerstats()
,
nba_playercompare()
,
nba_playerdashboardbyclutch()
,
nba_playerdashboardbygamesplits()
,
nba_playerdashboardbygeneralsplits()
,
nba_playerdashboardbylastngames()
,
nba_playerdashboardbyopponent()
,
nba_playerdashboardbyshootingsplits()
,
nba_playerdashboardbyteamperformance()
,
nba_playerdashboardbyyearoveryear()
,
nba_playerdashptpass()
,
nba_playerdashptreb()
,
nba_playerdashptshotdefend()
,
nba_playerdashptshots()
,
nba_playerestimatedmetrics()
,
nba_playerfantasyprofilebargraph()
,
nba_playerfantasyprofile()
,
nba_playergamelogs()
,
nba_playergamelog()
,
nba_playergamestreakfinder()
,
nba_playerheadshot()
,
nba_playerindex()
,
nba_playernextngames()
,
nba_playerprofilev2()
,
nba_playervsplayer()