Skip to main content

nba_leaguehustlestatsplayerleaders

Endpoint URL#

https://stats.nba.com/stats/leaguehustlestatsplayerleaders

Valid URL#

https://stats.nba.com/stats/leaguehustlestatsplayerleaders?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#

PlayerChargesDrawnLeaders player_charges_drawn_leaders#

['PLAYER_ID', 'PLAYER_NAME', 'TEAM_ID', 'TEAM_ABBREVIATION', 'AGE', 'RANK', 'CHARGES_DRAWN']

PlayerContestedShotsLeaders player_contested_shots_leaders#

['PLAYER_ID', 'PLAYER_NAME', 'TEAM_ID', 'TEAM_ABBREVIATION', 'AGE', 'RANK', 'CONTESTED_SHOTS']

PlayerDeflectionsLeaders player_deflections_leaders#

['PLAYER_ID', 'PLAYER_NAME', 'TEAM_ID', 'TEAM_ABBREVIATION', 'AGE', 'RANK', 'DEFLECTIONS']

PlayerLooseBallLeaders player_loose_ball_leaders#

['PLAYER_ID', 'PLAYER_NAME', 'TEAM_ID', 'TEAM_ABBREVIATION', 'AGE', 'RANK', 'LOOSE_BALLS_RECOVERED']

PlayerScreenAssistLeaders player_screen_assist_leaders#

['PLAYER_ID', 'PLAYER_NAME', 'TEAM_ID', 'TEAM_ABBREVIATION', 'AGE', 'RANK', 'SCREEN_ASSISTS']

Table5 table5#

['PLAYER_ID', 'PLAYER_NAME', 'TEAM_ID', 'TEAM_ABBREVIATION', 'AGE', 'RANK', 'BOX_OUTS']

JSON#

{    "data_sets": {        "PlayerChargesDrawnLeaders": [            "PLAYER_ID",            "PLAYER_NAME",            "TEAM_ID",            "TEAM_ABBREVIATION",            "AGE",            "RANK",            "CHARGES_DRAWN"        ],        "PlayerContestedShotsLeaders": [            "PLAYER_ID",            "PLAYER_NAME",            "TEAM_ID",            "TEAM_ABBREVIATION",            "AGE",            "RANK",            "CONTESTED_SHOTS"        ],        "PlayerDeflectionsLeaders": [            "PLAYER_ID",            "PLAYER_NAME",            "TEAM_ID",            "TEAM_ABBREVIATION",            "AGE",            "RANK",            "DEFLECTIONS"        ],        "PlayerLooseBallLeaders": [            "PLAYER_ID",            "PLAYER_NAME",            "TEAM_ID",            "TEAM_ABBREVIATION",            "AGE",            "RANK",            "LOOSE_BALLS_RECOVERED"        ],        "PlayerScreenAssistLeaders": [            "PLAYER_ID",            "PLAYER_NAME",            "TEAM_ID",            "TEAM_ABBREVIATION",            "AGE",            "RANK",            "SCREEN_ASSISTS"        ],        "Table5": [            "PLAYER_ID",            "PLAYER_NAME",            "TEAM_ID",            "TEAM_ABBREVIATION",            "AGE",            "RANK",            "BOX_OUTS"        ]    },    "endpoint": "LeagueHustleStatsPlayerLeaders",    "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