nba_playerdashptshotdefend
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
LastNGames | last_n_games | Y | ||
LeagueID | league_id | Y | ||
Month | month | Y | ||
OpponentTeamID | opponent_team_id | Y | ||
PerMode | per_mode_simple | ^(Totals)\|(PerGame)$ | Y | |
Period | period | Y | ||
PlayerID | player_id | Y | ||
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
TeamID | team_id | Y | ||
VsDivision | vs_division_nullable | ^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$ | Y | Y |
VsConference | vs_conference_nullable | ^((East)\|(West))?$ | Y | Y |
SeasonSegment | season_segment_nullable | ^((Post All-Star)\|(Pre All-Star))?$ | Y | Y |
Outcome | outcome_nullable | ^((W)\|(L))?$ | Y | Y |
Location | location_nullable | ^((Home)\|(Road))?$ | Y | Y |
GameSegment | game_segment_nullable | ^((First Half)\|(Overtime)\|(Second Half))?$ | Y | Y |
DateTo | date_to_nullable | Y | Y | |
DateFrom | date_from_nullable | Y | Y |
#
Data Setsdefending_shots
#
DefendingShots ['CLOSE_DEF_PERSON_ID', 'GP', 'G', 'DEFENSE_CATEGORY', 'FREQ', 'D_FGM', 'D_FGA', 'D_FG_PCT', 'NORMAL_FG_PCT', 'PCT_PLUSMINUS']
#
JSON{ "data_sets": { "DefendingShots": [ "CLOSE_DEF_PERSON_ID", "GP", "G", "DEFENSE_CATEGORY", "FREQ", "D_FGM", "D_FGA", "D_FG_PCT", "NORMAL_FG_PCT", "PCT_PLUSMINUS" ] }, "endpoint": "PlayerDashPtShotDefend", "last_validated_date": "2020-08-15", "nullable_parameters": [ "DateFrom", "DateTo", "GameSegment", "Location", "Outcome", "SeasonSegment", "VsConference", "VsDivision" ], "parameter_patterns": { "DateFrom": null, "DateTo": null, "GameSegment": "^((First Half)|(Overtime)|(Second Half))?$", "LastNGames": null, "LeagueID": null, "Location": "^((Home)|(Road))?$", "Month": null, "OpponentTeamID": null, "Outcome": "^((W)|(L))?$", "PerMode": "^(Totals)|(PerGame)$", "Period": null, "PlayerID": null, "Season": null, "SeasonSegment": "^((Post All-Star)|(Pre All-Star))?$", "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$", "TeamID": null, "VsConference": "^((East)|(West))?$", "VsDivision": "^((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest)|(East)|(West))?$" }, "parameters": [ "DateFrom", "DateTo", "GameSegment", "LastNGames", "LeagueID", "Location", "Month", "OpponentTeamID", "Outcome", "PerMode", "Period", "PlayerID", "Season", "SeasonSegment", "SeasonType", "TeamID", "VsConference", "VsDivision" ], "required_parameters": [ "DateFrom", "DateTo", "GameSegment", "LastNGames", "LeagueID", "Location", "Month", "OpponentTeamID", "Outcome", "PerMode", "Period", "PlayerID", "Season", "SeasonSegment", "SeasonType", "TeamID", "VsConference", "VsDivision" ], "status": "success"}
Last validated 2020-08-16