nba_playercareerbycollege
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
College | college | Y | ||
LeagueID | league_id | Y | ||
PerMode | per_mode_simple | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
Season | season_nullable | Y |
#
Data Setsplayer_career_by_college
#
PlayerCareerByCollege ['PLAYER_ID', 'PLAYER_NAME', 'COLLEGE', 'GP', 'MIN', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'STL', 'BLK', 'TOV', 'PF', 'PTS']
#
JSON{ "data_sets": { "PlayerCareerByCollege": [ "PLAYER_ID", "PLAYER_NAME", "COLLEGE", "GP", "MIN", "FGM", "FGA", "FG_PCT", "FG3M", "FG3A", "FG3_PCT", "FTM", "FTA", "FT_PCT", "OREB", "DREB", "REB", "AST", "STL", "BLK", "TOV", "PF", "PTS" ] }, "endpoint": "PlayerCareerByCollege", "last_validated_date": "2020-08-15", "nullable_parameters": [ "Season" ], "parameter_patterns": { "College": null, "LeagueID": null, "PerMode": null, "Season": null, "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$" }, "parameters": [ "College", "LeagueID", "PerMode", "Season", "SeasonType" ], "required_parameters": [ "College", "LeagueID", "PerMode", "SeasonType" ], "status": "success"}
Last validated 2020-08-16