Skip to main content

nba_playerdashptshotdefend

Endpoint URL#

https://stats.nba.com/stats/playerdashptshotdefend

Valid URL#

https://stats.nba.com/stats/playerdashptshotdefend?DateFrom=&DateTo=&GameSegment=&LastNGames=0&LeagueID=00&Location=&Month=0&OpponentTeamID=0&Outcome=&PerMode=Totals&Period=0&PlayerID=2544&Season=2019-20&SeasonSegment=&SeasonType=Regular+Season&TeamID=1610612739&VsConference=&VsDivision=

Parameters#

API Parameter NameParameterPatternRequiredNullable
LastNGameslast_n_gamesY
LeagueIDleague_idY
MonthmonthY
OpponentTeamIDopponent_team_idY
PerModeper_mode_simple^(Totals)\|(PerGame)$Y
PeriodperiodY
PlayerIDplayer_idY
SeasonseasonY
SeasonTypeseason_type_all_star^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$Y
TeamIDteam_idY
VsDivisionvs_division_nullable^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$YY
VsConferencevs_conference_nullable^((East)\|(West))?$YY
SeasonSegmentseason_segment_nullable^((Post All-Star)\|(Pre All-Star))?$YY
Outcomeoutcome_nullable^((W)\|(L))?$YY
Locationlocation_nullable^((Home)\|(Road))?$YY
GameSegmentgame_segment_nullable^((First Half)\|(Overtime)\|(Second Half))?$YY
DateTodate_to_nullableYY
DateFromdate_from_nullableYY

Data Sets#

DefendingShots defending_shots#

['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