nba_franchiseplayers
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
LeagueID | league_id | Y | ||
PerMode | per_mode_detailed | ^(Totals)\|(PerGame)\|(MinutesPer)\|(Per48)\|(Per40)\|(Per36)\|(PerMinute)\|(PerPossession)\|(PerPlay)\|(Per100Possessions)\|(Per100Plays)$ | Y | |
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
TeamID | team_id | Y |
#
Data Setsfranchise_players
#
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']
#
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