nba_homepageleaders
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
GameScope | game_scope_detailed | ^(Season)\|(Last 10)\|(Yesterday)\|(Finals)$ | Y | |
LeagueID | league_id | ^\d{2}$ | Y | |
PlayerOrTeam | player_or_team | ^(Player)\|(Team)$ | Y | |
PlayerScope | player_scope | ^(All Players)\|(Rookies)$ | Y | |
Season | season | Y | ||
SeasonType | season_type_playoffs | ^(Regular Season)\|(Pre Season)\|(Playoffs)$ | Y | |
StatCategory | stat_category | ^(Points)\|(Rebounds)\|(Assists)\|(Defense)\|(Clutch)\|(Playmaking)\|(Efficiency)\|(Fast Break)\|(Scoring Breakdown)$ | Y |
#
Data Setshome_page_leaders
#
HomePageLeaders ['RANK', 'TEAM_ID', 'TEAM_NAME', 'TEAM_ABBREVIATION', 'PTS', 'FG_PCT', 'FG3_PCT', 'FT_PCT', 'EFG_PCT', 'TS_PCT', 'PTS_PER48']
league_average
#
LeagueAverage ['PTS', 'FG_PCT', 'FG3_PCT', 'FT_PCT', 'EFG_PCT', 'TS_PCT', 'PTS_PER48']
league_max
#
LeagueMax ['PTS', 'FG_PCT', 'FG3_PCT', 'FT_PCT', 'EFG_PCT', 'TS_PCT', 'PTS_PER48']
#
JSON{ "data_sets": { "HomePageLeaders": [ "RANK", "TEAM_ID", "TEAM_NAME", "TEAM_ABBREVIATION", "PTS", "FG_PCT", "FG3_PCT", "FT_PCT", "EFG_PCT", "TS_PCT", "PTS_PER48" ], "LeagueAverage": [ "PTS", "FG_PCT", "FG3_PCT", "FT_PCT", "EFG_PCT", "TS_PCT", "PTS_PER48" ], "LeagueMax": [ "PTS", "FG_PCT", "FG3_PCT", "FT_PCT", "EFG_PCT", "TS_PCT", "PTS_PER48" ] }, "endpoint": "HomePageLeaders", "last_validated_date": "2020-08-15", "nullable_parameters": [], "parameter_patterns": { "GameScope": "^(Season)|(Last 10)|(Yesterday)|(Finals)$", "LeagueID": "^\\d{2}$", "PlayerOrTeam": "^(Player)|(Team)$", "PlayerScope": "^(All Players)|(Rookies)$", "Season": null, "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)$", "StatCategory": "^(Points)|(Rebounds)|(Assists)|(Defense)|(Clutch)|(Playmaking)|(Efficiency)|(Fast Break)|(Scoring Breakdown)$" }, "parameters": [ "GameScope", "LeagueID", "PlayerOrTeam", "PlayerScope", "Season", "SeasonType", "StatCategory" ], "required_parameters": [ "GameScope", "LeagueID", "PlayerOrTeam", "PlayerScope", "Season", "SeasonType", "StatCategory" ], "status": "success"}
Last validated 2020-08-16