Skip to main content

nba_leaguehustlestatsplayer

Endpoint URL#

https://stats.nba.com/stats/leaguehustlestatsplayer

Valid URL#

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

Parameters#

API Parameter NameParameterPatternRequiredNullable
PerModeper_mode_time^(Totals)\|(PerGame)\|(Per48)\|(Per40)\|(Per36)\|(PerMinute)$Y
SeasonseasonY
SeasonTypeseason_type_all_star^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$Y
Weightweight_nullableY
VsDivisionvs_division_nullableY
VsConferencevs_conference_nullableY
TeamIDteam_id_nullableY
SeasonSegmentseason_segment_nullableY
PlayerPositionplayer_position_nullableY
PlayerExperienceplayer_experience_nullableY
PORoundpo_round_nullableY
Outcomeoutcome_nullableY
OpponentTeamIDopponent_team_id_nullableY
Monthmonth_nullableY
Locationlocation_nullableY
LeagueIDleague_id_nullableYY
Heightheight_nullableY
DraftYeardraft_year_nullableY
DraftPickdraft_pick_nullableY
Divisiondivision_simple_nullableY
DateTodate_to_nullableY
DateFromdate_from_nullableY
Countrycountry_nullableY
Conferenceconference_nullableY
Collegecollege_nullableY

Data Sets#

HustleStatsPlayer hustle_stats_player#

['PLAYER_ID', 'PLAYER_NAME', 'TEAM_ID', 'TEAM_ABBREVIATION', 'AGE', 'G', 'MIN', 'CONTESTED_SHOTS', 'CONTESTED_SHOTS_2PT', 'CONTESTED_SHOTS_3PT', 'DEFLECTIONS', 'CHARGES_DRAWN', 'SCREEN_ASSISTS', 'SCREEN_AST_PTS', 'OFF_LOOSE_BALLS_RECOVERED', 'DEF_LOOSE_BALLS_RECOVERED', 'LOOSE_BALLS_RECOVERED', 'PCT_LOOSE_BALLS_RECOVERED_OFF', 'PCT_LOOSE_BALLS_RECOVERED_DEF', 'OFF_BOXOUTS', 'DEF_BOXOUTS', 'BOX_OUT_PLAYER_TEAM_REBS', 'BOX_OUT_PLAYER_REBS', 'BOX_OUTS', 'PCT_BOX_OUTS_OFF', 'PCT_BOX_OUTS_DEF', 'PCT_BOX_OUTS_TEAM_REB', 'PCT_BOX_OUTS_REB']

JSON#

{    "data_sets": {        "HustleStatsPlayer": [            "PLAYER_ID",            "PLAYER_NAME",            "TEAM_ID",            "TEAM_ABBREVIATION",            "AGE",            "G",            "MIN",            "CONTESTED_SHOTS",            "CONTESTED_SHOTS_2PT",            "CONTESTED_SHOTS_3PT",            "DEFLECTIONS",            "CHARGES_DRAWN",            "SCREEN_ASSISTS",            "SCREEN_AST_PTS",            "OFF_LOOSE_BALLS_RECOVERED",            "DEF_LOOSE_BALLS_RECOVERED",            "LOOSE_BALLS_RECOVERED",            "PCT_LOOSE_BALLS_RECOVERED_OFF",            "PCT_LOOSE_BALLS_RECOVERED_DEF",            "OFF_BOXOUTS",            "DEF_BOXOUTS",            "BOX_OUT_PLAYER_TEAM_REBS",            "BOX_OUT_PLAYER_REBS",            "BOX_OUTS",            "PCT_BOX_OUTS_OFF",            "PCT_BOX_OUTS_DEF",            "PCT_BOX_OUTS_TEAM_REB",            "PCT_BOX_OUTS_REB"        ]    },    "endpoint": "LeagueHustleStatsPlayer",    "last_validated_date": "2020-08-15",    "nullable_parameters": [        "College",        "Conference",        "Country",        "DateFrom",        "DateTo",        "Division",        "DraftPick",        "DraftYear",        "Height",        "LeagueID",        "Location",        "Month",        "OpponentTeamID",        "Outcome",        "PORound",        "PlayerExperience",        "PlayerPosition",        "SeasonSegment",        "TeamID",        "VsConference",        "VsDivision",        "Weight"    ],    "parameter_patterns": {        "College": null,        "Conference": null,        "Country": null,        "DateFrom": null,        "DateTo": null,        "Division": null,        "DraftPick": null,        "DraftYear": null,        "Height": null,        "LeagueID": null,        "Location": null,        "Month": null,        "OpponentTeamID": null,        "Outcome": null,        "PORound": null,        "PerMode": "^(Totals)|(PerGame)|(Per48)|(Per40)|(Per36)|(PerMinute)$",        "PlayerExperience": null,        "PlayerPosition": null,        "Season": null,        "SeasonSegment": null,        "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$",        "TeamID": null,        "VsConference": null,        "VsDivision": null,        "Weight": null    },    "parameters": [        "College",        "Conference",        "Country",        "DateFrom",        "DateTo",        "Division",        "DraftPick",        "DraftYear",        "Height",        "LeagueID",        "Location",        "Month",        "OpponentTeamID",        "Outcome",        "PORound",        "PerMode",        "PlayerExperience",        "PlayerPosition",        "Season",        "SeasonSegment",        "SeasonType",        "TeamID",        "VsConference",        "VsDivision",        "Weight"    ],    "required_parameters": [        "LeagueID",        "PerMode",        "Season",        "SeasonType"    ],    "status": "success"}

Last validated 2020-08-16