Skip to main content

nba_leaguehustlestatsteamleaders

Endpoint URL#

https://stats.nba.com/stats/leaguehustlestatsteamleaders

Valid URL#

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

Table5 table5#

['TEAM_ID', 'TEAM_NAME', 'TEAM_ABBREVIATION', 'RANK', 'BOX_OUTS']

Table6 table6#

['TEAM_ID', 'TEAM_NAME', 'TEAM_ABBREVIATION', 'RANK', 'BOX_OUTS']

TeamChargesDrawnLeaders team_charges_drawn_leaders#

['TEAM_ID', 'TEAM_NAME', 'TEAM_ABBREVIATION', 'RANK', 'CHARGES_DRAWN']

TeamContestedShotsLeaders team_contested_shots_leaders#

['TEAM_ID', 'TEAM_NAME', 'TEAM_ABBREVIATION', 'RANK', 'CONTESTED_SHOTS']

TeamDeflectionsLeaders team_deflections_leaders#

['TEAM_ID', 'TEAM_NAME', 'TEAM_ABBREVIATION', 'RANK', 'DEFLECTIONS']

TeamLooseBallLeaders team_loose_ball_leaders#

['TEAM_ID', 'TEAM_NAME', 'TEAM_ABBREVIATION', 'RANK', 'LOOSE_BALLS_RECOVERED']

TeamScreenAssistLeaders team_screen_assist_leaders#

['TEAM_ID', 'TEAM_NAME', 'TEAM_ABBREVIATION', 'RANK', 'SCREEN_ASSISTS']

JSON#

{    "data_sets": {        "Table5": [            "TEAM_ID",            "TEAM_NAME",            "TEAM_ABBREVIATION",            "RANK",            "BOX_OUTS"        ],        "Table6": [            "TEAM_ID",            "TEAM_NAME",            "TEAM_ABBREVIATION",            "RANK",            "BOX_OUTS"        ],        "TeamChargesDrawnLeaders": [            "TEAM_ID",            "TEAM_NAME",            "TEAM_ABBREVIATION",            "RANK",            "CHARGES_DRAWN"        ],        "TeamContestedShotsLeaders": [            "TEAM_ID",            "TEAM_NAME",            "TEAM_ABBREVIATION",            "RANK",            "CONTESTED_SHOTS"        ],        "TeamDeflectionsLeaders": [            "TEAM_ID",            "TEAM_NAME",            "TEAM_ABBREVIATION",            "RANK",            "DEFLECTIONS"        ],        "TeamLooseBallLeaders": [            "TEAM_ID",            "TEAM_NAME",            "TEAM_ABBREVIATION",            "RANK",            "LOOSE_BALLS_RECOVERED"        ],        "TeamScreenAssistLeaders": [            "TEAM_ID",            "TEAM_NAME",            "TEAM_ABBREVIATION",            "RANK",            "SCREEN_ASSISTS"        ]    },    "endpoint": "LeagueHustleStatsTeamLeaders",    "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