nba_playercompare
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
LastNGames | last_n_games | Y | ||
MeasureType | measure_type_detailed_defense | ^(Base)\|(Advanced)\|(Misc)\|(Four Factors)\|(Scoring)\|(Opponent)\|(Usage)\|(Defense)$ | Y | |
Month | month | Y | ||
OpponentTeamID | opponent_team_id | Y | ||
PaceAdjust | pace_adjust | ^(Y)\|(N)$ | Y | |
PerMode | per_mode_detailed | ^(Totals)\|(PerGame)\|(MinutesPer)\|(Per48)\|(Per40)\|(Per36)\|(PerMinute)\|(PerPossession)\|(PerPlay)\|(Per100Possessions)\|(Per100Plays)$ | Y | |
Period | period | Y | ||
PlayerIDList | player_id_list | Y | ||
PlusMinus | plus_minus | ^(Y)\|(N)$ | Y | |
Rank | rank | ^(Y)\|(N)$ | Y | |
Season | season | Y | ||
SeasonType | season_type_playoffs | ^(Regular Season)\|(Pre Season)\|(Playoffs)$ | Y | |
VsPlayerIDList | vs_player_id_list | Y | ||
VsDivision | vs_division_nullable | ^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$ | Y | Y |
VsConference | vs_conference_nullable | ^((East)\|(West))?$ | Y | Y |
ShotClockRange | shot_clock_range_nullable | Y | ||
SeasonSegment | season_segment_nullable | ^((Post All-Star)\|(Pre All-Star))?$ | Y | Y |
Outcome | outcome_nullable | ^((W)\|(L))?$ | Y | Y |
Location | location_nullable | ^((Home)\|(Road))?$ | Y | Y |
LeagueID | league_id_nullable | Y | ||
GameSegment | game_segment_nullable | ^((First Half)\|(Overtime)\|(Second Half))?$ | Y | Y |
Division | division_simple_nullable | Y | ||
DateTo | date_to_nullable | Y | Y | |
DateFrom | date_from_nullable | Y | Y | |
Conference | conference_nullable | ^((East)\|(West))?$ | Y |
#
Data Setsindividual
#
Individual ['GROUP_SET', 'DESCRIPTION', 'MIN', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'TOV', 'STL', 'BLK', 'BLKA', 'PF', 'PFD', 'PTS', 'PLUS_MINUS']
overall_compare
#
OverallCompare ['GROUP_SET', 'DESCRIPTION', 'MIN', 'FGM', 'FGA', 'FG_PCT', 'FG3M', 'FG3A', 'FG3_PCT', 'FTM', 'FTA', 'FT_PCT', 'OREB', 'DREB', 'REB', 'AST', 'TOV', 'STL', 'BLK', 'BLKA', 'PF', 'PFD', 'PTS', 'PLUS_MINUS']
#
JSON{ "data_sets": { "Individual": [ "GROUP_SET", "DESCRIPTION", "MIN", "FGM", "FGA", "FG_PCT", "FG3M", "FG3A", "FG3_PCT", "FTM", "FTA", "FT_PCT", "OREB", "DREB", "REB", "AST", "TOV", "STL", "BLK", "BLKA", "PF", "PFD", "PTS", "PLUS_MINUS" ], "OverallCompare": [ "GROUP_SET", "DESCRIPTION", "MIN", "FGM", "FGA", "FG_PCT", "FG3M", "FG3A", "FG3_PCT", "FTM", "FTA", "FT_PCT", "OREB", "DREB", "REB", "AST", "TOV", "STL", "BLK", "BLKA", "PF", "PFD", "PTS", "PLUS_MINUS" ] }, "endpoint": "PlayerCompare", "last_validated_date": "2020-08-15", "nullable_parameters": [ "Conference", "DateFrom", "DateTo", "Division", "GameSegment", "LeagueID", "Location", "Outcome", "SeasonSegment", "ShotClockRange", "VsConference", "VsDivision" ], "parameter_patterns": { "Conference": "^((East)|(West))?$", "DateFrom": null, "DateTo": null, "Division": null, "GameSegment": "^((First Half)|(Overtime)|(Second Half))?$", "LastNGames": null, "LeagueID": null, "Location": "^((Home)|(Road))?$", "MeasureType": "^(Base)|(Advanced)|(Misc)|(Four Factors)|(Scoring)|(Opponent)|(Usage)|(Defense)$", "Month": null, "OpponentTeamID": null, "Outcome": "^((W)|(L))?$", "PaceAdjust": "^(Y)|(N)$", "PerMode": "^(Totals)|(PerGame)|(MinutesPer)|(Per48)|(Per40)|(Per36)|(PerMinute)|(PerPossession)|(PerPlay)|(Per100Possessions)|(Per100Plays)$", "Period": null, "PlayerIDList": null, "PlusMinus": "^(Y)|(N)$", "Rank": "^(Y)|(N)$", "Season": null, "SeasonSegment": "^((Post All-Star)|(Pre All-Star))?$", "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)$", "ShotClockRange": null, "VsConference": "^((East)|(West))?$", "VsDivision": "^((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest)|(East)|(West))?$", "VsPlayerIDList": null }, "parameters": [ "Conference", "DateFrom", "DateTo", "Division", "GameSegment", "LastNGames", "LeagueID", "Location", "MeasureType", "Month", "OpponentTeamID", "Outcome", "PaceAdjust", "PerMode", "Period", "PlayerIDList", "PlusMinus", "Rank", "Season", "SeasonSegment", "SeasonType", "ShotClockRange", "VsConference", "VsDivision", "VsPlayerIDList" ], "required_parameters": [ "DateFrom", "DateTo", "GameSegment", "LastNGames", "Location", "MeasureType", "Month", "OpponentTeamID", "Outcome", "PaceAdjust", "PerMode", "Period", "PlayerIDList", "PlusMinus", "Rank", "Season", "SeasonSegment", "SeasonType", "VsConference", "VsDivision", "VsPlayerIDList" ], "status": "success"}
Last validated 2020-08-16