LeagueDashPtStats
nba_api/stats/endpoints/leaguedashptstats.py#
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
LastNGames | last_n_games | Y | ||
Month | month | Y | ||
OpponentTeamID | opponent_team_id | Y | ||
PerMode | per_mode_simple | ^(Totals)\|(PerGame)$ | Y | |
PlayerOrTeam | player_or_team | ^(Player)\|(Team)$ | Y | |
PtMeasureType | pt_measure_type | ^(SpeedDistance)\|(Rebounding)\|(Possessions)\|(CatchShoot)\|(PullUpShot)\|(Defense)\|(Drives)\|(Passing)\|(ElbowTouch)\|(PostTouch)\|(PaintTouch)\|(Efficiency)$ | Y | |
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
Weight | weight_nullable | Y | ||
VsDivision | vs_division_nullable | ^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$ | Y | Y |
VsConference | vs_conference_nullable | ^((East)\|(West))?$ | Y | Y |
TeamID | team_id_nullable | Y | ||
StarterBench | starter_bench_nullable | ((Starters)\|(Bench))? | Y | Y |
SeasonSegment | season_segment_nullable | ^((Post All-Star)\|(Pre All-Star))?$ | Y | Y |
PlayerPosition | player_position_abbreviation_nullable | ((F)\|(C)\|(G)\|(C-F)\|(F-C)\|(F-G)\|(G-F))? | Y | Y |
PlayerExperience | player_experience_nullable | ((Rookie)\|(Sophomore)\|(Veteran))? | Y | Y |
PORound | po_round_nullable | Y | ||
Outcome | outcome_nullable | ^((W)\|(L))?$ | Y | Y |
Location | location_nullable | ^((Home)\|(Road))?$ | Y | Y |
LeagueID | league_id_nullable | Y | ||
Height | height_nullable | Y | ||
GameScope | game_scope_simple_nullable | ((Yesterday)\|(Last 10))? | Y | Y |
DraftYear | draft_year_nullable | Y | ||
DraftPick | draft_pick_nullable | Y | ||
Division | division_simple_nullable | ((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest))? | Y | |
DateTo | date_to_nullable | Y | Y | |
DateFrom | date_from_nullable | Y | Y | |
Country | country_nullable | Y | ||
Conference | conference_nullable | ((East)\|(West))? | Y | |
College | college_nullable | Y |
#
Data Setsleague_dash_pt_stats
#
LeagueDashPtStats ['TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'GP', 'W', 'L', 'MIN', 'DIST_FEET', 'DIST_MILES', 'DIST_MILES_OFF', 'DIST_MILES_DEF', 'AVG_SPEED', 'AVG_SPEED_OFF', 'AVG_SPEED_DEF']
#
JSON{ "data_sets": { "LeagueDashPtStats": [ "TEAM_ID", "TEAM_ABBREVIATION", "TEAM_NAME", "GP", "W", "L", "MIN", "DIST_FEET", "DIST_MILES", "DIST_MILES_OFF", "DIST_MILES_DEF", "AVG_SPEED", "AVG_SPEED_OFF", "AVG_SPEED_DEF" ] }, "endpoint": "LeagueDashPtStats", "last_validated_date": "2020-08-15", "nullable_parameters": [ "College", "Conference", "Country", "DateFrom", "DateTo", "Division", "DraftPick", "DraftYear", "GameScope", "Height", "LeagueID", "Location", "Outcome", "PORound", "PlayerExperience", "PlayerPosition", "SeasonSegment", "StarterBench", "TeamID", "VsConference", "VsDivision", "Weight" ], "parameter_patterns": { "College": null, "Conference": "((East)|(West))?", "Country": null, "DateFrom": null, "DateTo": null, "Division": "((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest))?", "DraftPick": null, "DraftYear": null, "GameScope": "((Yesterday)|(Last 10))?", "Height": null, "LastNGames": null, "LeagueID": null, "Location": "^((Home)|(Road))?$", "Month": null, "OpponentTeamID": null, "Outcome": "^((W)|(L))?$", "PORound": null, "PerMode": "^(Totals)|(PerGame)$", "PlayerExperience": "((Rookie)|(Sophomore)|(Veteran))?", "PlayerOrTeam": "^(Player)|(Team)$", "PlayerPosition": "((F)|(C)|(G)|(C-F)|(F-C)|(F-G)|(G-F))?", "PtMeasureType": "^(SpeedDistance)|(Rebounding)|(Possessions)|(CatchShoot)|(PullUpShot)|(Defense)|(Drives)|(Passing)|(ElbowTouch)|(PostTouch)|(PaintTouch)|(Efficiency)$", "Season": null, "SeasonSegment": "^((Post All-Star)|(Pre All-Star))?$", "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$", "StarterBench": "((Starters)|(Bench))?", "TeamID": null, "VsConference": "^((East)|(West))?$", "VsDivision": "^((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest)|(East)|(West))?$", "Weight": null }, "parameters": [ "College", "Conference", "Country", "DateFrom", "DateTo", "Division", "DraftPick", "DraftYear", "GameScope", "Height", "LastNGames", "LeagueID", "Location", "Month", "OpponentTeamID", "Outcome", "PORound", "PerMode", "PlayerExperience", "PlayerOrTeam", "PlayerPosition", "PtMeasureType", "Season", "SeasonSegment", "SeasonType", "StarterBench", "TeamID", "VsConference", "VsDivision", "Weight" ], "required_parameters": [ "DateFrom", "DateTo", "GameScope", "LastNGames", "Location", "Month", "OpponentTeamID", "Outcome", "PerMode", "PlayerExperience", "PlayerOrTeam", "PlayerPosition", "PtMeasureType", "Season", "SeasonSegment", "SeasonType", "StarterBench", "VsConference", "VsDivision" ], "status": "success"}
Last validated 2020-08-16