nba_homepagev2
#
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 | |
StatType | stat_type | ^(Traditional)\|(Advanced)\|(Tracking)$ | Y |
#
Data Setshome_page_stat1
#
HomePageStat1 ['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'PTS']
home_page_stat2
#
HomePageStat2 ['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'REB']
home_page_stat3
#
HomePageStat3 ['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'AST']
home_page_stat4
#
HomePageStat4 ['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'STL']
home_page_stat5
#
HomePageStat5 ['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'FG_PCT']
home_page_stat6
#
HomePageStat6 ['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'FT_PCT']
home_page_stat7
#
HomePageStat7 ['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'FG3_PCT']
home_page_stat8
#
HomePageStat8 ['RANK', 'TEAM_ID', 'TEAM_ABBREVIATION', 'TEAM_NAME', 'BLK']
#
JSON{ "data_sets": { "HomePageStat1": [ "RANK", "TEAM_ID", "TEAM_ABBREVIATION", "TEAM_NAME", "PTS" ], "HomePageStat2": [ "RANK", "TEAM_ID", "TEAM_ABBREVIATION", "TEAM_NAME", "REB" ], "HomePageStat3": [ "RANK", "TEAM_ID", "TEAM_ABBREVIATION", "TEAM_NAME", "AST" ], "HomePageStat4": [ "RANK", "TEAM_ID", "TEAM_ABBREVIATION", "TEAM_NAME", "STL" ], "HomePageStat5": [ "RANK", "TEAM_ID", "TEAM_ABBREVIATION", "TEAM_NAME", "FG_PCT" ], "HomePageStat6": [ "RANK", "TEAM_ID", "TEAM_ABBREVIATION", "TEAM_NAME", "FT_PCT" ], "HomePageStat7": [ "RANK", "TEAM_ID", "TEAM_ABBREVIATION", "TEAM_NAME", "FG3_PCT" ], "HomePageStat8": [ "RANK", "TEAM_ID", "TEAM_ABBREVIATION", "TEAM_NAME", "BLK" ] }, "endpoint": "HomePageV2", "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)$", "StatType": "^(Traditional)|(Advanced)|(Tracking)$" }, "parameters": [ "GameScope", "LeagueID", "PlayerOrTeam", "PlayerScope", "Season", "SeasonType", "StatType" ], "required_parameters": [ "GameScope", "LeagueID", "PlayerOrTeam", "PlayerScope", "Season", "SeasonType", "StatType" ], "status": "success"}
Last validated 2020-08-16