Skip to main content

nba_franchiseplayers

Endpoint URL#

https://stats.nba.com/stats/franchiseplayers

Valid URL#

https://stats.nba.com/stats/franchiseplayers?LeagueID=00&PerMode=Totals&SeasonType=Regular+Season&TeamID=1610612739

Parameters#

API Parameter NameParameterPatternRequiredNullable
LeagueIDleague_idY
PerModeper_mode_detailed^(Totals)\|(PerGame)\|(MinutesPer)\|(Per48)\|(Per40)\|(Per36)\|(PerMinute)\|(PerPossession)\|(PerPlay)\|(Per100Possessions)\|(Per100Plays)$Y
SeasonTypeseason_type_all_star^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$Y
TeamIDteam_idY

Data Sets#

FranchisePlayers franchise_players#

['LEAGUE_ID', 'TEAM_ID', 'TEAM', 'PERSON_ID', 'PLAYER', 'SEASON_TYPE', 'ACTIVE_WITH_TEAM', 'GP', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'PF', 'STL', 'TOV', 'BLK', 'PTS']

JSON#

{    "data_sets": {        "FranchisePlayers": [            "LEAGUE_ID",            "TEAM_ID",            "TEAM",            "PERSON_ID",            "PLAYER",            "SEASON_TYPE",            "ACTIVE_WITH_TEAM",            "GP",            "FGM",            "FGA",            "FG_PCT",            "FG3M",            "FG3A",            "FG3_PCT",            "FTM",            "FTA",            "FT_PCT",            "OREB",            "DREB",            "REB",            "AST",            "PF",            "STL",            "TOV",            "BLK",            "PTS"        ]    },    "endpoint": "FranchisePlayers",    "last_validated_date": "2020-08-15",    "nullable_parameters": [],    "parameter_patterns": {        "LeagueID": null,        "PerMode": "^(Totals)|(PerGame)|(MinutesPer)|(Per48)|(Per40)|(Per36)|(PerMinute)|(PerPossession)|(PerPlay)|(Per100Possessions)|(Per100Plays)$",        "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$",        "TeamID": null    },    "parameters": [        "LeagueID",        "PerMode",        "SeasonType",        "TeamID"    ],    "required_parameters": [        "LeagueID",        "PerMode",        "SeasonType",        "TeamID"    ],    "status": "success"}

Last validated 2020-08-16