Skip to main content

nba_leaguedashptdefend

Endpoint URL#

https://stats.nba.com/stats/leaguedashptdefend

Valid URL#

https://stats.nba.com/stats/leaguedashptdefend?College=&Conference=&Country=&DateFrom=&DateTo=&DefenseCategory=Overall&Division=&DraftPick=&DraftYear=&GameSegment=&Height=&LastNGames=&LeagueID=00&Location=&Month=&OpponentTeamID=&Outcome=&PORound=&PerMode=Totals&Period=&PlayerExperience=&PlayerID=&PlayerPosition=&Season=2019-20&SeasonSegment=&SeasonType=Regular+Season&StarterBench=&TeamID=&VsConference=&VsDivision=&Weight=

Parameters#

API Parameter NameParameterPatternRequiredNullable
DefenseCategorydefense_category^((Overall)\|(3 Pointers)\|(2 Pointers)\|(Less Than 6Ft)\|(Less Than 10Ft)\|(Greater Than 15Ft))?$Y
LeagueIDleague_id^\d{2}$Y
PerModeper_mode_simple^(Totals)\|(PerGame)$Y
SeasonseasonY
SeasonTypeseason_type_all_star^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$Y
Weightweight_nullableY
VsDivisionvs_division_nullable^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$Y
VsConferencevs_conference_nullable^((East)\|(West))?$Y
TeamIDteam_id_nullableY
StarterBenchstarter_bench_nullableY
SeasonSegmentseason_segment_nullable^((Post All-Star)\|(Pre All-Star))?$Y
PlayerPositionplayer_position_nullableY
PlayerIDplayer_id_nullableY
PlayerExperienceplayer_experience_nullableY
Periodperiod_nullableY
PORoundpo_round_nullableY
Outcomeoutcome_nullable^((W)\|(L))?$Y
OpponentTeamIDopponent_team_id_nullableY
Monthmonth_nullableY
Locationlocation_nullable^((Home)\|(Road))?$Y
LastNGameslast_n_games_nullableY
Heightheight_nullableY
GameSegmentgame_segment_nullable^((First Half)\|(Overtime)\|(Second Half))?$Y
DraftYeardraft_year_nullableY
DraftPickdraft_pick_nullableY
Divisiondivision_nullable^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$Y
DateTodate_to_nullableY
DateFromdate_from_nullableY
Countrycountry_nullableY
Conferenceconference_nullable^((East)\|(West))?$Y
Collegecollege_nullableY

Data Sets#

LeagueDashPTDefend league_dash_p_tdefend#

['CLOSE_DEF_PERSON_ID', 'PLAYER_NAME', 'PLAYER_LAST_TEAM_ID', 'PLAYER_LAST_TEAM_ABBREVIATION', 'PLAYER_POSITION', 'AGE', 'GP', 'G', 'FREQ', 'D_FGM', 'D_FGA', 'D_FG_PCT', 'NORMAL_FG_PCT', 'PCT_PLUSMINUS']

JSON#

{    "data_sets": {        "LeagueDashPTDefend": [            "CLOSE_DEF_PERSON_ID",            "PLAYER_NAME",            "PLAYER_LAST_TEAM_ID",            "PLAYER_LAST_TEAM_ABBREVIATION",            "PLAYER_POSITION",            "AGE",            "GP",            "G",            "FREQ",            "D_FGM",            "D_FGA",            "D_FG_PCT",            "NORMAL_FG_PCT",            "PCT_PLUSMINUS"        ]    },    "endpoint": "LeagueDashPtDefend",    "last_validated_date": "2020-08-15",    "nullable_parameters": [        "College",        "Conference",        "Country",        "DateFrom",        "DateTo",        "Division",        "DraftPick",        "DraftYear",        "GameSegment",        "Height",        "LastNGames",        "Location",        "Month",        "OpponentTeamID",        "Outcome",        "PORound",        "Period",        "PlayerExperience",        "PlayerID",        "PlayerPosition",        "SeasonSegment",        "StarterBench",        "TeamID",        "VsConference",        "VsDivision",        "Weight"    ],    "parameter_patterns": {        "College": null,        "Conference": "^((East)|(West))?$",        "Country": null,        "DateFrom": null,        "DateTo": null,        "DefenseCategory": "^((Overall)|(3 Pointers)|(2 Pointers)|(Less Than 6Ft)|(Less Than 10Ft)|(Greater Than 15Ft))?$",        "Division": "^((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest)|(East)|(West))?$",        "DraftPick": null,        "DraftYear": null,        "GameSegment": "^((First Half)|(Overtime)|(Second Half))?$",        "Height": null,        "LastNGames": null,        "LeagueID": "^\\d{2}$",        "Location": "^((Home)|(Road))?$",        "Month": null,        "OpponentTeamID": null,        "Outcome": "^((W)|(L))?$",        "PORound": null,        "PerMode": "^(Totals)|(PerGame)$",        "Period": null,        "PlayerExperience": null,        "PlayerID": null,        "PlayerPosition": null,        "Season": null,        "SeasonSegment": "^((Post All-Star)|(Pre All-Star))?$",        "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$",        "StarterBench": null,        "TeamID": null,        "VsConference": "^((East)|(West))?$",        "VsDivision": "^((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest)|(East)|(West))?$",        "Weight": null    },    "parameters": [        "College",        "Conference",        "Country",        "DateFrom",        "DateTo",        "DefenseCategory",        "Division",        "DraftPick",        "DraftYear",        "GameSegment",        "Height",        "LastNGames",        "LeagueID",        "Location",        "Month",        "OpponentTeamID",        "Outcome",        "PORound",        "PerMode",        "Period",        "PlayerExperience",        "PlayerID",        "PlayerPosition",        "Season",        "SeasonSegment",        "SeasonType",        "StarterBench",        "TeamID",        "VsConference",        "VsDivision",        "Weight"    ],    "required_parameters": [        "DefenseCategory",        "LeagueID",        "PerMode",        "Season",        "SeasonType"    ],    "status": "success"}

Last validated 2020-08-16