Skip to main content

nba_franchiseleaders

Endpoint URL#

https://stats.nba.com/stats/franchiseleaders

Valid URL#

https://stats.nba.com/stats/franchiseleaders?LeagueID=&TeamID=1610612739

Parameters#

API Parameter NameParameterPatternRequiredNullable
TeamIDteam_idY
LeagueIDleague_id_nullableY

Data Sets#

FranchiseLeaders franchise_leaders#

['TEAM_ID', 'PTS', 'PTS_PERSON_ID', 'PTS_PLAYER', 'AST', 'AST_PERSON_ID', 'AST_PLAYER', 'REB', 'REB_PERSON_ID', 'REB_PLAYER', 'BLK', 'BLK_PERSON_ID', 'BLK_PLAYER', 'STL', 'STL_PERSON_ID', 'STL_PLAYER']

JSON#

{    "data_sets": {        "FranchiseLeaders": [            "TEAM_ID",            "PTS",            "PTS_PERSON_ID",            "PTS_PLAYER",            "AST",            "AST_PERSON_ID",            "AST_PLAYER",            "REB",            "REB_PERSON_ID",            "REB_PLAYER",            "BLK",            "BLK_PERSON_ID",            "BLK_PLAYER",            "STL",            "STL_PERSON_ID",            "STL_PLAYER"        ]    },    "endpoint": "FranchiseLeaders",    "last_validated_date": "2020-08-15",    "nullable_parameters": [        "LeagueID"    ],    "parameter_patterns": {        "LeagueID": null,        "TeamID": null    },    "parameters": [        "LeagueID",        "TeamID"    ],    "required_parameters": [        "TeamID"    ],    "status": "success"}

Last validated 2020-08-16