Skip to main content

nba_homepageleaders

Endpoint URL#

https://stats.nba.com/stats/homepageleaders

Valid URL#

https://stats.nba.com/stats/homepageleaders?GameScope=Season&LeagueID=00&PlayerOrTeam=Team&PlayerScope=All+Players&Season=2019-20&SeasonType=Regular+Season&StatCategory=Points

Parameters#

API Parameter NameParameterPatternRequiredNullable
GameScopegame_scope_detailed^(Season)\|(Last 10)\|(Yesterday)\|(Finals)$Y
LeagueIDleague_id^\d{2}$Y
PlayerOrTeamplayer_or_team^(Player)\|(Team)$Y
PlayerScopeplayer_scope^(All Players)\|(Rookies)$Y
SeasonseasonY
SeasonTypeseason_type_playoffs^(Regular Season)\|(Pre Season)\|(Playoffs)$Y
StatCategorystat_category^(Points)\|(Rebounds)\|(Assists)\|(Defense)\|(Clutch)\|(Playmaking)\|(Efficiency)\|(Fast Break)\|(Scoring Breakdown)$Y

Data Sets#

HomePageLeaders home_page_leaders#

['RANK', 'TEAM_ID', 'TEAM_NAME', 'TEAM_ABBREVIATION', 'PTS', 'FG_PCT', 'FG3_PCT', 'FT_PCT', 'EFG_PCT', 'TS_PCT', 'PTS_PER48']

LeagueAverage league_average#

['PTS', 'FG_PCT', 'FG3_PCT', 'FT_PCT', 'EFG_PCT', 'TS_PCT', 'PTS_PER48']

LeagueMax league_max#

['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