nba_leaguelineupviz
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
GroupQuantity | group_quantity | Y | ||
LastNGames | last_n_games | Y | ||
MeasureType | measure_type_detailed_defense | ^(Base)\|(Advanced)\|(Misc)\|(Four Factors)\|(Scoring)\|(Opponent)\|(Usage)\|(Defense)$ | Y | |
MinutesMin | minutes_min | 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 | ||
PlusMinus | plus_minus | ^(Y)\|(N)$ | Y | |
Rank | rank | ^(Y)\|(N)$ | Y | |
Season | season | Y | ||
SeasonType | season_type_all_star | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
VsDivision | vs_division_nullable | ^((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest)\|(East)\|(West))?$ | Y | Y |
VsConference | vs_conference_nullable | ^((East)\|(West))?$ | Y | Y |
TeamID | team_id_nullable | Y | ||
ShotClockRange | shot_clock_range_nullable | ((24-22)\|(22-18 Very Early)\|(18-15 Early)\|(15-7 Average)\|(7-4 Late)\|(4-0 Very Late)\|(ShotClock Off))? | Y | |
SeasonSegment | season_segment_nullable | ^((Post All-Star)\|(Pre All-Star))?$ | Y | Y |
PORound | po_round_nullable | 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 | ((Atlantic)\|(Central)\|(Northwest)\|(Pacific)\|(Southeast)\|(Southwest))? | Y | |
DateTo | date_to_nullable | Y | Y | |
DateFrom | date_from_nullable | Y | Y | |
Conference | conference_nullable | ((East)\|(West))? | Y |
#
Data Setsleague_lineup_viz
#
LeagueLineupViz ['GROUP_ID', 'GROUP_NAME', 'TEAM_ID', 'TEAM_ABBREVIATION', 'MIN', 'OFF_RATING', 'DEF_RATING', 'NET_RATING', 'PACE', 'TS_PCT', 'FTA_RATE', 'TM_AST_PCT', 'PCT_FGA_2PT', 'PCT_FGA_3PT', 'PCT_PTS_2PT_MR', 'PCT_PTS_FB', 'PCT_PTS_FT', 'PCT_PTS_PAINT', 'PCT_AST_FGM', 'PCT_UAST_FGM', 'OPP_FG3_PCT', 'OPP_EFG_PCT', 'OPP_FTA_RATE', 'OPP_TOV_PCT']
#
JSON{ "data_sets": { "LeagueLineupViz": [ "GROUP_ID", "GROUP_NAME", "TEAM_ID", "TEAM_ABBREVIATION", "MIN", "OFF_RATING", "DEF_RATING", "NET_RATING", "PACE", "TS_PCT", "FTA_RATE", "TM_AST_PCT", "PCT_FGA_2PT", "PCT_FGA_3PT", "PCT_PTS_2PT_MR", "PCT_PTS_FB", "PCT_PTS_FT", "PCT_PTS_PAINT", "PCT_AST_FGM", "PCT_UAST_FGM", "OPP_FG3_PCT", "OPP_EFG_PCT", "OPP_FTA_RATE", "OPP_TOV_PCT" ] }, "endpoint": "LeagueLineupViz", "last_validated_date": "2020-08-15", "nullable_parameters": [ "Conference", "DateFrom", "DateTo", "Division", "GameSegment", "LeagueID", "Location", "Outcome", "PORound", "SeasonSegment", "ShotClockRange", "TeamID", "VsConference", "VsDivision" ], "parameter_patterns": { "Conference": "((East)|(West))?", "DateFrom": null, "DateTo": null, "Division": "((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest))?", "GameSegment": "^((First Half)|(Overtime)|(Second Half))?$", "GroupQuantity": null, "LastNGames": null, "LeagueID": null, "Location": "^((Home)|(Road))?$", "MeasureType": "^(Base)|(Advanced)|(Misc)|(Four Factors)|(Scoring)|(Opponent)|(Usage)|(Defense)$", "MinutesMin": null, "Month": null, "OpponentTeamID": null, "Outcome": "^((W)|(L))?$", "PORound": null, "PaceAdjust": "^(Y)|(N)$", "PerMode": "^(Totals)|(PerGame)|(MinutesPer)|(Per48)|(Per40)|(Per36)|(PerMinute)|(PerPossession)|(PerPlay)|(Per100Possessions)|(Per100Plays)$", "Period": null, "PlusMinus": "^(Y)|(N)$", "Rank": "^(Y)|(N)$", "Season": null, "SeasonSegment": "^((Post All-Star)|(Pre All-Star))?$", "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$", "ShotClockRange": "((24-22)|(22-18 Very Early)|(18-15 Early)|(15-7 Average)|(7-4 Late)|(4-0 Very Late)|(ShotClock Off))?", "TeamID": null, "VsConference": "^((East)|(West))?$", "VsDivision": "^((Atlantic)|(Central)|(Northwest)|(Pacific)|(Southeast)|(Southwest)|(East)|(West))?$" }, "parameters": [ "Conference", "DateFrom", "DateTo", "Division", "GameSegment", "GroupQuantity", "LastNGames", "LeagueID", "Location", "MeasureType", "MinutesMin", "Month", "OpponentTeamID", "Outcome", "PORound", "PaceAdjust", "PerMode", "Period", "PlusMinus", "Rank", "Season", "SeasonSegment", "SeasonType", "ShotClockRange", "TeamID", "VsConference", "VsDivision" ], "required_parameters": [ "DateFrom", "DateTo", "GameSegment", "GroupQuantity", "LastNGames", "Location", "MeasureType", "MinutesMin", "Month", "OpponentTeamID", "Outcome", "PaceAdjust", "PerMode", "Period", "PlusMinus", "Rank", "Season", "SeasonSegment", "SeasonType", "VsConference", "VsDivision" ], "status": "success"}
Last validated 2020-08-16