nba_leaguehustlestatsplayer
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
PerMode | per_mode_time | ^(Totals)\|(PerGame)\|(Per48)\|(Per40)\|(Per36)\|(PerMinute)$ | Y | |
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
Weight | weight_nullable | Y | ||
VsDivision | vs_division_nullable | Y | ||
VsConference | vs_conference_nullable | Y | ||
TeamID | team_id_nullable | Y | ||
SeasonSegment | season_segment_nullable | Y | ||
PlayerPosition | player_position_nullable | Y | ||
PlayerExperience | player_experience_nullable | Y | ||
PORound | po_round_nullable | Y | ||
Outcome | outcome_nullable | Y | ||
OpponentTeamID | opponent_team_id_nullable | Y | ||
Month | month_nullable | Y | ||
Location | location_nullable | Y | ||
LeagueID | league_id_nullable | Y | Y | |
Height | height_nullable | Y | ||
DraftYear | draft_year_nullable | Y | ||
DraftPick | draft_pick_nullable | Y | ||
Division | division_simple_nullable | Y | ||
DateTo | date_to_nullable | Y | ||
DateFrom | date_from_nullable | Y | ||
Country | country_nullable | Y | ||
Conference | conference_nullable | Y | ||
College | college_nullable | Y |
#
Data Setshustle_stats_player
#
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']
#
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