Team - basketballrelativity/py_ball GitHub Wiki
This section details all endpoints accessible via the Team
class in team.py. Endpoints available include:
Endpoint | Description | Tables |
---|---|---|
teamdashboardbyclutch | Traditional and rank statistics broken down by different definitions of clutch for a team | OverallTeamDashboard, Last5Min5PointTeamDashboard, Last3Min5PointTeamDashboard, Last1Min5PointTeamDashboard, Last30Sec3PointTeamDashboard, Last10Sec3PointTeamDashboard, Last5MinPlusMinus5PointTeamDashboard, Last3MinPlusMinus5PointTeamDashboard, Last1MinPlusMinus5PointTeamDashboard, Last30Sec3Point2TeamDashboard, Last10Sec3Point2TeamDashboard |
teamdashboardbygamesplits | Traditional and rank statistics broken down by different splits (half, quarter, and score differential) | OverallTeamDashboard, ByHalfTeamDashboard, ByPeriodTeamDashboard, ByScoreMarginTeamDashboard, ByActualMarginTeamDashboard |
teamdashboardbygeneralsplits | Traditional and rank statistics broken down by different splits (win/loss, location, month, pre/post All-Star, days rest) | OverallTeamDashboard, LocationTeamDashboard, WinsLossesTeamDashboard, MonthTeamDashboard, PrePostAllStarTeamDashboard, DaysRestTeamDashboard |
teamdashboardbylastngames | Traditional and rank statistics broken down by the number of n recent games and game number bins | OverallTeamDashboard, Last5TeamDashboard, Last10TeamDashboard, Last15TeamDashboard, Last20TeamDashboard, GameNumberTeamDashboard |
teamdashboardbyopponent | Traditional and rank statistics broken down by opponent splits (conference, division, and individual team) | OverallTeamDashboard, ConferenceTeamDashboard, DivisionTeamDashboard, OpponentTeamDashboard |
teamdashboardbyshootingsplits | Traditional and rank statistics broken down by shooting splits (shot distance, shot area, assisted/unassisted, shot type, and indivdual assistant) | OverallTeamDashboard, Shot5FTTeamDashboard, Shot8FTTeamDashboard, ShotAreaTeamDashboard, AssitedShotTeamDashboard, ShotTypeTeamDashboard, AssistedBy |
teamdashboardbyteamperformance | Traditional and rank statistics broken down by team performance splits (win/loss, score differential, points for, and points against) | OverallTeamDashboard, ScoreDifferentialTeamDashboard, PointsScoredTeamDashboard, PontsAgainstTeamDashboard |
teamdashboardbyyearoveryear | Traditional and rank statistics broken down by year | OverallTeamDashboard, ByYearTeamDashboard |
teamdashlineups | Traditional and plus/minus statistics for sets of lineups between sizes 2 to 5 players, inclusive | Overall, Lineups |
teamdashptpass | Shooting statistics for passes to and from a player broken down by teammates | PassesMade, PassesReceived |
teamdashptreb | Rebound statistics broken down by shot type, contesting players, and shot/rebound distance | OverallRebounding, ShotTypeRebounding, NumContestedRebounding, ShotDistanceRebounding, RebDistanceRebounding |
teamdashptshots | Shooting statistics broken down by shot type, shot clock time, number of tribbles, defender proximity, and length of touch | GeneralShooting, ShotClockShooting, DribbleShooting, ClosestDefenderShooting, ClosestDefender10ftPlusShooting, TouchTimeShooting |
teamgamelog | Game log statistics for a given year | TeamGameLog |
teaminfocommon | Team information for a given year | TeamInfoCommon, TeamSeasonRanks, AvailableSeasons |
teamplayerdashboard | Player traditional and rank statistics for a given team | TeamOverall, PlayersSeasonTotals |
teamplayeronoffdetails | Team traditional and rank statistics broken down by on/off splits per player | OverallTeamPlayerOnOffDetails, PlayersOnCourtTeamPlayerOnOffDetails, PlayersOffCourtTeamPlayerOnOffDetails |
teamplayeronoffsummary | Team summary statistics broken down by on/off splits per player | OverallTeamPlayerOnOffSummary, PlayersOnCourtTeamPlayerOnOffSummary, PlayersOffCourtTeamPlayerOnOffSummary |
teamvsplayer | Team statistics versus a given opponent player broken down by several shooting related splits (shot distance and area) | Overall, vsPlayerOverall, OnOffCourt, ShotDistanceOverall, ShotDistanceOnCourt, ShotDistanceOffCourt, ShotAreaOverall, ShotAreaOnCourt, ShotAreaOffCourt |
teamyearbyyearstats | Team statistics and performance broken down by year | TeamStats |
teamestimatedmetrics | Estimated team statistics for a given year | TeamEstimatedMetrics |
teamgamelogs | Game log statistics for a given year | TeamGameLogs |
Parameters
The Team
endpoints require the corresponding parameters below:
API Param | Class Param | Definition | Valid Values | Required |
---|---|---|---|---|
LeagueID | league_id | String of a two-digit number corresponding to the league. '00' is the NBA, '10' is the WNBA, '01' is the ABA, and '20' is the G-League | '00', '01', '10', '20' | All |
PerMode | per_mode | String indicating the type of rate stats to be returned | 'Totals', 'PerGame', 'MinutesPer', 'Per48', 'Per40', 'Per36', 'PerMinute', 'PerPossession', 'PerPlay', 'Per100Possessions', 'Per100Plays' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
PlusMinus | plus_minus | String representing a Boolean value that indicates whether the values being returned should be in plus-minus form. | 'Y', 'N' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
Rank | rank | String representing a Boolean value that indicates whether the values being returned should be in rank form | 'Y', 'N' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
PaceAdjust | pace_adjust | String representing a Boolean value that indicates whether the values being returned should be pace-adjusted | 'Y', 'N' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
MeasureType | measure_type | String indicating the set of statistics to be returned | 'Base', 'Advanced', 'Misc', 'Scoring', 'Opponent', 'Usage' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
Period | period | String of an integer value that corresponds to a desired quarter for data to be returned. A value of '0' returns data across all quarters | '0' or string of positive integer | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
VsConference | vs_conference | String indicating the conference of the opposing team for data to be returned. An empty string returns data across all conferences | 'East', 'West', '' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
LastNGames | last_n_games | String of an integer indicating the desired number of most recent games for data to be returned. A value of '0' returns data across all previous games, subject to other constraints in the API call | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' | |
TeamID | team_id | String of a 10-digit integer that uniquely identifies a team for which data is to be returned | All | |
Location | location | String indicating the game location for the data to be returned. An empty string returns data across both home and road games | 'Home', 'Road', '' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
Outcome | outcome | String indicating the game outcome for the data to be returned. An empty string returns data across both wins and losses | 'W', 'L', '' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
DateFrom | date_from | String of a date in a MM/DD/YYYY format indicating the start date for which data is to be returned | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' | |
DateTo | date_to | String of a date in a MM/DD/YYYY format indicating the end date for which data is to be returned | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' | |
OpponentTeamID | opp_team_id | String of a 10-digit integer that uniquely identifies an opposing team for which data is to be returned | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' | |
Season | season | String of a two-year season in a YYYY-ZZ format, where the ZZ are the last two digits of the following year. For example, '2017-18' is a valid value of season and represents the 2017-18 NBA season | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelog', 'teaminfocommon', 'teamestimatedmetrics', 'teamgamelogs' | |
VsDivision | vs_division | String indicating the division of the opposing team for data to be returned. An empty string returns data across all divisions. The 'East' and 'West' values correspond to conferences | 'Atlantic', 'Central', 'Northwest', 'Pacific', 'Southeast', 'Southwest', 'East', 'West', '' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
GameSegment | game_segment | String indicating the section of a game for data to be returned. An empty string returns data across all game segments | 'First Half', 'Overtime', 'Second Half', '' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
Month | month | String of an integer corresponding to a month for data to be returned. A value of '0' returns data across all months | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' | |
SeasonType | season_type | String indicating the type of season for data to be returned | 'Regular Season', 'Pre Season', 'Playoffs', 'All Star' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelog', 'teaminfocommon', 'teamestimatedmetrics', 'teamgamelogs' |
SeasonSegment | season_segment | String indicating the section of the season for data to be returned. An empty string returns data across all season segments | 'Pre All-Star', 'Post All-Star', '' | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamdashptpass', 'teamdashptreb', 'teamdashptshots', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
VsPlayerID | vs_player_id | String of an integer corresponding to a player ID for a given player | 'teamvsplayer' | |
GameID | game_id | 10-digit string that represents a unique game. The format is two leading zeroes, followed by a season indicator number ('1' for preseason, '2' for regular season, '4' for the post-season), then the trailing digits of the season in which the game took place (e.g. '17' for the 2017-18 season). The following 5 digits increment from '00001' in order as the season progresses. For example, '0021600001' is the game_id of the first game of the 2016-17 NBA regular season | 'teamdashlineups' | |
GroupQuantity | group_quantity | String of an integer indicating the number of players to include a lineup for the teamdashlineups endpoint | '2', '3', '4', '5' | 'teamdashlineups' |
PORound | po_round | Playoff round | 1, 2, 3, 4 | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
ShotClockRange | shot_clock_rank | Shot clock range | "24-22", "22-18", "18-15", "15-7", "7-4", "4-0" | 'teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs' |
Features
Certain endpoints ('teamdashboardbyclutch', 'teamdashboardbygamesplits', 'teamdashboardbygeneralsplits', 'teamdashboardbylastngames', 'teamdashboardbyopponent', 'teamdashboardbyshootingsplits', 'teamdashboardbyteamperformance', 'teamdashboardbyyearoveryear', 'teamdashlineups', 'teamplayerdashboard', 'teamplayeronoffdetails', 'teamplayeronoffsummary', 'teamvsplayer', 'teamgamelogs') require the MeasureType
parameter, which changes the schema of the table returned. When this occurs, the MeasureType
column in the features table will show the value for which the feature is returned. The valid values of MeasureType for the endpoints above are:
- Base
- Advanced
- Misc
- Scoring
- Opponent
- Usage
The following table contains features returned in each table from all endpoints.
Column | Definition | Endpoint/Table | MeasureType |
---|---|---|---|
AST | Assists | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
AST_RANK | Rank by assists | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teaminfocommon/TeamSeasonRanks, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All),teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
AST_PCT | Ratio of player assists to teammate field goals made | teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
AST_PCT_RANK | Rank by assist percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
AST_PG | Assists per game | teaminfocommon/TeamSeasonRanks | |
AST_RATIO | Assists per 100 possessions | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
AST_RATIO_RANK | Rank by assist ratio | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
AST_TO | Ratio of assists to turnovers | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
AST_TO_RANK | Rank by assist to turnover ratio | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
BLK | Blocks | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Misc |
BLKA | Blocks against | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Misc |
BLKA_RANK | Rank by blocks against | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Misc |
BLK_RANK | Rank by blocks | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Misc |
C_DREB | Contested defensive rebounds | teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding | |
C_OREB | Contested offensive rebounds | teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding | |
C_REB | Contested rebounds | teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding | |
C_REB_PCT | Contested rebound percentage | teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding | |
CFID | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamvsplayer/ShotDistanceOverall, teamvsplayer/ShotDistanceOnCourt, teamvsplayer/ShotDistanceOffCourt, teamvsplayer/ShotAreaOverall, teamvsplayer/ShotAreaOnCourt, teamvsplayer/ShotAreaOffCourt | Base, Advanced, Misc, Scoring, Usage | |
CFPARAMS | Comma-separated Player ID, Team ID | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamvsplayer/ShotDistanceOverall, teamvsplayer/ShotDistanceOnCourt, teamvsplayer/ShotDistanceOffCourt, teamvsplayer/ShotAreaOverall, teamvsplayer/ShotAreaOnCourt, teamvsplayer/ShotAreaOffCourt | Base, Advanced, Misc, Scoring, Usage |
CLOSEST_DEF_DIST_RANGE | Distance ranges of closest defender | teamdashptshots/ClosestDefenderShooting, teamdashptshots/ClosestDefender10ftPlusShooting | |
CONF_COUNT | Number of teams in conference | teamyearbyyearstats/TeamStats | |
CONF_RANK | Conference ranking | teamyearbyyearstats/TeamStats, teaminfocommon/TeamInfoCommon | |
COURT_STATUS | 'On' for on court, 'Off' for off court | teamplayeronoffdetails/PlayersOnCourtTeamPlayerOnOffDetails, teamplayeronoffdetails/PlayersOffCourtTeamPlayerOnOffDetails, teamplayeronoffsummary/PlayersOnCourtTeamPlayerOnOffSummary, teamplayeronoffsummary/PlayersOffCourtTeamPlayerOnOffSummary | |
DD2 | Double doubles | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Base |
DD2_RANK | Rank by double doubles | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Base |
DEF_RATING | Points allowed per 100 possessions | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/(All), teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
DEF_RATING_RANK | Rank by defensive rating | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
DIV_COUNT | Number of teams in division | teamyearbyyearstats/TeamStats | |
DIV_RANK | Division ranking | teamyearbyyearstats/TeamStats, teaminfocommon/TeamInfoCommon | |
DREB | Defensive rebounds | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding, teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
DREB_PCT | Ratio of defensive rebounds to available defensive rebounds | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
DREB_PCT_RANK | Rank by defensive rebound percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
DREB_RANK | Rank by defensive rebounds | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
DRIBBLE_RANGE | Number of dribbles ranges | teamdashptshots/DribbleShooting | |
EFG_PCT | Weighted field goal percentage with 3-point field goals weighted 1.5 times 2-point field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptshots/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
EFG_PCT_RANK | Rank by effective field goal percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
E_AST_RATIO | Estimated assist ratio | teamestimatedmetrics/TeamEstimatedMetrics | |
E_DEF_RATING | Estimated defensive rating | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs, teamplayerdashboard/TeamOverall, teamplayeronoffdetails/(All) | Advanced |
E_DREB_PCT | Estimated defensive rebound percentage | teamestimatedmetrics/TeamEstimatedMetrics | |
E_NET_RATING | Estimated net rating | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs, teamplayerdashboard/TeamOverall, teamplayeronoffdetails/(All) | Advanced |
E_OFF_RATING | Estimated offensive rating | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs, teamplayerdashboard/TeamOverall, teamplayeronoffdetails/(All) | Advanced |
E_OREB_PCT | Estimated offensive rebound percentage | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Advanced |
E_PACE | Estimated pace | teamplayerdashboard/TeamOverall, teamplayeronoffdetails/(All), teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Advanced |
E_REB_PCT | Estimated rebound percentage | teamestimatedmetrics/TeamEstimatedMetrics | |
E_TOV_PCT | Estimated turnover percentage | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Advanced |
E_USG_PCT | Estimated usage percentage | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Advanced |
E_AST_RATIO_RANK | Estimated assist ratio rank | teamestimatedmetrics/TeamEstimatedMetrics | |
E_DEF_RATING_RANK | Estimated defensive rating rank | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Advanced |
E_DREB_PCT_RANK | Estimated defensive rebound percentage rank | teamestimatedmetrics/TeamEstimatedMetrics | |
E_NET_RATING_RANK | Estimated net rating rank | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Advanced |
E_OFF_RATING_RANK | Estimated offensive rating rank | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Advanced |
E_OREB_PCT_RANK | Estimated offensive rebound percentage rank | teamestimatedmetrics/TeamEstimatedMetrics | |
E_PACE_RANK | Estimated pace rank | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Advanced |
E_REB_PCT_RANK | Estimated rebound percentage rank | teamestimatedmetrics/TeamEstimatedMetrics | |
E_TOV_PCT_RANK | Estimated turnover percentage rank | teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Advanced |
E_USG_PCT_RANK | Estimated usage percentage rank | teamestimatedmetrics/TeamEstimatedMetrics, temgamelogs/TeamGameLogs | Advanced |
FG2A | Attempted two-point field goals | teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptshots/(All) | |
FG2A_FREQUENCY | Ratio of two-point field goal attempts to field goal attempts | teamdashptshots/(All) | |
FG2M | Made two-point field goals | teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptshots/(All) | |
FG2_PCT | Two-point field goal percentage | teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptshots/(All) | |
FG3A | Attempted three-point field goals | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptshots/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FG3A_FREQUENCY | Ratio of three-point field goal attempts to field goal attempts | teamdashptshots/(All) | |
FG3A_RANK | Rank by attempted three-point field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FG3M | Made three-point field goals | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptshots/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FG3M_RANK | Rank by made three-point field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FG3_PCT | Three-point field goal percentage | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptshots/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FG3_PCT_RANK | Rank by three-point field goal percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FGA | Attempted field goals | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptshots/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamvsplayer/ShotDistanceOverall, teamvsplayer/ShotDistanceOnCourt, teamvsplayer/ShotDistanceOffCourt, teamvsplayer/ShotAreaOverall, teamvsplayer/ShotAreaOnCourt, teamvsplayer/ShotAreaOffCourt, teamgamelogs/TeamGameLogs | Base, Advanced |
FGA_FREQUENCY | Frequency of field goal events | teamdashptshots/(All) | |
FGA_PG | Field goal attempts per game | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
FGA_PG_RANK | Rank by field goal attempts per game | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
FGA_RANK | Rank by field goal attempts | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Advanced |
FGM | Made field goals | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptshots/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamvsplayer/ShotDistanceOverall, teamvsplayer/ShotDistanceOnCourt, teamvsplayer/ShotDistanceOffCourt, teamvsplayer/ShotAreaOverall, teamvsplayer/ShotAreaOnCourt, teamvsplayer/ShotAreaOffCourt, teamgamelogs/TeamGameLogs | Base, Advanced |
FGM_PG | Filed goals per game | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
FGM_PG_RANK | Rank by field goals per game | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
FGM_RANK | Rank by field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Advanced |
FG_PCT | Field goal percentage | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptshots/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamvsplayer/ShotDistanceOverall, teamvsplayer/ShotDistanceOnCourt, teamvsplayer/ShotDistanceOffCourt, teamvsplayer/ShotAreaOverall, teamvsplayer/ShotAreaOnCourt, teamvsplayer/ShotAreaOffCourt, teamgamelogs/TeamGameLogs | Base, Advanced |
FG_PCT_RANK | Rank by field goal percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Advanced |
FREQUENCY | Frequency of a given event | teamdashptpass/PassesMade, teamdashptpass/PassesReceived | |
FTA | Attempted free throws | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FTA_RANK | Rank by attempted free throws | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FTM | Made free throws | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FTM_RANK | Rank by made free throws | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FT_PCT | Free throw percentage | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
FT_PCT_RANK | Rank by free throw percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
G | Games | teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding, playerdashptshotdefend/DefendingShots, teamdashptshots/(All) | |
GAME_DATE | Date of game in Mon DD, YYYY format | teamgamelog/TeamGameLog | |
GAME_ID | Unique game identifier | teamgamelog/TeamGameLog | |
GP | Games played | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/(All), teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Base, Advanced, Misc, Scoring, Usage |
GP_RANK | Rank by games played | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Base, Advanced, Misc, Scoring, Usage |
GROUP_SET | Type of group | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/(All), teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamvsplayer/ShotDistanceOverall, teamvsplayer/ShotDistanceOnCourt, teamvsplayer/ShotDistanceOffCourt, teamvsplayer/ShotAreaOverall, teamvsplayer/ShotAreaOnCourt, teamvsplayer/ShotAreaOffCourt | Base, Advanced, Misc, Scoring, Usage |
GROUP_VALUE | Filter value for data in the table | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamvsplayer/ShotDistanceOverall, teamvsplayer/ShotDistanceOnCourt, teamvsplayer/ShotDistanceOffCourt, teamvsplayer/ShotAreaOverall, teamvsplayer/ShotAreaOnCourt, teamvsplayer/ShotAreaOffCourt | Base, Advanced, Misc, Scoring, Usage |
L | Losses | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teaminfocommon/TeamInfoCommon, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Base, Advanced, Misc, Scoring, Usage |
L_RANK | Rank by losses | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Base, Advanced, Misc, Scoring, Usage |
LEAGUE_ID | Unique league identifier | teaminfocommon/TeamSeasonRanks | |
LOSSES | Losses | teamyearbyyearstats/TeamStats | |
MATCHUP | City abbreviated team matchups in Away vs. Home format | teamgamelog/TeamGameLog, teamgamelogs/TeamGameLogs | Base, Advanced, Scoring, Misc, Opponent |
MAX_YEAR | Maximum year of franchise | teaminfocommon/TeamInfoCommon | |
MIN | Minutes played | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/(All), teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Base, Advanced, Misc, Scoring, Usage |
MIN_RANK | Rank by minutes played | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Base, Advanced, Misc, Scoring, Usage |
MIN_YEAR | Minimum year of franchise | teaminfocommon/TeamInfoCommon | |
NBA_FANTASY_POINTS | Fantasy points | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Base, Misc |
NBA_FANTASY_PTS_RANK | Rank by fantasy points | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Base, Misc |
NBA_FINALS_APPEARANCE | String indicating league championships and finals appearances | teamyearbyyearstats/TeamStats | |
NET_RATING | Point differential per 100 possessions | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/(All), teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
NET_RATING_RANK | Rank by net rating | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
OFF_RATING | Points scored per 100 possessions | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/(All), teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
OFF_RATING_RANK | Rank by offensive rating | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
OPP_PTS_2ND_CHANCE | Opponent second chance points | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
OPP_PTS_2ND_CHANCE_RANK | Rank by opponent second chance points | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
OPP_PTS_FB | Opponent fast break points | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
OPP_PTS_FB_RANK | Rank by opponent fast break points | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
OPP_PTS_OFF_TOV | Opponent points off turnovers | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
OPP_PTS_OFF_TOV_RANK | Opponent points off turnovers | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
OPP_PTS_PAINT | Opponent points in the paint | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
OPP_PTS_PAINT_RANK | Opponent points in the paint | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
OPP_PTS_PG | Opponent points per game | teaminfocommon/TeamSeasonRanks | |
OPP_PTS_RANK | Rank by opponent points | teaminfocommon/TeamSeasonRanks | |
OREB | Offensive rebounds | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding, teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
OREB_RANK | Rank by offensive rebounds | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
OREB_PCT | Ratio of offensive rebounds to available offensive rebounds | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
OREB_PCT_RANK | Rank by offensive rebound percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
OVERALL | Text identifying overall statistics | teamdashptreb/OverallRebounding | |
PACE | Possessions per 48 minutes | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
PACE_RANK | Rank by pace | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
PASS | Number of passes made or received | teamdashptpass/PassesMade, teamdashptpass/PassesReceived | |
PASS_FROM | Last, First name of passer | teamdashptpass/PassesReceived | |
PASS_TEAMMATE_PLAYER_ID | Unique identifier of passer or receiver | teamdashptpass/PassesMade, teamdashptpass/PassesReceived | |
PASS_TO | Last, First name of receiver | teamdashptpass/PassesMade | |
PASS_TYPE | Type of pass (made or received) | teamdashptpass/PassesMade, teamdashptpass/PassesReceived | |
PCT | Winning percentage | teaminfocommon/TeamInfoCommon | |
PCT_AST | % of team's assists while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_AST_RANK | Rank by % of team's assists while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_AST_2PM | % of two-point field goals made that are assisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_AST_2PM_RANK | Rank by % of two-point field goals made that are assisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_AST_3PM | % of three-point field goals made that are assisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_AST_3PM_RANK | Rank by % of three-point field goals made that are assisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_AST_FGM | % of field goals made that are assisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_AST_FGM_RANK | Rank by % of field goals made that are assisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_BLK | % of team's blocks while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_BLKA | % of team's own blocked attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_BLK_RANK | Rank by % of team's blocks while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_BLKA_RANK | Rank by % of team's own blocked attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_DREB | % of team's defensive rebounds while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_DREB_RANK | Rank by % of team's defensive rebounds while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FG3A | % of team's three-point field goal attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FG3A_RANK | Rank by % of team's three-point field goal attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FG3M | % of team's made three-point field goal attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FG3M_RANK | Rank by % of team's made three-point field goal attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FGA | % of team's field goal attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FGA_RANK | Rank by % of team's field goal attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FGA_2PT | % of field goals attempted that are two-point field goal attempts | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_FGA_2PT_RANK | Rank by % of field goals attempted that are two-point field goal attempts | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_FGA_3PT | % of field goals attempted that are three-point field goal attempts | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_FGA_3PT_RANK | Rank by % of field goals attempted that are three-point field goal attempts | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_FGM | % of team's made field goal attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FGM_RANK | Rank by % of team's made field goal attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FTA | % of team's free throw attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FTA_RANK | Rank by % of team's free throw attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FTM | % of team's made free throw attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_FTM_RANK | Rank by % of team's made free throw attempts while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_OREB | % of team's offensive rebounds while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_OREB_RANK | % of team's offensive rebounds while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_PF | % of team's personal fouls while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_PFD | % of team's personal fouls drawn while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_PF_RANK | Rank by % of team's personal fouls while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_PFD_RANK | Rank by % of team's personal fouls drawn while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall****teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_PTS | % of team's points while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_PTS_RANK | Rank by % of team's points while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_PTS_2PT | % of points that are from two-point field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_2PT_MR | % of points that are from mid-range field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_2PT_MR_RANK | Rank by % of points that are from mid-range field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_2PT_RANK | Rank by % of points that are from two-point field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_3PT | % of points that are from three-point field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_3PT_RANK | Rank by % of points that are from three-point field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_FB | % of points that are from fast break opportunities | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_FB_RANK | Rank by % of points that are from fast break opportunities | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_FT | % of points that are from free throws | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_FT_RANK | Rank by % of points that are from free throws | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_OFF_TOV | % of points that are off turnovers | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_OFF_TOV_RANK | Rank by % of points that are off turnovers | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_PAINT | % of points that are from the paint | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall/Overall**, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_PTS_PAINT_RANK | % of points that are from the paint | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_REB | % of team's rebounds while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_REB_RANK | Rank by % of team's rebounds while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_STL | % of team's steals while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_STL_RANK | Rank by % of team's steals while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_TOV | % of team's turnovers while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_TOV_RANK | Rank by % of team's turnovers while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Usage |
PCT_UAST_2PM | % of two-point field goals made that are unassisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_UAST_2PM_RANK | Rank by % of two-point field goals made that are unassisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_UAST_3PM | % of three-point field goals made that are unassisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_UAST_3PM_RANK | Rank by % of three-point field goals made that are unassisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_UAST_FGM | % of field goals made that are unassisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PCT_UAST_FGM_RANK | Rank by % of field goals made that are unassisted | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Scoring |
PF | Personal fouls | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Misc |
PFD | Personal fouls drawn | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Misc |
PFD_RANK | Rank by personal fouls drawn | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Misc |
PF_RANK | Rank by personal fouls | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base, Misc |
PIE | Player Impact Estimate | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
PIE_RANK | Rank by PIE | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
PLAYER_ID | Unique player identifier | teamplayerdashboard/PlayersSeasonTotals, teamplayerdashboard/PlayersSeasonTotals | |
PLAYER_NAME | Name of player | teamplayerdashboard/PlayersSeasonTotals, teamplayerdashboard/PlayersSeasonTotals | |
PLUS_MINUS | Point differential while on court | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/(All), teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
PLUS_MINUS_RANK | Rank by plus-minus | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
PO_LOSSES | Playoff losses | teamyearbyyearstats/TeamStats | |
PO_WINS | Playoff wins | teamyearbyyearstats/TeamStats | |
PTS | Points scored | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
PTS_PG | Points per game | teaminfocommon/TeamSeasonRanks | |
PTS_RANK | Rank by points | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teaminfocommon/TeamSeasonRanks, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
PTS_2ND_CHANCE | Second chance points | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
PTS_2ND_CHANCE_RANK | Rank by second chance points | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
PTS_FB | Fast break points | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
PTS_FB_RANK | Rank by fast break points | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
PTS_OFF_TOV | Points off turnovers | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
PTS_OFF_TOV_RANK | Points off turnovers | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
PTS_PAINT | Points in the paint | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
PTS_PAINT_RANK | Points in the paint | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Misc |
REB | Rebounds | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding, teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
REB_DIST_RANGE | Type of rebound by distance | teamdashptreb/RebDistanceRebounding | |
REB_FREQUENCY | Rebound frequency | teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding | |
REB_NUM_CONTESTING_RANGE | Type of rebound by number of contesting rebounders | teamdashptreb/NumContestedRebounding | |
REB_PCT | Ratio of rebounds to available rebounds | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
REB_PCT_RANK | Rank by rebound percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
REB_PG | Rebounds per game | teaminfocommon/TeamSeasonRanks | |
REB_RANK | Rank by rebounds | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teaminfocommon/TeamSeasonRanks, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
SEASON_ID | Unique season identifier | teaminfocommon/TeamSeasonRanks, teaminfocommon/AvailableSeasons | |
SEASON_YEAR | Season year in YYYY-ZZ format | teaminfocommon/TeamInfoCommon, teamgamelogs/TeamGameLogs | Base, Advanced, Scoring, Misc, Opponent |
SHOT_CLOCK_RANGE | Range of shot clock times | teamdashptshots/ShotClockShooting | |
SHOT_DIST_RANGE | Type of shot by distance | teamdashptreb/ShotDistanceRebounding | |
SHOT_TYPE | Type of shot | teamdashptshots/Overall, teamdashptshots/GeneralShooting | |
SHOT_TYPE_RANGE | Type of shot by range | teamdashptreb/ShotTypeRebounding | |
SORT_ORDER | Sorting value of shot type | teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/ShotDistanceRebounding, teamdashptreb/RebDistanceRebounding, teamdashptshots/(All) | |
STL | Steals | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
STL_RANK | Rank by steals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
TD3 | Triple doubles | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Base |
TD3_RANK | Rank by triple doubles | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Base |
TEAM_ABBREVIATION | Abbreviated team identifier | teaminfocommon/TeamInfoCommon, teamplayeronoffdetails/(All), teamplayeronoffsummary/(All), teamvsplayer/(All), teamgamelogs/TeamGameLogs | Base, Advanced, Scoring, Misc Opponent |
TEAM_CITY | Team city | teamyearbyyearstats/TeamStats, teaminfocommon/TeamInfoCommon | |
TEAM_CODE | Team code | teaminfocommon/TeamInfoCommon | |
TEAM_CONFERENCE | Team conference | teaminfocommon/TeamInfoCommon | |
TEAM_DIVISION | Team division | teaminfocommon/TeamInfoCommon | |
TEAM_ID | Unique team identifier | teamyearbyyearstats/TeamStats, teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding, teamdashptshots/(All), teamgamelog/TeamGameLog, teaminfocommon/TeamInfoCommon, teaminfocommon/TeamSeasonRanks, teamplayerdashboard/TeamOverall, teamplayeronoffdetails/(All), teamplayeronoffsummary/(All), teamvsplayer/(All), teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs, teamgamelogs/TeamGameLogs | Base, Advanced, Scoring, Misc, Opponent |
TEAM_NAME | Team name | teamyearbyyearstats/TeamStats, teamdashptpass/PassesMade, teamdashptpass/PassesReceived, teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding, teamdashptshots/(All), teaminfocommon/TeamInfoCommon, teamplayerdashboard/TeamOverall, teamplayeronoffdetails/(All), teamplayeronoffsummary/(All), teamvsplayer(All), teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs, teamgamelogs/TeamGameLogs | Base, Advanced, Scoring, Misc, Opponent |
TM_TOV_PCT | Ratio of turnovers to possessions | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
TM_TOV_PCT_RANK | Rank by team turnovers to possessions | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
TOUCH_TIME_RANGE | Range of touch times | teamdashptshots/TouchTimeShooting | |
TOV | Turnovers | teamyearbyyearstats/TeamStats, teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
TOV_RANK | Rank by turnovers | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Base |
TS_PCT | Shooting percentage accounting for free throws and three-point field goals | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
TS_PCT_RANK | Rank by true shooting percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamgamelogs/TeamGameLogs | Advanced |
UC_DREB | Uncontested defensive rebounds | teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding | |
UC_OREB | Uncontested offensive rebounds | teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding | |
UC_REB | Uncontested rebounds | teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding | |
UC_REB_PCT | Uncontested rebound percentage | teamdashptreb/OverallRebounding, teamdashptreb/ShotTypeRebounding, teamdashptreb/NumContestedRebounding, teamdashptreb/RebDistanceRebounding, teamdashptreb/ShotDistanceRebounding | |
USG_PCT | Ratio of plays used to possessions | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Advanced, Usage |
USG_PCT_RANK | Rank by ratio of plays used to possessions | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt | Advanced, Usage |
VS_PLAYER_ID | Unique identifier of opposing player | teamvsplayer/OnOffCourt, teamvsplayer/ShotDistanceOnCourt, teamvsplayer/ShotDistanceOffCourt, teamvsplayer/ShotAreaOnCourt, teamvsplayer/ShotAreaOffCourt, teamplayeronoffdetails/(All), teamplayeronoffsummary/PlayersOnCourtTeamPlayerOnOffSummary, teamplayeronoffsummary/PlayersOffCourtTeamPlayerOnOffSummary | |
VS_PLAYER_NAME | Last, First name of opposing player | teamvsplayer/OnOffCourt, teamvsplayer/ShotDistanceOnCourt, teamvsplayer/ShotDistanceOffCourt, teamvsplayer/ShotAreaOnCourt, teamvsplayer/ShotAreaOffCourt, teamplayeronoffdetails/(All), teamplayeronoffsummary/PlayersOnCourtTeamPlayerOnOffSummary, teamplayeronoffsummary/PlayersOffCourtTeamPlayerOnOffSummary | |
W | Wins | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teaminfocommon/TeamInfoCommon, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Base, Advanced, Misc, Scoring, Usage |
WINS | wins | teamyearbyyearstats/TeamStats | |
WIN_PCT | Winning percentage | teamyearbyyearstats/TeamStats | |
WL | 'W' indicating win, 'L' indicating loss | teamgamelog/TeamGameLog | |
W_PCT | Winning percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamgamelog/TeamGameLog, teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Base, Advanced, Misc, Scoring, Usage |
W_PCT_RANK | Rank by winning percentage | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Base, Advanced, Misc, Scoring, Usage |
W_RANK | Rank by wins | teamdashboardbyclutch/(All), teamdashboardbygamesplits/(All), teamdashboardbygeneralsplits/(All), teamdashboardbylastngames/(All), teamdashboardbyopponent/(All), teamdashboardbyshootingsplits/(All), teamdashboardbyteamperformance/(All), teamdashboardbyyearoveryear/(All), teamplayerdashboard/TeamOverall, teamplayerdashboard/PlayersSeasonTotals, teamplayeronoffdetails/(All), teamplayeronoffsummary/OverallTeamPlayerOnOffSummary, teamvsplayer/Overall, teamvsplayer/vsPlayerOverall, teamvsplayer/OnOffCourt, teamestimatedmetrics/TeamEstimatedMetrics, teamgamelogs/TeamGameLogs | Base, Advanced, Misc, Scoring, Usage |
YEAR | Year | teamyearbyyearstats/TeamStats |