nba_leaguedashteamptshot
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
LeagueID | league_id | ^\d{2}$ | Y | |
PerMode | per_mode_simple | ^(Totals)\|(PerGame)$ | Y | |
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
VsDivision | vs_division_nullable | ^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$ | Y | |
VsConference | vs_conference_nullable | ^((East)\|(West))?$ | Y | |
TouchTimeRange | touch_time_range_nullable | Y | ||
TeamID | team_id_nullable | Y | ||
ShotDistRange | shot_dist_range_nullable | Y | ||
ShotClockRange | shot_clock_range_nullable | Y | ||
SeasonSegment | season_segment_nullable | ^((Post All-Star)\|(Pre All-Star))?$ | Y | |
Period | period_nullable | Y | ||
PORound | po_round_nullable | Y | ||
Outcome | outcome_nullable | ^((W)\|(L))?$ | Y | |
OpponentTeamID | opponent_team_id_nullable | Y | ||
Month | month_nullable | Y | ||
Location | location_nullable | ^((Home)\|(Road))?$ | Y | |
LastNGames | last_n_games_nullable | Y | ||
GeneralRange | general_range_nullable | Y | ||
GameSegment | game_segment_nullable | ^((First Half)\|(Overtime)\|(Second Half))?$ | Y | |
DribbleRange | dribble_range_nullable | Y | ||
Division | division_nullable | ^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$ | Y | |
DateTo | date_to_nullable | Y | ||
DateFrom | date_from_nullable | Y | ||
Conference | conference_nullable | ^((East)\|(West))?$ | Y | |
CloseDefDistRange | close_def_dist_range_nullable | Y |
#
Data Setsleague_dash_ptshots
#
LeagueDashPTShots ['TEAM_ID', 'TEAM_NAME', 'TEAM_ABBREVIATION', 'GP', 'G', 'FGA_FREQUENCY', 'FGM', 'FGA', 'FG_PCT', 'EFG_PCT', 'FG2A_FREQUENCY', 'FG2M', 'FG2A', 'FG2_PCT', 'FG3A_FREQUENCY', 'FG3M', 'FG3A', 'FG3_PCT']
#
JSON{ "data_sets": { "LeagueDashPTShots": [ "TEAM_ID", "TEAM_NAME", "TEAM_ABBREVIATION", "GP", "G", "FGA_FREQUENCY", "FGM", "FGA", "FG_PCT", "EFG_PCT", "FG2A_FREQUENCY", "FG2M", "FG2A", "FG2_PCT", "FG3A_FREQUENCY", "FG3M", "FG3A", "FG3_PCT" ] }, "endpoint": "LeagueDashTeamPtShot", "last_validated_date": "2020-08-15", "nullable_parameters": [ "CloseDefDistRange", "Conference", "DateFrom", "DateTo", "Division", "DribbleRange", "GameSegment", "GeneralRange", "LastNGames", "Location", "Month", "OpponentTeamID", "Outcome", "PORound", "Period", "SeasonSegment", "ShotClockRange", "ShotDistRange", "TeamID", "TouchTimeRange", "VsConference", "VsDivision" ], "parameter_patterns": { "CloseDefDistRange": null, "Conference": "^((East)|(West))?$", "DateFrom": null, "DateTo": null, "Division": "^((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest)|(East)|(West))?$", "DribbleRange": null, "GameSegment": "^((First Half)|(Overtime)|(Second Half))?$", "GeneralRange": null, "LastNGames": null, "LeagueID": "^\\d{2}$", "Location": "^((Home)|(Road))?$", "Month": null, "OpponentTeamID": null, "Outcome": "^((W)|(L))?$", "PORound": null, "PerMode": "^(Totals)|(PerGame)$", "Period": null, "Season": null, "SeasonSegment": "^((Post All-Star)|(Pre All-Star))?$", "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$", "ShotClockRange": null, "ShotDistRange": null, "TeamID": null, "TouchTimeRange": null, "VsConference": "^((East)|(West))?$", "VsDivision": "^((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest)|(East)|(West))?$" }, "parameters": [ "CloseDefDistRange", "Conference", "DateFrom", "DateTo", "Division", "DribbleRange", "GameSegment", "GeneralRange", "LastNGames", "LeagueID", "Location", "Month", "OpponentTeamID", "Outcome", "PORound", "PerMode", "Period", "Season", "SeasonSegment", "SeasonType", "ShotClockRange", "ShotDistRange", "TeamID", "TouchTimeRange", "VsConference", "VsDivision" ], "required_parameters": [ "LeagueID", "PerMode", "Season", "SeasonType" ], "status": "success"}
Last validated 2020-08-16