Skip to main content

nba_playercareerbycollegerollup

Endpoint URL#

https://stats.nba.com/stats/playercareerbycollegerollup

Valid URL#

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

Parameters#

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

Data Sets#

East east#

['REGION', 'SEED', 'COLLEGE', 'PLAYERS', 'GP', 'MIN', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'STL', 'BLK', 'TOV', 'PF', 'PTS']

Midwest midwest#

['REGION', 'SEED', 'COLLEGE', 'PLAYERS', 'GP', 'MIN', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'STL', 'BLK', 'TOV', 'PF', 'PTS']

South south#

['REGION', 'SEED', 'COLLEGE', 'PLAYERS', 'GP', 'MIN', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'STL', 'BLK', 'TOV', 'PF', 'PTS']

West west#

['REGION', 'SEED', 'COLLEGE', 'PLAYERS', '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": {        "East": [            "REGION",            "SEED",            "COLLEGE",            "PLAYERS",            "GP",            "MIN",            "FGM",            "FGA",            "FG_PCT",            "FG3M",            "FG3A",            "FG3_PCT",            "FTM",            "FTA",            "FT_PCT",            "OREB",            "DREB",            "REB",            "AST",            "STL",            "BLK",            "TOV",            "PF",            "PTS"        ],        "Midwest": [            "REGION",            "SEED",            "COLLEGE",            "PLAYERS",            "GP",            "MIN",            "FGM",            "FGA",            "FG_PCT",            "FG3M",            "FG3A",            "FG3_PCT",            "FTM",            "FTA",            "FT_PCT",            "OREB",            "DREB",            "REB",            "AST",            "STL",            "BLK",            "TOV",            "PF",            "PTS"        ],        "South": [            "REGION",            "SEED",            "COLLEGE",            "PLAYERS",            "GP",            "MIN",            "FGM",            "FGA",            "FG_PCT",            "FG3M",            "FG3A",            "FG3_PCT",            "FTM",            "FTA",            "FT_PCT",            "OREB",            "DREB",            "REB",            "AST",            "STL",            "BLK",            "TOV",            "PF",            "PTS"        ],        "West": [            "REGION",            "SEED",            "COLLEGE",            "PLAYERS",            "GP",            "MIN",            "FGM",            "FGA",            "FG_PCT",            "FG3M",            "FG3A",            "FG3_PCT",            "FTM",            "FTA",            "FT_PCT",            "OREB",            "DREB",            "REB",            "AST",            "STL",            "BLK",            "TOV",            "PF",            "PTS"        ]    },    "endpoint": "PlayerCareerByCollegeRollup",    "last_validated_date": "2020-08-15",    "nullable_parameters": [        "Season"    ],    "parameter_patterns": {        "LeagueID": null,        "PerMode": null,        "Season": null,        "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$"    },    "parameters": [        "LeagueID",        "PerMode",        "Season",        "SeasonType"    ],    "required_parameters": [        "LeagueID",        "PerMode",        "SeasonType"    ],    "status": "success"}

Last validated 2020-08-16