Skip to main content

nba_playercareerbycollege

Endpoint URL#

https://stats.nba.com/stats/playercareerbycollege

Valid URL#

https://stats.nba.com/stats/playercareerbycollege?College=Ohio+State&LeagueID=00&PerMode=Totals&Season=&SeasonType=Regular+Season

Parameters#

API Parameter NameParameterPatternRequiredNullable
CollegecollegeY
LeagueIDleague_idY
PerModeper_mode_simpleY
SeasonTypeseason_type_all_star^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$Y
Seasonseason_nullableY

Data Sets#

PlayerCareerByCollege player_career_by_college#

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