[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
SeasonType required | string (SeasonType) [to do] |
TopX required | string (TopX) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "SeasonType": "$request.query.SeasonType",
- "TopX": "$request.query.TopX"
}, - "resource": "alltimeleadersgrids",
- "resultSets": [
- {
- "name": "ASTLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "AST",
- "AST_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "BLKLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "BLK",
- "BLK_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DREBLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "DREB",
- "DREB_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FG3ALeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FG3A",
- "FG3A_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FG3MLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FG3M",
- "FG3M_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FG3_PCTLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FG3_PCT",
- "FG3_PCT_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FGALeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGA",
- "FGA_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FGMLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGM_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FG_PCTLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FG_PCT",
- "FG_PCT_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FTALeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FTA",
- "FTA_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FTMLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FTM",
- "FTM_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FT_PCTLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FT_PCT",
- "FT_PCT_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GPLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "GP",
- "GP_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OREBLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "OREB",
- "OREB_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PFLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "PF",
- "PF_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PTSLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "PTS",
- "PTS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "REBLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "REB",
- "REB_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "STLLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "STL",
- "STL_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TOVLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TOV",
- "TOV_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "assistleaders",
- "resultSets": [
- {
- "name": "AssistLeaders",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "AST"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameScope": "$request.query.GameScope",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "assisttracker",
- "resultSets": [
- {
- "name": "AssistTracker",
- "headers": [
- "ASSISTS"
], - "rowSet": [
- [
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscoreadvancedv2",
- "resultSets": [
- {
- "name": "PlayerStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "E_TM_TOV_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscorefourfactorsv2",
- "resultSets": [
- {
- "name": "sqlPlayersFourFactors",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "EFG_PCT",
- "FTA_RATE",
- "TM_TOV_PCT",
- "OREB_PCT",
- "OPP_EFG_PCT",
- "OPP_FTA_RATE",
- "OPP_TOV_PCT",
- "OPP_OREB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "sqlTeamsFourFactors",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "EFG_PCT",
- "FTA_RATE",
- "TM_TOV_PCT",
- "OREB_PCT",
- "OPP_EFG_PCT",
- "OPP_FTA_RATE",
- "OPP_TOV_PCT",
- "OPP_OREB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscoremiscv2",
- "resultSets": [
- {
- "name": "sqlPlayersMisc",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "PTS_OFF_TOV",
- "PTS_2ND_CHANCE",
- "PTS_FB",
- "PTS_PAINT",
- "OPP_PTS_OFF_TOV",
- "OPP_PTS_2ND_CHANCE",
- "OPP_PTS_FB",
- "OPP_PTS_PAINT",
- "BLK",
- "BLKA",
- "PF",
- "PFD"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "sqlTeamsMisc",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "PTS_OFF_TOV",
- "PTS_2ND_CHANCE",
- "PTS_FB",
- "PTS_PAINT",
- "OPP_PTS_OFF_TOV",
- "OPP_PTS_2ND_CHANCE",
- "OPP_PTS_FB",
- "OPP_PTS_PAINT",
- "BLK",
- "BLKA",
- "PF",
- "PFD"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "GameID": "$request.query.GameID"
}, - "resource": "boxscoreplayertrackv2",
- "resultSets": [
- {
- "name": "PlayerStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "E_TM_TOV_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscorescoringv2",
- "resultSets": [
- {
- "name": "sqlPlayersScoring",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "PCT_FGA_2PT",
- "PCT_FGA_3PT",
- "PCT_PTS_2PT",
- "PCT_PTS_2PT_MR",
- "PCT_PTS_3PT",
- "PCT_PTS_FB",
- "PCT_PTS_FT",
- "PCT_PTS_OFF_TOV",
- "PCT_PTS_PAINT",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "sqlTeamsScoring",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "PCT_FGA_2PT",
- "PCT_FGA_3PT",
- "PCT_PTS_2PT",
- "PCT_PTS_2PT_MR",
- "PCT_PTS_3PT",
- "PCT_PTS_FB",
- "PCT_PTS_FT",
- "PCT_PTS_OFF_TOV",
- "PCT_PTS_PAINT",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Person1Id required | string (Person1Id) [to do] |
Person1LeagueId required | string (Person1LeagueId) [to do] |
Person1Season required | string (Person1Season) [to do] |
Person1SeasonType required | string (Person1SeasonType) [to do] |
Person2Id required | string (Person2Id) [to do] |
Person2LeagueId required | string (Person2LeagueId) [to do] |
Person2Season required | string (Person2Season) [to do] |
Person2SeasonType required | string (Person2SeasonType) [to do] |
{- "parameters": {
- "Person1Id": "$request.query.Person1Id",
- "Person1LeagueId": "$request.query.Person1LeagueId",
- "Person1Season": "$request.query.Person1Season",
- "Person1SeasonType": "$request.query.Person1SeasonType",
- "Person2Id": "$request.query.Person2Id",
- "Person2LeagueId": "$request.query.Person2LeagueId",
- "Person2Season": "$request.query.Person2Season",
- "Person2SeasonType": "$request.query.Person2SeasonType"
}, - "resource": "boxscoresimilarityscore",
- "resultSets": [
- {
- "name": "BoxScoreSimilarityScores",
- "headers": [
- "PERSON_2_ID",
- "PERSON_2",
- "PERSON_2_TEAM_ID",
- "SIMILARITY_SCORE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "GameID": "$request.query.GameID"
}, - "resource": "boxscoresummaryv2",
- "resultSets": [
- {
- "name": "AvailableVideo",
- "headers": [
- "GAME_ID",
- "VIDEO_AVAILABLE_FLAG",
- "PT_AVAILABLE",
- "PT_XYZ_AVAILABLE",
- "WH_STATUS",
- "HUSTLE_STATUS",
- "HISTORICAL_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GameInfo",
- "headers": [
- "GAME_DATE",
- "ATTENDANCE",
- "GAME_TIME"
], - "rowSet": [
- [
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GameSummary",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "GAME_STATUS_ID",
- "GAME_STATUS_TEXT",
- "GAMECODE",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "SEASON",
- "LIVE_PERIOD",
- "LIVE_PC_TIME",
- "NATL_TV_BROADCASTER_ABBREVIATION",
- "LIVE_PERIOD_TIME_BCAST",
- "WH_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "InactivePlayers",
- "headers": [
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "JERSEY_NUM",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "TEAM_ABBREVIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LastMeeting",
- "headers": [
- "GAME_ID",
- "LAST_GAME_ID",
- "LAST_GAME_DATE_EST",
- "LAST_GAME_HOME_TEAM_ID",
- "LAST_GAME_HOME_TEAM_CITY",
- "LAST_GAME_HOME_TEAM_NAME",
- "LAST_GAME_HOME_TEAM_ABBREVIATION",
- "LAST_GAME_HOME_TEAM_POINTS",
- "LAST_GAME_VISITOR_TEAM_ID",
- "LAST_GAME_VISITOR_TEAM_CITY",
- "LAST_GAME_VISITOR_TEAM_NAME",
- "LAST_GAME_VISITOR_TEAM_CITY1",
- "LAST_GAME_VISITOR_TEAM_POINTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LineScore",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY_NAME",
- "TEAM_NICKNAME",
- "TEAM_WINS_LOSSES",
- "PTS_QTR1",
- "PTS_QTR2",
- "PTS_QTR3",
- "PTS_QTR4",
- "PTS_OT1",
- "PTS_OT2",
- "PTS_OT3",
- "PTS_OT4",
- "PTS_OT5",
- "PTS_OT6",
- "PTS_OT7",
- "PTS_OT8",
- "PTS_OT9",
- "PTS_OT10",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Officials",
- "headers": [
- "OFFICIAL_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "JERSEY_NUM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OtherStats",
- "headers": [
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PTS_PAINT",
- "PTS_2ND_CHANCE",
- "PTS_FB",
- "LARGEST_LEAD",
- "LEAD_CHANGES",
- "TIMES_TIED",
- "TEAM_TURNOVERS",
- "TOTAL_TURNOVERS",
- "TEAM_REBOUNDS",
- "PTS_OFF_TO"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonSeries",
- "headers": [
- "GAME_ID",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "GAME_DATE_EST",
- "HOME_TEAM_WINS",
- "HOME_TEAM_LOSSES",
- "SERIES_LEADER"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscoretraditionalv2",
- "resultSets": [
- {
- "name": "PlayerStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamStarterBenchStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "STARTERS_BENCH",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TO",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "E_TM_TOV_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscoreusagev2",
- "resultSets": [
- {
- "name": "sqlPlayersUsage",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "USG_PCT",
- "PCT_FGM",
- "PCT_FGA",
- "PCT_FG3M",
- "PCT_FG3A",
- "PCT_FTM",
- "PCT_FTA",
- "PCT_OREB",
- "PCT_DREB",
- "PCT_REB",
- "PCT_AST",
- "PCT_TOV",
- "PCT_STL",
- "PCT_BLK",
- "PCT_BLKA",
- "PCT_PF",
- "PCT_PFD",
- "PCT_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "sqlTeamsUsage",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "USG_PCT",
- "PCT_FGM",
- "PCT_FGA",
- "PCT_FG3M",
- "PCT_FG3A",
- "PCT_FTM",
- "PCT_FTA",
- "PCT_OREB",
- "PCT_DREB",
- "PCT_REB",
- "PCT_AST",
- "PCT_TOV",
- "PCT_STL",
- "PCT_BLK",
- "PCT_BLKA",
- "PCT_PF",
- "PCT_PFD",
- "PCT_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
IsOnlyCurrentSeason required | string (IsOnlyCurrentSeason) [to do] |
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
{- "parameters": {
- "IsOnlyCurrentSeason": "$request.query.IsOnlyCurrentSeason",
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season"
}, - "resource": "commonallplayers",
- "resultSets": [
- {
- "name": "CommonAllPlayers",
- "headers": [
- "PERSON_ID",
- "DISPLAY_LAST_COMMA_FIRST",
- "DISPLAY_FIRST_LAST",
- "ROSTERSTATUS",
- "FROM_YEAR",
- "TO_YEAR",
- "PLAYERCODE",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CODE",
- "GAMES_PLAYED_FLAG",
- "OTHERLEAGUE_EXPERIENCE_CH"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PlayerID required | string (PlayerID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PlayerID": "$request.query.PlayerID"
}, - "resource": "commonplayerinfo",
- "resultSets": [
- {
- "name": "AvailableSeasons",
- "headers": [
- "SEASON_ID"
], - "rowSet": [
- [
- "string"
]
]
}, - {
- "name": "CommonPlayerInfo",
- "headers": [
- "PERSON_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "DISPLAY_FIRST_LAST",
- "DISPLAY_LAST_COMMA_FIRST",
- "DISPLAY_FI_LAST",
- "PLAYER_SLUG",
- "BIRTHDATE",
- "SCHOOL",
- "COUNTRY",
- "LAST_AFFILIATION",
- "HEIGHT",
- "WEIGHT",
- "SEASON_EXP",
- "JERSEY",
- "POSITION",
- "ROSTERSTATUS",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CODE",
- "TEAM_CITY",
- "PLAYERCODE",
- "FROM_YEAR",
- "TO_YEAR",
- "DLEAGUE_FLAG",
- "NBA_FLAG",
- "GAMES_PLAYED_FLAG",
- "DRAFT_YEAR",
- "DRAFT_ROUND",
- "DRAFT_NUMBER"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- null,
- null,
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- null
]
]
}, - {
- "name": "PlayerHeadlineStats",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TimeFrame",
- "PTS",
- "AST",
- "REB",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeriesID | string (SeriesID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeriesID": "$request.query.SeriesID"
}, - "resource": "commonplayoffseries",
- "resultSets": [
- {
- "name": "PlayoffSeries",
- "headers": [
- "GAME_ID",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "SERIES_ID",
- "GAME_NUM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "TeamID": "$request.query.TeamID"
}, - "resource": "commonteamroster",
- "resultSets": [
- {
- "name": "Coaches",
- "headers": [
- "TEAM_ID",
- "SEASON",
- "COACH_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "COACH_NAME",
- "IS_ASSISTANT",
- "COACH_TYPE",
- "SORT_SEQUENCE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CommonTeamRoster",
- "headers": [
- "TeamID",
- "SEASON",
- "LeagueID",
- "PLAYER",
- "PLAYER_SLUG",
- "NUM",
- "POSITION",
- "HEIGHT",
- "WEIGHT",
- "BIRTH_DATE",
- "AGE",
- "EXP",
- "SCHOOL",
- "PLAYER_ID"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "commonteamyears",
- "resultSets": [
- {
- "name": "TeamYears",
- "headers": [
- "LEAGUE_ID",
- "TEAM_ID",
- "MIN_YEAR",
- "MAX_YEAR",
- "ABBREVIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameIDs required | string (GameIDs) [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "GameIDs": "$request.query.GameIDs",
- "LeagueID": "$request.query.LeagueID",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "cumestatsplayer",
- "resultSets": [
- {
- "name": "GameByGameStats",
- "headers": [
- "DATE_EST",
- "VISITOR_TEAM",
- "HOME_TEAM",
- "GP",
- "GS",
- "ACTUAL_MINUTES",
- "ACTUAL_SECONDS",
- "FG",
- "FGA",
- "FG_PCT",
- "FG3",
- "FG3A",
- "FG3_PCT",
- "FT",
- "FTA",
- "FT_PCT",
- "OFF_REB",
- "DEF_REB",
- "TOT_REB",
- "AVG_TOT_REB",
- "AST",
- "PF",
- "DQ",
- "STL",
- "TURNOVERS",
- "BLK",
- "PTS",
- "AVG_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TotalPlayerStats",
- "headers": [
- "DISPLAY_FI_LAST",
- "PERSON_ID",
- "JERSEY_NUM",
- "GP",
- "GS",
- "ACTUAL_MINUTES",
- "ACTUAL_SECONDS",
- "FG",
- "FGA",
- "FG_PCT",
- "FG3",
- "FG3A",
- "FG3_PCT",
- "FT",
- "FTA",
- "FT_PCT",
- "OFF_REB",
- "DEF_REB",
- "TOT_REB",
- "AST",
- "PF",
- "DQ",
- "STL",
- "TURNOVERS",
- "BLK",
- "PTS",
- "MAX_ACTUAL_MINUTES",
- "MAX_ACTUAL_SECONDS",
- "MAX_REB",
- "MAX_AST",
- "MAX_STL",
- "MAX_TURNOVERS",
- "MAX_BLK",
- "MAX_PTS",
- "AVG_ACTUAL_MINUTES",
- "AVG_ACTUAL_SECONDS",
- "AVG_TOT_REB",
- "AVG_AST",
- "AVG_STL",
- "AVG_TURNOVERS",
- "AVG_BLK",
- "AVG_PTS",
- "PER_MIN_TOT_REB",
- "PER_MIN_AST",
- "PER_MIN_STL",
- "PER_MIN_TURNOVERS",
- "PER_MIN_BLK",
- "PER_MIN_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsTeamID | string (VsTeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Outcome": "$request.query.Outcome",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsTeamID": "$request.query.VsTeamID"
}, - "resource": "cumestatsplayergames",
- "resultSets": [
- {
- "name": "CumeStatsPlayerGames",
- "headers": [
- "MATCHUP",
- "GAME_ID"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}
]
}
[to do]
GameIDs required | string (GameIDs) [to do] |
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "GameIDs": "$request.query.GameIDs",
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID"
}, - "resource": "cumestatsteam",
- "resultSets": [
- {
- "name": "GameByGameStats",
- "headers": [
- "DATE_EST",
- "VISITOR_TEAM",
- "HOME_TEAM",
- "GP",
- "GS",
- "ACTUAL_MINUTES",
- "ACTUAL_SECONDS",
- "FG",
- "FGA",
- "FG_PCT",
- "FG3",
- "FG3A",
- "FG3_PCT",
- "FT",
- "FTA",
- "FT_PCT",
- "OFF_REB",
- "DEF_REB",
- "TOT_REB",
- "AVG_TOT_REB",
- "AST",
- "PF",
- "DQ",
- "STL",
- "TURNOVERS",
- "BLK",
- "PTS",
- "AVG_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TotalTeamStats",
- "headers": [
- "CITY",
- "NICKNAME",
- "TEAM_ID",
- "W",
- "L",
- "W_HOME",
- "L_HOME",
- "W_ROAD",
- "L_ROAD",
- "TEAM_TURNOVERS",
- "TEAM_REBOUNDS",
- "GP",
- "GS",
- "ACTUAL_MINUTES",
- "ACTUAL_SECONDS",
- "FG",
- "FGA",
- "FG_PCT",
- "FG3",
- "FG3A",
- "FG3_PCT",
- "FT",
- "FTA",
- "FT_PCT",
- "OFF_REB",
- "DEF_REB",
- "TOT_REB",
- "AST",
- "PF",
- "STL",
- "TOTAL_TURNOVERS",
- "BLK",
- "PTS",
- "AVG_REB",
- "AVG_PTS",
- "DQ"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonID | string (SeasonID) [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsTeamID | string (VsTeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Outcome": "$request.query.Outcome",
- "Season": "$request.query.Season",
- "SeasonID": "$request.query.SeasonID",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsTeamID": "$request.query.VsTeamID"
}, - "resource": "cumestatsteamgames",
- "resultSets": [
- {
- "name": "CumeStatsTeamGames",
- "headers": [
- "MATCHUP",
- "GAME_ID"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}
]
}
[to do]
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
PlayerScope required | string (PlayerScope) Enum: "All Players" "Rookies" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "GameScope": "$request.query.GameScope",
- "LeagueID": "$request.query.LeagueID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "PlayerScope": "$request.query.PlayerScope",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "defensehub",
- "resultSets": [
- {
- "name": "DefenseHubStat1",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "DREB"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat10",
- "headers": [ ],
- "rowSet": [
- [ ]
]
}, - {
- "name": "DefenseHubStat2",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "STL"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat3",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "BLK"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat4",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "TM_DEF_RATING"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat5",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "OVERALL_PM"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat6",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "THREEP_DFGPCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat7",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "TWOP_DFGPCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat8",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "FIFETEENF_DFGPCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat9",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "DEF_RIM_PCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
LeagueID required | string (LeagueID) [to do] |
OverallPick | null or string (OverallPick) [to do] |
RoundNum | null or string (RoundNum) [to do] |
RoundPick | null or string (RoundPick) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
TeamID | string (TeamID) [to do] |
TopX required | string (TopX) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "LeagueID": "$request.query.LeagueID",
- "OverallPick": "$request.query.OverallPick",
- "RoundNum": "$request.query.RoundNum",
- "RoundPick": "$request.query.RoundPick",
- "Season": "$request.query.Season",
- "TeamID": "$request.query.TeamID",
- "TopX": "$request.query.TopX"
}, - "resource": "draftboard",
- "resultSets": [
- {
- "name": "DraftBoard",
- "headers": [
- "PERSON_ID",
- "PLAYER_NAME",
- "SEASON",
- "ROUND_NUMBER",
- "ROUND_PICK",
- "OVERALL_PICK",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "ORGANIZATION",
- "ORGANIZATION_TYPE",
- "HEIGHT",
- "WEIGHT",
- "POSITION",
- "JERSEY_NUMBER",
- "BIRTHDATE",
- "AGE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- null,
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "draftcombinedrillresults",
- "resultSets": [
- {
- "name": "Results",
- "headers": [
- "TEMP_PLAYER_ID",
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "PLAYER_NAME",
- "POSITION",
- "STANDING_VERTICAL_LEAP",
- "MAX_VERTICAL_LEAP",
- "LANE_AGILITY_TIME",
- "MODIFIED_LANE_AGILITY_TIME",
- "THREE_QUARTER_SPRINT",
- "BENCH_PRESS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "draftcombinenonstationaryshooting",
- "resultSets": [
- {
- "name": "Results",
- "headers": [
- "TEMP_PLAYER_ID",
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "PLAYER_NAME",
- "POSITION",
- "STANDING_VERTICAL_LEAP",
- "MAX_VERTICAL_LEAP",
- "LANE_AGILITY_TIME",
- "MODIFIED_LANE_AGILITY_TIME",
- "THREE_QUARTER_SPRINT",
- "BENCH_PRESS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "draftcombineplayeranthro",
- "resultSets": [
- {
- "name": "Results",
- "headers": [
- "TEMP_PLAYER_ID",
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "PLAYER_NAME",
- "POSITION",
- "STANDING_VERTICAL_LEAP",
- "MAX_VERTICAL_LEAP",
- "LANE_AGILITY_TIME",
- "MODIFIED_LANE_AGILITY_TIME",
- "THREE_QUARTER_SPRINT",
- "BENCH_PRESS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "draftcombinespotshooting",
- "resultSets": [
- {
- "name": "Results",
- "headers": [
- "TEMP_PLAYER_ID",
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "PLAYER_NAME",
- "POSITION",
- "STANDING_VERTICAL_LEAP",
- "MAX_VERTICAL_LEAP",
- "LANE_AGILITY_TIME",
- "MODIFIED_LANE_AGILITY_TIME",
- "THREE_QUARTER_SPRINT",
- "BENCH_PRESS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "draftcombinestats",
- "resultSets": [
- {
- "name": "DraftCombineStats",
- "headers": [
- "SEASON",
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "PLAYER_NAME",
- "POSITION",
- "HEIGHT_WO_SHOES",
- "HEIGHT_WO_SHOES_FT_IN",
- "HEIGHT_W_SHOES",
- "HEIGHT_W_SHOES_FT_IN",
- "WEIGHT",
- "WINGSPAN",
- "WINGSPAN_FT_IN",
- "STANDING_REACH",
- "STANDING_REACH_FT_IN",
- "BODY_FAT_PCT",
- "HAND_LENGTH",
- "HAND_WIDTH",
- "STANDING_VERTICAL_LEAP",
- "MAX_VERTICAL_LEAP",
- "LANE_AGILITY_TIME",
- "MODIFIED_LANE_AGILITY_TIME",
- "THREE_QUARTER_SPRINT",
- "BENCH_PRESS",
- "SPOT_FIFTEEN_CORNER_LEFT",
- "SPOT_FIFTEEN_BREAK_LEFT",
- "SPOT_FIFTEEN_TOP_KEY",
- "SPOT_FIFTEEN_BREAK_RIGHT",
- "SPOT_FIFTEEN_CORNER_RIGHT",
- "SPOT_COLLEGE_CORNER_LEFT",
- "SPOT_COLLEGE_BREAK_LEFT",
- "SPOT_COLLEGE_TOP_KEY",
- "SPOT_COLLEGE_BREAK_RIGHT",
- "SPOT_COLLEGE_CORNER_RIGHT",
- "SPOT_NBA_CORNER_LEFT",
- "SPOT_NBA_BREAK_LEFT",
- "SPOT_NBA_TOP_KEY",
- "SPOT_NBA_BREAK_RIGHT",
- "SPOT_NBA_CORNER_RIGHT",
- "OFF_DRIB_FIFTEEN_BREAK_LEFT",
- "OFF_DRIB_FIFTEEN_TOP_KEY",
- "OFF_DRIB_FIFTEEN_BREAK_RIGHT",
- "OFF_DRIB_COLLEGE_BREAK_LEFT",
- "OFF_DRIB_COLLEGE_TOP_KEY",
- "OFF_DRIB_COLLEGE_BREAK_RIGHT",
- "ON_MOVE_FIFTEEN",
- "ON_MOVE_COLLEGE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
LeagueID required | string (LeagueID) [to do] |
OverallPick | null or string (OverallPick) [to do] |
RoundNum | null or string (RoundNum) [to do] |
RoundPick | null or string (RoundPick) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
TeamID | string (TeamID) [to do] |
TopX required | string (TopX) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "LeagueID": "$request.query.LeagueID",
- "OverallPick": "$request.query.OverallPick",
- "RoundNum": "$request.query.RoundNum",
- "RoundPick": "$request.query.RoundPick",
- "Season": "$request.query.Season",
- "TeamID": "$request.query.TeamID",
- "TopX": "$request.query.TopX"
}, - "resource": "drafthistory",
- "resultSets": [
- {
- "name": "DraftHistory",
- "headers": [
- "PERSON_ID",
- "PLAYER_NAME",
- "SEASON",
- "ROUND_NUMBER",
- "ROUND_PICK",
- "OVERALL_PICK",
- "DRAFT_TYPE",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "ORGANIZATION",
- "ORGANIZATION_TYPE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
ActivePlayers required | string (ActivePlayers) Enum: "Y" "N" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
PORound | null or string (PORound) [to do] |
PlayerID required | string (PlayerID) [to do] |
Position | null or string (Position) Enum: null "Guard" "Forward" "Center" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
TodaysOpponent required | string (TodaysOpponent) [to do] |
TodaysPlayers required | string (TodaysPlayers) Enum: "Y" "N" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "ActivePlayers": "$request.query.ActivePlayers",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "PORound": "$request.query.PORound",
- "PlayerID": "$request.query.PlayerID",
- "Position": "$request.query.Position",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "TodaysOpponent": "$request.query.TodaysOpponent",
- "TodaysPlayers": "$request.query.TodaysPlayers",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "fantasywidget",
- "resultSets": [
- {
- "name": "FantasyWidgetResult",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "PLAYER_POSITION",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "GP",
- "MIN",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS",
- "PTS",
- "REB",
- "AST",
- "BLK",
- "STL",
- "TOV",
- "FG3M",
- "FGA",
- "FG_PCT",
- "FTA",
- "FT_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "franchisehistory",
- "resultSets": [
- {
- "name": "DefunctTeams",
- "headers": [
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "START_YEAR",
- "END_YEAR",
- "YEARS",
- "GAMES",
- "WINS",
- "LOSSES",
- "WIN_PCT",
- "PO_APPEARANCES",
- "DIV_TITLES",
- "CONF_TITLES",
- "LEAGUE_TITLES"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FranchiseHistory",
- "headers": [
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "START_YEAR",
- "END_YEAR",
- "YEARS",
- "GAMES",
- "WINS",
- "LOSSES",
- "WIN_PCT",
- "PO_APPEARANCES",
- "DIV_TITLES",
- "CONF_TITLES",
- "LEAGUE_TITLES"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "TeamID": "$request.query.TeamID"
}, - "resource": "franchiseleaders",
- "resultSets": [
- {
- "name": "FranchiseLeaders",
- "headers": [
- "TEAM_ID",
- "PTS",
- "PTS_PERSON_ID",
- "PTS_PLAYER",
- "AST",
- "AST_PERSON_ID",
- "AST_PLAYER",
- "REB",
- "REB_PERSON_ID",
- "REB_PLAYER",
- "BLK",
- "BLK_PERSON_ID",
- "BLK_PLAYER",
- "STL",
- "STL_PERSON_ID",
- "STL_PLAYER"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID"
}, - "resource": "franchiseplayers",
- "resultSets": [
- {
- "name": "FranchisePlayers",
- "headers": [
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM",
- "PERSON_ID",
- "PLAYER",
- "SEASON_TYPE",
- "ACTIVE_WITH_TEAM",
- "GP",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "PF",
- "STL",
- "TOV",
- "BLK",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Person1Id required | string (Person1Id) [to do] |
Person1LeagueId required | string (Person1LeagueId) [to do] |
Person1Season required | string (Person1Season) [to do] |
Person1SeasonType required | string (Person1SeasonType) [to do] |
Person2Id required | string (Person2Id) [to do] |
Person2LeagueId required | string (Person2LeagueId) [to do] |
Person2Season required | string (Person2Season) [to do] |
Person2SeasonType required | string (Person2SeasonType) [to do] |
{- "parameters": {
- "Person1Id": "$request.query.Person1Id",
- "Person1LeagueId": "$request.query.Person1LeagueId",
- "Person1Season": "$request.query.Person1Season",
- "Person1SeasonType": "$request.query.Person1SeasonType",
- "Person2Id": "$request.query.Person2Id",
- "Person2LeagueId": "$request.query.Person2LeagueId",
- "Person2Season": "$request.query.Person2Season",
- "Person2SeasonType": "$request.query.Person2SeasonType"
}, - "resource": "glalumboxscoresimilarityscore",
- "resultSets": [
- {
- "name": "GLeagueAlumBoxScoreSimilarityScores",
- "headers": [
- "PERSON_2_ID",
- "PERSON_2",
- "TEAM_ID",
- "SIMILARITY_SCORE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameID required | string (GameID) [to do] |
LeagueID required | string (LeagueID) [to do] |
{- "parameters": {
- "GameID": "$request.query.GameID",
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "gamerotation",
- "resultSets": [
- {
- "name": "AwayTeam",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "PERSON_ID",
- "PLAYER_FIRST",
- "PLAYER_LAST",
- "IN_TIME_REAL",
- "OUT_TIME_REAL",
- "PLAYER_PTS",
- "PT_DIFF",
- "USG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomeTeam",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "PERSON_ID",
- "PLAYER_FIRST",
- "PLAYER_LAST",
- "IN_TIME_REAL",
- "OUT_TIME_REAL",
- "PLAYER_PTS",
- "PT_DIFF",
- "USG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
PlayerScope required | string (PlayerScope) Enum: "All Players" "Rookies" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
StatCategory required | string (StatCategory) Enum: "Points" "Rebounds" "Assists" "Defense" "Clutch" "Playmaking" "Efficiency" "Fast Break" "Scoring Breakdown" [to do] |
{- "parameters": {
- "GameScope": "$request.query.GameScope",
- "LeagueID": "$request.query.LeagueID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "PlayerScope": "$request.query.PlayerScope",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "StatCategory": "$request.query.StatCategory"
}, - "resource": "homepageleaders",
- "resultSets": [
- {
- "name": "HomePageLeaders",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "PTS",
- "FG_PCT",
- "FG3_PCT",
- "FT_PCT",
- "EFG_PCT",
- "TS_PCT",
- "PTS_PER48"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LeagueAverage",
- "headers": [
- "PTS",
- "FG_PCT",
- "FG3_PCT",
- "FT_PCT",
- "EFG_PCT",
- "TS_PCT",
- "PTS_PER48"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LeagueMax",
- "headers": [
- "PTS",
- "FG_PCT",
- "FG3_PCT",
- "FT_PCT",
- "EFG_PCT",
- "TS_PCT",
- "PTS_PER48"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
PlayerScope required | string (PlayerScope) Enum: "All Players" "Rookies" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
StatType required | string (StatType) Enum: "Traditional" "Advanced" "Tracking" [to do] |
{- "parameters": {
- "GameScope": "$request.query.GameScope",
- "LeagueID": "$request.query.LeagueID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "PlayerScope": "$request.query.PlayerScope",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "StatType": "$request.query.StatType"
}, - "resource": "homepagev2",
- "resultSets": [
- {
- "name": "HomePageStat1",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "PTS"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat2",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "REB"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat3",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "AST"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat4",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "STL"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat5",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "FG_PCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat6",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "FT_PCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat7",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "FG3_PCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat8",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "BLK"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "GameID": "$request.query.GameID"
}, - "resource": "hustlestatsboxscore",
- "resultSets": [
- {
- "name": "HustleStatsAvailable",
- "headers": [
- "GAME_ID",
- "HUSTLE_STATUS"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "PlayerStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "E_TM_TOV_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "GameID": "$request.query.GameID"
}, - "resource": "infographicfanduelplayer",
- "resultSets": [
- {
- "name": "FanDuelPlayer",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "JERSEY_NUM",
- "PLAYER_POSITION",
- "LOCATION",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS",
- "USG_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
Section required | string (Section) Enum: "group" "widcard" [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "Section": "$request.query.Section"
}, - "resource": "iststangings",
- "resultSets": [
- {
- "name": "Standings",
- "headers": [
- "leagueId",
- "seasonYear",
- "teamId",
- "teamCity",
- "teamName",
- "teamAbbreviation",
- "teamSlug",
- "conference",
- "istGroup",
- "clinchIndicator",
- "clinchedIstKnockout",
- "clinchedIstGroup",
- "clinchedIstWildcard",
- "istWildcardRank",
- "istGroupRank",
- "istKnockoutRank",
- "wins",
- "losses",
- "pct",
- "istGroupGb",
- "istWildcardGb",
- "diff",
- "pts",
- "oppPts",
- "gameId1",
- "opponentTeamAbbreviation1",
- "location1",
- "gameStatus1",
- "gameStatusText1",
- "outcome1",
- "gameId2",
- "opponentTeamAbbreviation2",
- "location2",
- "gameStatus2",
- "gameStatusText2",
- "outcome2",
- "gameId3",
- "opponentTeamAbbreviation3",
- "location3",
- "gameStatus3",
- "gameStatusText3",
- "outcome3",
- "gameId4",
- "opponentTeamAbbreviation4",
- "location4",
- "gameStatus4",
- "gameStatusText4",
- "outcome4"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
PlayerScope required | string (PlayerScope) Enum: "All Players" "Rookies" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
Stat required | string (Stat) Enum: "PTS" "REB" "AST" "FGPCT" "FTPCT" "FG3PCT" "STL" "BLK" [to do] |
{- "parameters": {
- "GameScope": "$request.query.GameScope",
- "LeagueID": "$request.query.LeagueID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "PlayerScope": "$request.query.PlayerScope",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "Stat": "$request.query.Stat"
}, - "resource": "leaderstiles",
- "resultSets": [
- {
- "name": "AllTimeSeasonHigh",
- "headers": [
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "SEASON_YEAR",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LastSeasonHigh",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "PTS"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LeadersTiles",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "PTS"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LowSeasonHigh",
- "headers": [
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "SEASON_YEAR",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GroupQuantity required | string (GroupQuantity) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameSegment": "$request.query.GameSegment",
- "GroupQuantity": "$request.query.GroupQuantity",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashlineups",
- "resultSets": [
- {
- "name": "Lineups",
- "headers": [
- "GROUP_SET",
- "GROUP_ID",
- "GROUP_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
CloseDefDistRange | null or string (CloseDefDistRange) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DribbleRange | null or string (DribbleRange) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GeneralRange | null or string (GeneralRange) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
ShotDistRange | null or string (ShotDistRange) [to do] |
TeamID | string (TeamID) [to do] |
TouchTimeRange | null or string (TouchTimeRange) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "CloseDefDistRange": "$request.query.CloseDefDistRange",
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DribbleRange": "$request.query.DribbleRange",
- "GameSegment": "$request.query.GameSegment",
- "GeneralRange": "$request.query.GeneralRange",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "ShotDistRange": "$request.query.ShotDistRange",
- "TeamID": "$request.query.TeamID",
- "TouchTimeRange": "$request.query.TouchTimeRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashoppptshot",
- "resultSets": [
- {
- "name": "LeagueDashPTShots",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "GP",
- "G",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameScope": "$request.query.GameScope",
- "GameSegment": "$request.query.GameSegment",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashplayerbiostats",
- "resultSets": [
- {
- "name": "LeagueDashPlayerBioStats",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "AGE",
- "PLAYER_HEIGHT",
- "PLAYER_HEIGHT_INCHES",
- "PLAYER_WEIGHT",
- "COLLEGE",
- "COUNTRY",
- "DRAFT_YEAR",
- "DRAFT_ROUND",
- "DRAFT_NUMBER",
- "GP",
- "PTS",
- "REB",
- "AST",
- "NET_RATING",
- "OREB_PCT",
- "DREB_PCT",
- "USG_PCT",
- "TS_PCT",
- "AST_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- null,
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
AheadBehind required | string (AheadBehind) Enum: "Ahead or Behind" "Behind or Tied" "Ahead or Tied" [to do] |
ClutchTime required | string (ClutchTime) Enum: "Last 5 Minutes" "Last 4 Minutes" "Last 3 Minutes" "Last 2 Minutes" "Last 1 Minute" "Last 30 Seconds" "Last 10 Seconds" [to do] |
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
PointDiff required | string (PointDiff) [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "AheadBehind": "$request.query.AheadBehind",
- "ClutchTime": "$request.query.ClutchTime",
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameScope": "$request.query.GameScope",
- "GameSegment": "$request.query.GameSegment",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PlusMinus": "$request.query.PlusMinus",
- "PointDiff": "$request.query.PointDiff",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashplayerclutch",
- "resultSets": [
- {
- "name": "LeagueDashPlayerClutch",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "AGE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
CloseDefDistRange | null or string (CloseDefDistRange) [to do] |
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
DribbleRange | null or string (DribbleRange) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GeneralRange | null or string (GeneralRange) [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
ShotDistRange | null or string (ShotDistRange) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
TouchTimeRange | null or string (TouchTimeRange) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "CloseDefDistRange": "$request.query.CloseDefDistRange",
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "DribbleRange": "$request.query.DribbleRange",
- "GameSegment": "$request.query.GameSegment",
- "GeneralRange": "$request.query.GeneralRange",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "ShotDistRange": "$request.query.ShotDistRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "TouchTimeRange": "$request.query.TouchTimeRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashplayerptshot",
- "resultSets": [
- {
- "name": "LeagueDashPTShots",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "GP",
- "G",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
TwoWay | null or string (TwoWay) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameScope": "$request.query.GameScope",
- "GameSegment": "$request.query.GameSegment",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "TwoWay": "$request.query.TwoWay",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashplayerstats",
- "resultSets": [
- {
- "name": "LeagueDashPlayerStats",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "AGE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
DefenseCategory required | string (DefenseCategory) Enum: "Overall" "3 Pointers" "2 Pointers" "Less Than 6Ft" "Less Than 10Ft" "Greater Than 15Ft" [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerID required | string (PlayerID) [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "DefenseCategory": "$request.query.DefenseCategory",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameSegment": "$request.query.GameSegment",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerID": "$request.query.PlayerID",
- "PlayerPosition": "$request.query.PlayerPosition",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashptdefend",
- "resultSets": [
- {
- "name": "LeagueDashPTDefend",
- "headers": [
- "CLOSE_DEF_PERSON_ID",
- "PLAYER_NAME",
- "PLAYER_LAST_TEAM_ID",
- "PLAYER_LAST_TEAM_ABBREVIATION",
- "PLAYER_POSITION",
- "AGE",
- "GP",
- "G",
- "FREQ",
- "D_FGM",
- "D_FGA",
- "D_FG_PCT",
- "NORMAL_FG_PCT",
- "PCT_PLUSMINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PtMeasureType required | string (PtMeasureType) Enum: "SpeedDistance" "Rebounding" "Possessions" "CatchShoot" "PullUpShot" "Defense" "Drives" "Passing" "ElbowTouch" "PostTouch" "PaintTouch" "Efficiency" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameScope": "$request.query.GameScope",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PtMeasureType": "$request.query.PtMeasureType",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashptstats",
- "resultSets": [
- {
- "name": "LeagueDashPtStats",
- "headers": [
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GP",
- "W",
- "L",
- "MIN",
- "DIST_FEET",
- "DIST_MILES",
- "DIST_MILES_OFF",
- "DIST_MILES_DEF",
- "AVG_SPEED",
- "AVG_SPEED_OFF",
- "AVG_SPEED_DEF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
DefenseCategory required | string (DefenseCategory) Enum: "Overall" "3 Pointers" "2 Pointers" "Less Than 6Ft" "Less Than 10Ft" "Greater Than 15Ft" [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "DefenseCategory": "$request.query.DefenseCategory",
- "Division": "$request.query.Division",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashptteamdefend",
- "resultSets": [
- {
- "name": "LeagueDashPtTeamDefend",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "GP",
- "G",
- "FREQ",
- "D_FGM",
- "D_FGA",
- "D_FG_PCT",
- "NORMAL_FG_PCT",
- "PCT_PLUSMINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
AheadBehind required | string (AheadBehind) Enum: "Ahead or Behind" "Behind or Tied" "Ahead or Tied" [to do] |
ClutchTime required | string (ClutchTime) Enum: "Last 5 Minutes" "Last 4 Minutes" "Last 3 Minutes" "Last 2 Minutes" "Last 1 Minute" "Last 30 Seconds" "Last 10 Seconds" [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
PointDiff required | string (PointDiff) [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "AheadBehind": "$request.query.AheadBehind",
- "ClutchTime": "$request.query.ClutchTime",
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameScope": "$request.query.GameScope",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PlusMinus": "$request.query.PlusMinus",
- "PointDiff": "$request.query.PointDiff",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashteamclutch",
- "resultSets": [
- {
- "name": "LeagueDashTeamClutch",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
CloseDefDistRange | null or string (CloseDefDistRange) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DribbleRange | null or string (DribbleRange) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GeneralRange | null or string (GeneralRange) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
ShotDistRange | null or string (ShotDistRange) [to do] |
TeamID | string (TeamID) [to do] |
TouchTimeRange | null or string (TouchTimeRange) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "CloseDefDistRange": "$request.query.CloseDefDistRange",
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DribbleRange": "$request.query.DribbleRange",
- "GameSegment": "$request.query.GameSegment",
- "GeneralRange": "$request.query.GeneralRange",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "ShotDistRange": "$request.query.ShotDistRange",
- "TeamID": "$request.query.TeamID",
- "TouchTimeRange": "$request.query.TouchTimeRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashteamptshot",
- "resultSets": [
- {
- "name": "LeagueDashPTShots",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "GP",
- "G",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
TwoWay | null or string (TwoWay) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameScope": "$request.query.GameScope",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "TwoWay": "$request.query.TwoWay",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashteamstats",
- "resultSets": [
- {
- "name": "LeagueDashTeamStats",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftNumber | null or string (DraftNumber) [to do] |
DraftRound | null or string (DraftRound) [to do] |
DraftTeamID | null or string (DraftTeamID) [to do] |
DraftYear | null or string (DraftYear) [to do] |
EqAST | null or string (EqAST) [to do] |
EqBLK | null or string (EqBLK) [to do] |
EqDD | null or string (EqDD) [to do] |
EqDREB | null or string (EqDREB) [to do] |
EqFG3A | null or string (EqFG3A) [to do] |
EqFG3M | null or string (EqFG3M) [to do] |
EqFG3_PCT | null or string (EqFG3_PCT) [to do] |
EqFGA | null or string (EqFGA) [to do] |
EqFGM | null or string (EqFGM) [to do] |
EqFG_PCT | null or string (EqFG_PCT) [to do] |
EqFTA | null or string (EqFTA) [to do] |
EqFTM | null or string (EqFTM) [to do] |
EqFT_PCT | null or string (EqFT_PCT) [to do] |
EqMINUTES | null or string (EqMINUTES) [to do] |
EqOREB | null or string (EqOREB) [to do] |
EqPF | null or string (EqPF) [to do] |
EqPTS | null or string (EqPTS) [to do] |
EqREB | null or string (EqREB) [to do] |
EqSTL | null or string (EqSTL) [to do] |
EqTD | null or string (EqTD) [to do] |
EqTOV | null or string (EqTOV) [to do] |
GameID required | string (GameID) [to do] |
GtAST | null or string (GtAST) [to do] |
GtBLK | null or string (GtBLK) [to do] |
GtDD | null or string (GtDD) [to do] |
GtDREB | null or string (GtDREB) [to do] |
GtFG3A | null or string (GtFG3A) [to do] |
GtFG3M | null or string (GtFG3M) [to do] |
GtFG3_PCT | null or string (GtFG3_PCT) [to do] |
GtFGA | null or string (GtFGA) [to do] |
GtFGM | null or string (GtFGM) [to do] |
GtFG_PCT | null or string (GtFG_PCT) [to do] |
GtFTA | null or string (GtFTA) [to do] |
GtFTM | null or string (GtFTM) [to do] |
GtFT_PCT | null or string (GtFT_PCT) [to do] |
GtMINUTES | null or string (GtMINUTES) [to do] |
GtOREB | null or string (GtOREB) [to do] |
GtPF | null or string (GtPF) [to do] |
GtPTS | null or string (GtPTS) [to do] |
GtREB | null or string (GtREB) [to do] |
GtSTL | null or string (GtSTL) [to do] |
GtTD | null or string (GtTD) [to do] |
GtTOV | null or string (GtTOV) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
LtAST | null or string (LtAST) [to do] |
LtBLK | null or string (LtBLK) [to do] |
LtDD | null or string (LtDD) [to do] |
LtDREB | null or string (LtDREB) [to do] |
LtFG3A | null or string (LtFG3A) [to do] |
LtFG3M | null or string (LtFG3M) [to do] |
LtFG3_PCT | null or string (LtFG3_PCT) [to do] |
LtFGA | null or string (LtFGA) [to do] |
LtFGM | null or string (LtFGM) [to do] |
LtFG_PCT | null or string (LtFG_PCT) [to do] |
LtFTA | null or string (LtFTA) [to do] |
LtFTM | null or string (LtFTM) [to do] |
LtFT_PCT | null or string (LtFT_PCT) [to do] |
LtMINUTES | null or string (LtMINUTES) [to do] |
LtOREB | null or string (LtOREB) [to do] |
LtPF | null or string (LtPF) [to do] |
LtPTS | null or string (LtPTS) [to do] |
LtREB | null or string (LtREB) [to do] |
LtSTL | null or string (LtSTL) [to do] |
LtTD | null or string (LtTD) [to do] |
LtTOV | null or string (LtTOV) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
RookieYear | null or string (RookieYear) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsTeamID | string (VsTeamID) [to do] |
YearsExperience | null or string (YearsExperience) [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftNumber": "$request.query.DraftNumber",
- "DraftRound": "$request.query.DraftRound",
- "DraftTeamID": "$request.query.DraftTeamID",
- "DraftYear": "$request.query.DraftYear",
- "EqAST": "$request.query.EqAST",
- "EqBLK": "$request.query.EqBLK",
- "EqDD": "$request.query.EqDD",
- "EqDREB": "$request.query.EqDREB",
- "EqFG3A": "$request.query.EqFG3A",
- "EqFG3M": "$request.query.EqFG3M",
- "EqFG3_PCT": "$request.query.EqFG3_PCT",
- "EqFGA": "$request.query.EqFGA",
- "EqFGM": "$request.query.EqFGM",
- "EqFG_PCT": "$request.query.EqFG_PCT",
- "EqFTA": "$request.query.EqFTA",
- "EqFTM": "$request.query.EqFTM",
- "EqFT_PCT": "$request.query.EqFT_PCT",
- "EqMINUTES": "$request.query.EqMINUTES",
- "EqOREB": "$request.query.EqOREB",
- "EqPF": "$request.query.EqPF",
- "EqPTS": "$request.query.EqPTS",
- "EqREB": "$request.query.EqREB",
- "EqSTL": "$request.query.EqSTL",
- "EqTD": "$request.query.EqTD",
- "EqTOV": "$request.query.EqTOV",
- "GameID": "$request.query.GameID",
- "GtAST": "$request.query.GtAST",
- "GtBLK": "$request.query.GtBLK",
- "GtDD": "$request.query.GtDD",
- "GtDREB": "$request.query.GtDREB",
- "GtFG3A": "$request.query.GtFG3A",
- "GtFG3M": "$request.query.GtFG3M",
- "GtFG3_PCT": "$request.query.GtFG3_PCT",
- "GtFGA": "$request.query.GtFGA",
- "GtFGM": "$request.query.GtFGM",
- "GtFG_PCT": "$request.query.GtFG_PCT",
- "GtFTA": "$request.query.GtFTA",
- "GtFTM": "$request.query.GtFTM",
- "GtFT_PCT": "$request.query.GtFT_PCT",
- "GtMINUTES": "$request.query.GtMINUTES",
- "GtOREB": "$request.query.GtOREB",
- "GtPF": "$request.query.GtPF",
- "GtPTS": "$request.query.GtPTS",
- "GtREB": "$request.query.GtREB",
- "GtSTL": "$request.query.GtSTL",
- "GtTD": "$request.query.GtTD",
- "GtTOV": "$request.query.GtTOV",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "LtAST": "$request.query.LtAST",
- "LtBLK": "$request.query.LtBLK",
- "LtDD": "$request.query.LtDD",
- "LtDREB": "$request.query.LtDREB",
- "LtFG3A": "$request.query.LtFG3A",
- "LtFG3M": "$request.query.LtFG3M",
- "LtFG3_PCT": "$request.query.LtFG3_PCT",
- "LtFGA": "$request.query.LtFGA",
- "LtFGM": "$request.query.LtFGM",
- "LtFG_PCT": "$request.query.LtFG_PCT",
- "LtFTA": "$request.query.LtFTA",
- "LtFTM": "$request.query.LtFTM",
- "LtFT_PCT": "$request.query.LtFT_PCT",
- "LtMINUTES": "$request.query.LtMINUTES",
- "LtOREB": "$request.query.LtOREB",
- "LtPF": "$request.query.LtPF",
- "LtPTS": "$request.query.LtPTS",
- "LtREB": "$request.query.LtREB",
- "LtSTL": "$request.query.LtSTL",
- "LtTD": "$request.query.LtTD",
- "LtTOV": "$request.query.LtTOV",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PlayerID": "$request.query.PlayerID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "RookieYear": "$request.query.RookieYear",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsTeamID": "$request.query.VsTeamID",
- "YearsExperience": "$request.query.YearsExperience"
}, - "resource": "leaguegamefinder",
- "resultSets": [
- {
- "name": "LeagueGameFinderResults",
- "headers": [
- "SEASON_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GAME_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "MIN",
- "PTS",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}
]
}
[to do]
Counter required | string (Counter) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Direction required | string (Direction) Enum: "ASC" "DESC" [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
Sorter required | string (Sorter) Enum: "FGM" "FGA" "FGPCT" "FG3M" "FG3A" "FG3PCT" "FTM" "FTA" "FTPCT" "OREB" "DREB" "AST" "STL" "BLK" "TOV" "REB" "PTS" "DATE" [to do] |
{- "parameters": {
- "Counter": "$request.query.Counter",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Direction": "$request.query.Direction",
- "LeagueID": "$request.query.LeagueID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "Sorter": "$request.query.Sorter"
}, - "resource": "leaguegamelog",
- "resultSets": [
- {
- "name": "LeagueGameLog",
- "headers": [
- "SEASON_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GAME_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS",
- "PLUS_MINUS",
- "VIDEO_AVAILABLE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
Height | null or string (Height) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "Height": "$request.query.Height",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguehustlestatsplayer",
- "resultSets": [
- {
- "name": "HustleStatsPlayer",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "AGE",
- "G",
- "MIN",
- "CONTESTED_SHOTS",
- "CONTESTED_SHOTS_2PT",
- "CONTESTED_SHOTS_3PT",
- "DEFLECTIONS",
- "CHARGES_DRAWN",
- "SCREEN_ASSISTS",
- "SCREEN_AST_PTS",
- "OFF_LOOSE_BALLS_RECOVERED",
- "DEF_LOOSE_BALLS_RECOVERED",
- "LOOSE_BALLS_RECOVERED",
- "PCT_LOOSE_BALLS_RECOVERED_OFF",
- "PCT_LOOSE_BALLS_RECOVERED_DEF",
- "OFF_BOXOUTS",
- "DEF_BOXOUTS",
- "BOX_OUT_PLAYER_TEAM_REBS",
- "BOX_OUT_PLAYER_REBS",
- "BOX_OUTS",
- "PCT_BOX_OUTS_OFF",
- "PCT_BOX_OUTS_DEF",
- "PCT_BOX_OUTS_TEAM_REB",
- "PCT_BOX_OUTS_REB"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
Height | null or string (Height) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "Height": "$request.query.Height",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguehustlestatsteam",
- "resultSets": [
- {
- "name": "HustleStatsTeam",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "MIN",
- "CONTESTED_SHOTS",
- "CONTESTED_SHOTS_2PT",
- "CONTESTED_SHOTS_3PT",
- "DEFLECTIONS",
- "CHARGES_DRAWN",
- "SCREEN_ASSISTS",
- "SCREEN_AST_PTS",
- "OFF_LOOSE_BALLS_RECOVERED",
- "DEF_LOOSE_BALLS_RECOVERED",
- "LOOSE_BALLS_RECOVERED",
- "PCT_LOOSE_BALLS_RECOVERED_OFF",
- "PCT_LOOSE_BALLS_RECOVERED_DEF",
- "OFF_BOXOUTS",
- "DEF_BOXOUTS",
- "BOX_OUTS",
- "PCT_BOX_OUTS_OFF",
- "PCT_BOX_OUTS_DEF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
ActiveFlag | null or string (ActiveFlag) [to do] |
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
Scope required | string (Scope) Enum: "RS" "S" "Rookies" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
StatCategory required | string (StatCategory) Enum: "Points" "Rebounds" "Assists" "Defense" "Clutch" "Playmaking" "Efficiency" "Fast Break" "Scoring Breakdown" [to do] |
{- "parameters": {
- "ActiveFlag": "$request.query.ActiveFlag",
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "Scope": "$request.query.Scope",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "StatCategory": "$request.query.StatCategory"
}, - "resource": "leagueleaders",
- "resultSets": [
- {
- "name": "LeagueLeaders",
- "headers": [
- "PLAYER_ID",
- "RANK",
- "PLAYER",
- "TEAM",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS",
- "EFF",
- "AST_TOV",
- "STL_TOV"
], - "rowSet": [
- [
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GroupQuantity required | string (GroupQuantity) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
MinutesMin required | string (MinutesMin) [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameSegment": "$request.query.GameSegment",
- "GroupQuantity": "$request.query.GroupQuantity",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "MinutesMin": "$request.query.MinutesMin",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguelineupviz",
- "resultSets": [
- {
- "name": "LeagueLineupViz",
- "headers": [
- "GROUP_ID",
- "GROUP_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "MIN",
- "OFF_RATING",
- "DEF_RATING",
- "NET_RATING",
- "PACE",
- "TS_PCT",
- "FTA_RATE",
- "TM_AST_PCT",
- "PCT_FGA_2PT",
- "PCT_FGA_3PT",
- "PCT_PTS_2PT_MR",
- "PCT_PTS_FB",
- "PCT_PTS_FT",
- "PCT_PTS_PAINT",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "OPP_FG3_PCT",
- "OPP_EFG_PCT",
- "OPP_FTA_RATE",
- "OPP_TOV_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leagueplayerondetails",
- "resultSets": [
- {
- "name": "PlayersOnCourtLeaguePlayerDetails",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DefPlayerID | string (DefPlayerID) [to do] |
DefTeamID | null or string (DefTeamID) [to do] |
LeagueID required | string (LeagueID) [to do] |
OffPlayerID | string (OffPlayerID) [to do] |
OffTeamID | null or string (OffTeamID) [to do] |
PerMode required | string (PerMode) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "DefPlayerID": "$request.query.DefPlayerID",
- "DefTeamID": "$request.query.DefTeamID",
- "LeagueID": "$request.query.LeagueID",
- "OffPlayerID": "$request.query.OffPlayerID",
- "OffTeamID": "$request.query.OffTeamID",
- "PerMode": "$request.query.PerMode",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "leagueseasonmatchups",
- "resultSets": [
- {
- "name": "SeasonMatchups",
- "headers": [
- "SEASON_ID",
- "OFF_PLAYER_ID",
- "OFF_PLAYER_NAME",
- "DEF_PLAYER_ID",
- "DEF_PLAYER_NAME",
- "GP",
- "MATCHUP_MIN",
- "PARTIAL_POSS",
- "PLAYER_PTS",
- "TEAM_PTS",
- "MATCHUP_AST",
- "MATCHUP_TOV",
- "MATCHUP_BLK",
- "MATCHUP_FGM",
- "MATCHUP_FGA",
- "MATCHUP_FG_PCT",
- "MATCHUP_FG3M",
- "MATCHUP_FG3A",
- "MATCHUP_FG3_PCT",
- "HELP_BLK",
- "HELP_FGM",
- "HELP_FGA",
- "HELP_FG_PERC",
- "MATCHUP_FTM",
- "MATCHUP_FTA",
- "SFL"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "leaguestandings",
- "resultSets": [
- {
- "name": "Standings",
- "headers": [
- "leagueId",
- "seasonYear",
- "teamId",
- "teamCity",
- "teamName",
- "teamAbbreviation",
- "teamSlug",
- "conference",
- "istGroup",
- "clinchIndicator",
- "clinchedIstKnockout",
- "clinchedIstGroup",
- "clinchedIstWildcard",
- "istWildcardRank",
- "istGroupRank",
- "istKnockoutRank",
- "wins",
- "losses",
- "pct",
- "istGroupGb",
- "istWildcardGb",
- "diff",
- "pts",
- "oppPts",
- "gameId1",
- "opponentTeamAbbreviation1",
- "location1",
- "gameStatus1",
- "gameStatusText1",
- "outcome1",
- "gameId2",
- "opponentTeamAbbreviation2",
- "location2",
- "gameStatus2",
- "gameStatusText2",
- "outcome2",
- "gameId3",
- "opponentTeamAbbreviation3",
- "location3",
- "gameStatus3",
- "gameStatusText3",
- "outcome3",
- "gameId4",
- "opponentTeamAbbreviation4",
- "location4",
- "gameStatus4",
- "gameStatusText4",
- "outcome4"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "leaguestandingsv3",
- "resultSets": [
- {
- "name": "Standings",
- "headers": [
- "leagueId",
- "seasonYear",
- "teamId",
- "teamCity",
- "teamName",
- "teamAbbreviation",
- "teamSlug",
- "conference",
- "istGroup",
- "clinchIndicator",
- "clinchedIstKnockout",
- "clinchedIstGroup",
- "clinchedIstWildcard",
- "istWildcardRank",
- "istGroupRank",
- "istKnockoutRank",
- "wins",
- "losses",
- "pct",
- "istGroupGb",
- "istWildcardGb",
- "diff",
- "pts",
- "oppPts",
- "gameId1",
- "opponentTeamAbbreviation1",
- "location1",
- "gameStatus1",
- "gameStatusText1",
- "outcome1",
- "gameId2",
- "opponentTeamAbbreviation2",
- "location2",
- "gameStatus2",
- "gameStatusText2",
- "outcome2",
- "gameId3",
- "opponentTeamAbbreviation3",
- "location3",
- "gameStatus3",
- "gameStatusText3",
- "outcome3",
- "gameId4",
- "opponentTeamAbbreviation4",
- "location4",
- "gameStatus4",
- "gameStatusText4",
- "outcome4"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DefPlayerID | string (DefPlayerID) [to do] |
DefTeamID | null or string (DefTeamID) [to do] |
LeagueID required | string (LeagueID) [to do] |
OffPlayerID | string (OffPlayerID) [to do] |
OffTeamID | null or string (OffTeamID) [to do] |
PerMode required | string (PerMode) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "DefPlayerID": "$request.query.DefPlayerID",
- "DefTeamID": "$request.query.DefTeamID",
- "LeagueID": "$request.query.LeagueID",
- "OffPlayerID": "$request.query.OffPlayerID",
- "OffTeamID": "$request.query.OffTeamID",
- "PerMode": "$request.query.PerMode",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "matchupsrollup",
- "resultSets": [
- {
- "name": "MatchupsRollup",
- "headers": [
- "SEASON_ID",
- "POSITION",
- "PERCENT_OF_TIME",
- "DEF_PLAYER_ID",
- "DEF_PLAYER_NAME",
- "GP",
- "MATCHUP_MIN",
- "PARTIAL_POSS",
- "PLAYER_PTS",
- "TEAM_PTS",
- "MATCHUP_AST",
- "MATCHUP_TOV",
- "MATCHUP_BLK",
- "MATCHUP_FGM",
- "MATCHUP_FGA",
- "MATCHUP_FG_PCT",
- "MATCHUP_FG3M",
- "MATCHUP_FG3A",
- "MATCHUP_FG3_PCT",
- "MATCHUP_FTM",
- "MATCHUP_FTA",
- "SFL"
], - "rowSet": [
- [
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
GameID required | string (GameID) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "GameID": "$request.query.GameID",
- "StartPeriod": "$request.query.StartPeriod"
}, - "resource": "playbyplay",
- "resultSets": [
- {
- "name": "AvailableVideo",
- "headers": [
- "GAME_ID",
- "VIDEO_AVAILABLE_FLAG",
- "PT_AVAILABLE",
- "PT_XYZ_AVAILABLE",
- "WH_STATUS",
- "HUSTLE_STATUS",
- "HISTORICAL_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayByPlay",
- "headers": [
- "GAME_ID",
- "EVENTNUM",
- "EVENTMSGTYPE",
- "EVENTMSGACTIONTYPE",
- "PERIOD",
- "WCTIMESTRING",
- "PCTIMESTRING",
- "HOMEDESCRIPTION",
- "NEUTRALDESCRIPTION",
- "VISITORDESCRIPTION",
- "SCORE",
- "SCOREMARGIN"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
GameID required | string (GameID) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "GameID": "$request.query.GameID",
- "StartPeriod": "$request.query.StartPeriod"
}, - "resource": "playbyplayv2",
- "resultSets": [
- {
- "name": "AvailableVideo",
- "headers": [
- "GAME_ID",
- "VIDEO_AVAILABLE_FLAG",
- "PT_AVAILABLE",
- "PT_XYZ_AVAILABLE",
- "WH_STATUS",
- "HUSTLE_STATUS",
- "HISTORICAL_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayByPlay",
- "headers": [
- "GAME_ID",
- "EVENTNUM",
- "EVENTMSGTYPE",
- "EVENTMSGACTIONTYPE",
- "PERIOD",
- "WCTIMESTRING",
- "PCTIMESTRING",
- "HOMEDESCRIPTION",
- "NEUTRALDESCRIPTION",
- "VISITORDESCRIPTION",
- "SCORE",
- "SCOREMARGIN"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "PlayerID": "$request.query.PlayerID"
}, - "resource": "playerawards",
- "resultSets": [
- {
- "name": "PlayerAwards",
- "headers": [
- "PERSON_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "TEAM",
- "DESCRIPTION",
- "ALL_NBA_TEAM_NUMBER",
- "SEASON",
- "MONTH",
- "WEEK",
- "CONFERENCE",
- "TYPE",
- "SUBTYPE1",
- "SUBTYPE2",
- "SUBTYPE3"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- null,
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playercareerbycollege",
- "resultSets": [
- {
- "name": "PlayerCareerByCollege",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "COLLEGE",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playercareerbycollegerollup",
- "resultSets": [
- {
- "name": "East",
- "headers": [
- "REGION",
- "SEED",
- "COLLEGE",
- "PLAYERS",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Midwest",
- "headers": [
- "REGION",
- "SEED",
- "COLLEGE",
- "PLAYERS",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "South",
- "headers": [
- "REGION",
- "SEED",
- "COLLEGE",
- "PLAYERS",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "West",
- "headers": [
- "REGION",
- "SEED",
- "COLLEGE",
- "PLAYERS",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerID required | string (PlayerID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "PlayerID": "$request.query.PlayerID"
}, - "resource": "playercareerstats",
- "resultSets": [
- {
- "name": "CareerTotalsAllStarSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsCollegeSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "ORGANIZATION_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsPostSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonRankingsPostSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "RANK_MIN",
- "RANK_FGM",
- "RANK_FGA",
- "RANK_FG_PCT",
- "RANK_FG3M",
- "RANK_FG3A",
- "RANK_FG3_PCT",
- "RANK_FTM",
- "RANK_FTA",
- "RANK_FT_PCT",
- "RANK_OREB",
- "RANK_DREB",
- "RANK_REB",
- "RANK_AST",
- "RANK_STL",
- "RANK_BLK",
- "RANK_TOV",
- "RANK_PTS",
- "RANK_EFF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonRankingsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "RANK_MIN",
- "RANK_FGM",
- "RANK_FGA",
- "RANK_FG_PCT",
- "RANK_FG3M",
- "RANK_FG3A",
- "RANK_FG3_PCT",
- "RANK_FTM",
- "RANK_FTA",
- "RANK_FT_PCT",
- "RANK_OREB",
- "RANK_DREB",
- "RANK_REB",
- "RANK_AST",
- "RANK_STL",
- "RANK_BLK",
- "RANK_TOV",
- "RANK_PTS",
- "RANK_EFF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsAllStarSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsCollegeSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "ORGANIZATION_ID",
- "SCHOOL_NAME",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsPostSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerIDList required | string (PlayerIDList) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsPlayerIDList required | string (VsPlayerIDList) [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerIDList": "$request.query.PlayerIDList",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsPlayerIDList": "$request.query.VsPlayerIDList"
}, - "resource": "playercompare",
- "resultSets": [
- {
- "name": "Individual",
- "headers": [
- "GROUP_SET",
- "DESCRIPTION",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}, - {
- "name": "OverallCompare",
- "headers": [
- "GROUP_SET",
- "DESCRIPTION",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashptpass",
- "resultSets": [
- {
- "name": "PassesMade",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "TEAM_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PASS_TYPE",
- "G",
- "PASS_TO",
- "PASS_TEAMMATE_PLAYER_ID",
- "FREQUENCY",
- "PASS",
- "AST",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PassesReceived",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "TEAM_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PASS_TYPE",
- "G",
- "PASS_FROM",
- "PASS_TEAMMATE_PLAYER_ID",
- "FREQUENCY",
- "PASS",
- "AST",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashptreb",
- "resultSets": [
- {
- "name": "NumContestedRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "REB_NUM_CONTESTING_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "G",
- "OVERALL",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "RebDistanceRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "REB_DIST_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "SHOT_DIST_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotTypeRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "SHOT_TYPE_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashptshotdefend",
- "resultSets": [
- {
- "name": "DefendingShots",
- "headers": [
- "CLOSE_DEF_PERSON_ID",
- "GP",
- "G",
- "DEFENSE_CATEGORY",
- "FREQ",
- "D_FGM",
- "D_FGA",
- "D_FG_PCT",
- "NORMAL_FG_PCT",
- "PCT_PLUSMINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "Overall",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashptshots",
- "resultSets": [
- {
- "name": "ClosestDefender10ftPlusShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "CLOSE_DEF_DIST_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ClosestDefenderShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "CLOSE_DEF_DIST_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DribbleShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "DRIBBLE_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GeneralShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Overall",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotClockShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_CLOCK_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TouchTimeShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "TOUCH_TIME_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbyclutch",
- "resultSets": [
- {
- "name": "Last10Sec3Point2PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last10Sec3PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last1Min5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last1MinPlusMinus5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last30Sec3Point2PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last30Sec3PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last3Min5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last3MinPlusMinus5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last5Min5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last5MinPlusMinus5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbygamesplits",
- "resultSets": [
- {
- "name": "ByActualMarginPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ByHalfPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ByPeriodPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ByScoreMarginPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbygeneralsplits",
- "resultSets": [
- {
- "name": "DaysRestPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LocationPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "MonthPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PrePostAllStarPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "StartingPosition",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WinsLossesPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbylastngames",
- "resultSets": [
- {
- "name": "GameNumberPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last10PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last15PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last20PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last5PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbyshootingsplits",
- "resultSets": [
- {
- "name": "AssistedBy",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "AssitedShotPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Shot5FTPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Shot8FTPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotTypePlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotTypeSummaryPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbyteamperformance",
- "resultSets": [
- {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PointsScoredPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE_ORDER",
- "GROUP_VALUE",
- "GROUP_VALUE_2",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PontsAgainstPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE_ORDER",
- "GROUP_VALUE",
- "GROUP_VALUE_2",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ScoreDifferentialPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE_ORDER",
- "GROUP_VALUE",
- "GROUP_VALUE_2",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbyyearoveryear",
- "resultSets": [
- {
- "name": "ByYearPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "MAX_GAME_DATE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playerestimatedmetrics",
- "resultSets": [
- {
- "name": "PlayerEstimatedMetrics",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "E_OFF_RATING",
- "E_DEF_RATING",
- "E_NET_RATING",
- "E_AST_RATIO",
- "E_OREB_PCT",
- "E_DREB_PCT",
- "E_REB_PCT",
- "E_TOV_PCT",
- "E_USG_PCT",
- "E_PACE",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "E_OFF_RATING_RANK",
- "E_DEF_RATING_RANK",
- "E_NET_RATING_RANK",
- "E_AST_RATIO_RANK",
- "E_OREB_PCT_RANK",
- "E_DREB_PCT_RANK",
- "E_REB_PCT_RANK",
- "E_TOV_PCT_RANK",
- "E_USG_PCT_RANK",
- "E_PACE_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "MeasureType": "$request.query.MeasureType",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playerfantasyprofile",
- "resultSets": [
- {
- "name": "DaysRestModified",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "SEASON_YEAR",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "DD2",
- "TD3",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LastNGames",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "DD2",
- "TD3",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Location",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "DD2",
- "TD3",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Opponent",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "DD2",
- "TD3",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Overall",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playerfantasyprofilebargraph",
- "resultSets": [
- {
- "name": "LastFiveGamesAvg",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS",
- "PTS",
- "REB",
- "AST",
- "FG3M",
- "FT_PCT",
- "STL",
- "BLK",
- "TOV",
- "FG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonAvg",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS",
- "PTS",
- "REB",
- "AST",
- "FG3M",
- "FT_PCT",
- "STL",
- "BLK",
- "TOV",
- "FG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "LeagueID": "$request.query.LeagueID",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playergamelog",
- "resultSets": [
- {
- "name": "PlayerGameLog",
- "headers": [
- "SEASON_ID",
- "Player_ID",
- "Game_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS",
- "PLUS_MINUS",
- "VIDEO_AVAILABLE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OppTeamID | null or string (OppTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OppTeamID": "$request.query.OppTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playergamelogs",
- "resultSets": [
- {
- "name": "PlayerGameLogs",
- "headers": [
- "SEASON_YEAR",
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GAME_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
ActiveStreaksOnly | null or string (ActiveStreaksOnly) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftNumber | null or string (DraftNumber) [to do] |
DraftRound | null or string (DraftRound) [to do] |
DraftTeamID | null or string (DraftTeamID) [to do] |
DraftYear | null or string (DraftYear) [to do] |
EqAST | null or string (EqAST) [to do] |
EqBLK | null or string (EqBLK) [to do] |
EqDD | null or string (EqDD) [to do] |
EqDREB | null or string (EqDREB) [to do] |
EqFG3A | null or string (EqFG3A) [to do] |
EqFG3M | null or string (EqFG3M) [to do] |
EqFG3_PCT | null or string (EqFG3_PCT) [to do] |
EqFGA | null or string (EqFGA) [to do] |
EqFGM | null or string (EqFGM) [to do] |
EqFG_PCT | null or string (EqFG_PCT) [to do] |
EqFTA | null or string (EqFTA) [to do] |
EqFTM | null or string (EqFTM) [to do] |
EqFT_PCT | null or string (EqFT_PCT) [to do] |
EqMINUTES | null or string (EqMINUTES) [to do] |
EqOREB | null or string (EqOREB) [to do] |
EqPF | null or string (EqPF) [to do] |
EqPTS | null or string (EqPTS) [to do] |
EqREB | null or string (EqREB) [to do] |
EqSTL | null or string (EqSTL) [to do] |
EqTD | null or string (EqTD) [to do] |
EqTOV | null or string (EqTOV) [to do] |
GameID required | string (GameID) [to do] |
GtAST | null or string (GtAST) [to do] |
GtBLK | null or string (GtBLK) [to do] |
GtDD | null or string (GtDD) [to do] |
GtDREB | null or string (GtDREB) [to do] |
GtFG3A | null or string (GtFG3A) [to do] |
GtFG3M | null or string (GtFG3M) [to do] |
GtFG3_PCT | null or string (GtFG3_PCT) [to do] |
GtFGA | null or string (GtFGA) [to do] |
GtFGM | null or string (GtFGM) [to do] |
GtFG_PCT | null or string (GtFG_PCT) [to do] |
GtFTA | null or string (GtFTA) [to do] |
GtFTM | null or string (GtFTM) [to do] |
GtFT_PCT | null or string (GtFT_PCT) [to do] |
GtMINUTES | null or string (GtMINUTES) [to do] |
GtOREB | null or string (GtOREB) [to do] |
GtPF | null or string (GtPF) [to do] |
GtPTS | null or string (GtPTS) [to do] |
GtREB | null or string (GtREB) [to do] |
GtSTL | null or string (GtSTL) [to do] |
GtTD | null or string (GtTD) [to do] |
GtTOV | null or string (GtTOV) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
LtAST | null or string (LtAST) [to do] |
LtBLK | null or string (LtBLK) [to do] |
LtDD | null or string (LtDD) [to do] |
LtDREB | null or string (LtDREB) [to do] |
LtFG3A | null or string (LtFG3A) [to do] |
LtFG3M | null or string (LtFG3M) [to do] |
LtFG3_PCT | null or string (LtFG3_PCT) [to do] |
LtFGA | null or string (LtFGA) [to do] |
LtFGM | null or string (LtFGM) [to do] |
LtFG_PCT | null or string (LtFG_PCT) [to do] |
LtFTA | null or string (LtFTA) [to do] |
LtFTM | null or string (LtFTM) [to do] |
LtFT_PCT | null or string (LtFT_PCT) [to do] |
LtMINUTES | null or string (LtMINUTES) [to do] |
LtOREB | null or string (LtOREB) [to do] |
LtPF | null or string (LtPF) [to do] |
LtPTS | null or string (LtPTS) [to do] |
LtREB | null or string (LtREB) [to do] |
LtSTL | null or string (LtSTL) [to do] |
LtTD | null or string (LtTD) [to do] |
LtTOV | null or string (LtTOV) [to do] |
MinGames | null or string (MinGames) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PlayerID required | string (PlayerID) [to do] |
RookieYear | null or string (RookieYear) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsTeamID | string (VsTeamID) [to do] |
YearsExperience | null or string (YearsExperience) [to do] |
{- "parameters": {
- "ActiveStreaksOnly": "$request.query.ActiveStreaksOnly",
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftNumber": "$request.query.DraftNumber",
- "DraftRound": "$request.query.DraftRound",
- "DraftTeamID": "$request.query.DraftTeamID",
- "DraftYear": "$request.query.DraftYear",
- "EqAST": "$request.query.EqAST",
- "EqBLK": "$request.query.EqBLK",
- "EqDD": "$request.query.EqDD",
- "EqDREB": "$request.query.EqDREB",
- "EqFG3A": "$request.query.EqFG3A",
- "EqFG3M": "$request.query.EqFG3M",
- "EqFG3_PCT": "$request.query.EqFG3_PCT",
- "EqFGA": "$request.query.EqFGA",
- "EqFGM": "$request.query.EqFGM",
- "EqFG_PCT": "$request.query.EqFG_PCT",
- "EqFTA": "$request.query.EqFTA",
- "EqFTM": "$request.query.EqFTM",
- "EqFT_PCT": "$request.query.EqFT_PCT",
- "EqMINUTES": "$request.query.EqMINUTES",
- "EqOREB": "$request.query.EqOREB",
- "EqPF": "$request.query.EqPF",
- "EqPTS": "$request.query.EqPTS",
- "EqREB": "$request.query.EqREB",
- "EqSTL": "$request.query.EqSTL",
- "EqTD": "$request.query.EqTD",
- "EqTOV": "$request.query.EqTOV",
- "GameID": "$request.query.GameID",
- "GtAST": "$request.query.GtAST",
- "GtBLK": "$request.query.GtBLK",
- "GtDD": "$request.query.GtDD",
- "GtDREB": "$request.query.GtDREB",
- "GtFG3A": "$request.query.GtFG3A",
- "GtFG3M": "$request.query.GtFG3M",
- "GtFG3_PCT": "$request.query.GtFG3_PCT",
- "GtFGA": "$request.query.GtFGA",
- "GtFGM": "$request.query.GtFGM",
- "GtFG_PCT": "$request.query.GtFG_PCT",
- "GtFTA": "$request.query.GtFTA",
- "GtFTM": "$request.query.GtFTM",
- "GtFT_PCT": "$request.query.GtFT_PCT",
- "GtMINUTES": "$request.query.GtMINUTES",
- "GtOREB": "$request.query.GtOREB",
- "GtPF": "$request.query.GtPF",
- "GtPTS": "$request.query.GtPTS",
- "GtREB": "$request.query.GtREB",
- "GtSTL": "$request.query.GtSTL",
- "GtTD": "$request.query.GtTD",
- "GtTOV": "$request.query.GtTOV",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "LtAST": "$request.query.LtAST",
- "LtBLK": "$request.query.LtBLK",
- "LtDD": "$request.query.LtDD",
- "LtDREB": "$request.query.LtDREB",
- "LtFG3A": "$request.query.LtFG3A",
- "LtFG3M": "$request.query.LtFG3M",
- "LtFG3_PCT": "$request.query.LtFG3_PCT",
- "LtFGA": "$request.query.LtFGA",
- "LtFGM": "$request.query.LtFGM",
- "LtFG_PCT": "$request.query.LtFG_PCT",
- "LtFTA": "$request.query.LtFTA",
- "LtFTM": "$request.query.LtFTM",
- "LtFT_PCT": "$request.query.LtFT_PCT",
- "LtMINUTES": "$request.query.LtMINUTES",
- "LtOREB": "$request.query.LtOREB",
- "LtPF": "$request.query.LtPF",
- "LtPTS": "$request.query.LtPTS",
- "LtREB": "$request.query.LtREB",
- "LtSTL": "$request.query.LtSTL",
- "LtTD": "$request.query.LtTD",
- "LtTOV": "$request.query.LtTOV",
- "MinGames": "$request.query.MinGames",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PlayerID": "$request.query.PlayerID",
- "RookieYear": "$request.query.RookieYear",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsTeamID": "$request.query.VsTeamID",
- "YearsExperience": "$request.query.YearsExperience"
}, - "resource": "playergamestreakfinder",
- "resultSets": [
- {
- "name": "PlayerGameStreakFinderResults",
- "headers": [
- "PLAYER_NAME_LAST_FIRST",
- "PLAYER_ID",
- "GAMESTREAK",
- "STARTDATE",
- "ENDDATE",
- "ACTIVESTREAK",
- "NUMSEASONS",
- "LASTSEASON",
- "FIRSTSEASON"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
NumberOfGames required | string (NumberOfGames) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "NumberOfGames": "$request.query.NumberOfGames",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playernextngames",
- "resultSets": [
- {
- "name": "NextNGames",
- "headers": [
- "GAME_ID",
- "GAME_DATE",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "HOME_TEAM_NAME",
- "VISITOR_TEAM_NAME",
- "HOME_TEAM_ABBREVIATION",
- "VISITOR_TEAM_ABBREVIATION",
- "HOME_TEAM_NICKNAME",
- "VISITOR_TEAM_NICKNAME",
- "GAME_TIME",
- "HOME_WL",
- "VISITOR_WL"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerID required | string (PlayerID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "PlayerID": "$request.query.PlayerID"
}, - "resource": "playerprofilev2",
- "resultSets": [
- {
- "name": "CareerHighs",
- "headers": [
- "PLAYER_ID",
- "GAME_DATE",
- "VS_TEAM_ID",
- "VS_TEAM_CITY",
- "VS_TEAM_NAME",
- "VS_TEAM_ABBREVIATION",
- "STAT",
- "STATS_VALUE",
- "STAT_ORDER",
- "DATE_EST"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "PTS",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsAllStarSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsCollegeSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "ORGANIZATION_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsPostSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsPreseason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "NextGame",
- "headers": [
- "GAME_ID",
- "GAME_DATE",
- "GAME_TIME",
- "LOCATION",
- "PLAYER_TEAM_ID",
- "PLAYER_TEAM_CITY",
- "PLAYER_TEAM_NICKNAME",
- "PLAYER_TEAM_ABBREVIATION",
- "VS_TEAM_ID",
- "VS_TEAM_CITY",
- "VS_TEAM_NICKNAME",
- "VS_TEAM_ABBREVIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonHighs",
- "headers": [
- "PLAYER_ID",
- "GAME_DATE",
- "VS_TEAM_ID",
- "VS_TEAM_CITY",
- "VS_TEAM_NAME",
- "VS_TEAM_ABBREVIATION",
- "STAT",
- "STATS_VALUE",
- "STAT_ORDER",
- "DATE_EST"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "PTS",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonRankingsPostSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "RANK_MIN",
- "RANK_FGM",
- "RANK_FGA",
- "RANK_FG_PCT",
- "RANK_FG3M",
- "RANK_FG3A",
- "RANK_FG3_PCT",
- "RANK_FTM",
- "RANK_FTA",
- "RANK_FT_PCT",
- "RANK_OREB",
- "RANK_DREB",
- "RANK_REB",
- "RANK_AST",
- "RANK_STL",
- "RANK_BLK",
- "RANK_TOV",
- "RANK_PTS",
- "RANK_EFF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonRankingsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "RANK_MIN",
- "RANK_FGM",
- "RANK_FGA",
- "RANK_FG_PCT",
- "RANK_FG3M",
- "RANK_FG3A",
- "RANK_FG3_PCT",
- "RANK_FTM",
- "RANK_FTA",
- "RANK_FT_PCT",
- "RANK_OREB",
- "RANK_DREB",
- "RANK_REB",
- "RANK_AST",
- "RANK_STL",
- "RANK_BLK",
- "RANK_TOV",
- "RANK_PTS",
- "RANK_EFF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsAllStarSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsCollegeSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "ORGANIZATION_ID",
- "SCHOOL_NAME",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsPostSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsPreseason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsPlayerID required | string (VsPlayerID) [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsPlayerID": "$request.query.VsPlayerID"
}, - "resource": "playervsplayer",
- "resultSets": [
- {
- "name": "OnOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Overall",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayerInfo",
- "headers": [
- "PERSON_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "DISPLAY_FIRST_LAST",
- "DISPLAY_LAST_COMMA_FIRST",
- "DISPLAY_FI_LAST",
- "BIRTHDATE",
- "SCHOOL",
- "COUNTRY",
- "LAST_AFFILIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string"
]
]
}, - {
- "name": "ShotAreaOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaOnCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaOverall",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOnCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOverall",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "VsPlayerInfo",
- "headers": [
- "PERSON_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "DISPLAY_FIRST_LAST",
- "DISPLAY_LAST_COMMA_FIRST",
- "DISPLAY_FI_LAST",
- "BIRTHDATE",
- "SCHOOL",
- "COUNTRY",
- "LAST_AFFILIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonID | string (SeasonID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonID": "$request.query.SeasonID"
}, - "resource": "playoffpicture",
- "resultSets": [
- {
- "name": "EastConfPlayoffPicture",
- "headers": [
- "CONFERENCE",
- "HIGH_SEED_RANK",
- "HIGH_SEED_TEAM",
- "HIGH_SEED_TEAM_ID",
- "LOW_SEED_RANK",
- "LOW_SEED_TEAM",
- "LOW_SEED_TEAM_ID",
- "HIGH_SEED_SERIES_W",
- "HIGH_SEED_SERIES_L",
- "HIGH_SEED_SERIES_REMAINING_G",
- "HIGH_SEED_SERIES_REMAINING_HOME_G",
- "HIGH_SEED_SERIES_REMAINING_AWAY_G"
], - "rowSet": [
- [
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "EastConfRemainingGames",
- "headers": [
- "TEAM",
- "TEAM_ID",
- "REMAINING_G",
- "REMAINING_HOME_G",
- "REMAINING_AWAY_G"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "EastConfStandings",
- "headers": [
- "CONFERENCE",
- "RANK",
- "TEAM",
- "TEAM_SLUG",
- "TEAM_ID",
- "WINS",
- "LOSSES",
- "PCT",
- "DIV",
- "CONF",
- "HOME",
- "AWAY",
- "GB",
- "GR_OVER_500",
- "GR_OVER_500_HOME",
- "GR_OVER_500_AWAY",
- "GR_UNDER_500",
- "GR_UNDER_500_HOME",
- "GR_UNDER_500_AWAY",
- "RANKING_CRITERIA",
- "CLINCHED_PLAYOFFS",
- "CLINCHED_CONFERENCE",
- "CLINCHED_DIVISION",
- "Clinched_Play_In",
- "ELIMINATED_PLAYOFFS",
- "SOSA_REMAINING",
- "ReturnToPlay_East_PI_Flag",
- "ReturnToPlay_Already_Eliminated",
- "Seeding_Game_1_Outcome",
- "Seeding_Game_2_Outcome",
- "Seeding_Game_3_Outcome",
- "Seeding_Game_4_Outcome",
- "Seeding_Game_5_Outcome",
- "Seeding_Game_6_Outcome",
- "Seeding_Game_7_Outcome",
- "Seeding_Game_8_Outcome",
- "Seeding_Game_1_ID",
- "Seeding_Game_2_ID",
- "Seeding_Game_3_ID",
- "Seeding_Game_4_ID",
- "Seeding_Game_5_ID",
- "Seeding_Game_6_ID",
- "Seeding_Game_7_ID",
- "Seeding_Game_8_ID",
- "Seeding_Game_1_Opponent",
- "Seeding_Game_2_Opponent",
- "Seeding_Game_3_Opponent",
- "Seeding_Game_4_Opponent",
- "Seeding_Game_5_Opponent",
- "Seeding_Game_6_Opponent",
- "Seeding_Game_7_Opponent",
- "Seeding_Game_8_Opponent",
- "Seeding_Game_1_Label",
- "Seeding_Game_2_Label",
- "Seeding_Game_3_Label",
- "Seeding_Game_4_Label",
- "Seeding_Game_5_Label",
- "Seeding_Game_6_Label",
- "Seeding_Game_7_Label",
- "Seeding_Game_8_Label"
], - "rowSet": [
- [
- null,
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WestConfPlayoffPicture",
- "headers": [
- "CONFERENCE",
- "HIGH_SEED_RANK",
- "HIGH_SEED_TEAM",
- "HIGH_SEED_TEAM_ID",
- "LOW_SEED_RANK",
- "LOW_SEED_TEAM",
- "LOW_SEED_TEAM_ID",
- "HIGH_SEED_SERIES_W",
- "HIGH_SEED_SERIES_L",
- "HIGH_SEED_SERIES_REMAINING_G",
- "HIGH_SEED_SERIES_REMAINING_HOME_G",
- "HIGH_SEED_SERIES_REMAINING_AWAY_G"
], - "rowSet": [
- [
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WestConfRemainingGames",
- "headers": [
- "TEAM",
- "TEAM_ID",
- "REMAINING_G",
- "REMAINING_HOME_G",
- "REMAINING_AWAY_G"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WestConfStandings",
- "headers": [
- "CONFERENCE",
- "RANK",
- "TEAM",
- "TEAM_SLUG",
- "TEAM_ID",
- "WINS",
- "LOSSES",
- "PCT",
- "DIV",
- "CONF",
- "HOME",
- "AWAY",
- "GB",
- "GR_OVER_500",
- "GR_OVER_500_HOME",
- "GR_OVER_500_AWAY",
- "GR_UNDER_500",
- "GR_UNDER_500_HOME",
- "GR_UNDER_500_AWAY",
- "RANKING_CRITERIA",
- "CLINCHED_PLAYOFFS",
- "CLINCHED_CONFERENCE",
- "CLINCHED_DIVISION",
- "Clinched_Play_In",
- "ELIMINATED_PLAYOFFS",
- "SOSA_REMAINING",
- "ReturnToPlay_West_PI_Flag",
- "ReturnToPlay_Already_Eliminated",
- "Seeding_Game_1_Outcome",
- "Seeding_Game_2_Outcome",
- "Seeding_Game_3_Outcome",
- "Seeding_Game_4_Outcome",
- "Seeding_Game_5_Outcome",
- "Seeding_Game_6_Outcome",
- "Seeding_Game_7_Outcome",
- "Seeding_Game_8_Outcome",
- "Seeding_Game_1_ID",
- "Seeding_Game_2_ID",
- "Seeding_Game_3_ID",
- "Seeding_Game_4_ID",
- "Seeding_Game_5_ID",
- "Seeding_Game_6_ID",
- "Seeding_Game_7_ID",
- "Seeding_Game_8_ID",
- "Seeding_Game_1_Opponent",
- "Seeding_Game_2_Opponent",
- "Seeding_Game_3_Opponent",
- "Seeding_Game_4_Opponent",
- "Seeding_Game_5_Opponent",
- "Seeding_Game_6_Opponent",
- "Seeding_Game_7_Opponent",
- "Seeding_Game_8_Opponent",
- "Seeding_Game_1_Label",
- "Seeding_Game_2_Label",
- "Seeding_Game_3_Label",
- "Seeding_Game_4_Label",
- "Seeding_Game_5_Label",
- "Seeding_Game_6_Label",
- "Seeding_Game_7_Label",
- "Seeding_Game_8_Label"
], - "rowSet": [
- [
- null,
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DayOffset required | string (DayOffset) ^-{0,1}\d+$ [to do] |
GameDate required | string (GameDate) [to do] |
LeagueID required | string (LeagueID) [to do] |
{- "parameters": {
- "DayOffset": "$request.query.DayOffset",
- "GameDate": "$request.query.GameDate",
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "scoreboard",
- "resultSets": [
- {
- "name": "Available",
- "headers": [
- "GAME_ID",
- "PT_AVAILABLE"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "EastConfStandingsByDay",
- "headers": [
- "TEAM_ID",
- "LEAGUE_ID",
- "SEASON_ID",
- "STANDINGSDATE",
- "CONFERENCE",
- "TEAM",
- "G",
- "W",
- "L",
- "W_PCT",
- "HOME_RECORD",
- "ROAD_RECORD",
- "RETURNTOPLAY"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GameHeader",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "GAME_STATUS_ID",
- "GAME_STATUS_TEXT",
- "GAMECODE",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "SEASON",
- "LIVE_PERIOD",
- "LIVE_PC_TIME",
- "NATL_TV_BROADCASTER_ABBREVIATION",
- "LIVE_PERIOD_TIME_BCAST",
- "WH_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LastMeeting",
- "headers": [
- "GAME_ID",
- "LAST_GAME_ID",
- "LAST_GAME_DATE_EST",
- "LAST_GAME_HOME_TEAM_ID",
- "LAST_GAME_HOME_TEAM_CITY",
- "LAST_GAME_HOME_TEAM_NAME",
- "LAST_GAME_HOME_TEAM_ABBREVIATION",
- "LAST_GAME_HOME_TEAM_POINTS",
- "LAST_GAME_VISITOR_TEAM_ID",
- "LAST_GAME_VISITOR_TEAM_CITY",
- "LAST_GAME_VISITOR_TEAM_NAME",
- "LAST_GAME_VISITOR_TEAM_CITY1",
- "LAST_GAME_VISITOR_TEAM_POINTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LineScore",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY_NAME",
- "TEAM_NICKNAME",
- "TEAM_WINS_LOSSES",
- "PTS_QTR1",
- "PTS_QTR2",
- "PTS_QTR3",
- "PTS_QTR4",
- "PTS_OT1",
- "PTS_OT2",
- "PTS_OT3",
- "PTS_OT4",
- "PTS_OT5",
- "PTS_OT6",
- "PTS_OT7",
- "PTS_OT8",
- "PTS_OT9",
- "PTS_OT10",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeriesStandings",
- "headers": [
- "GAME_ID",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "GAME_DATE_EST",
- "HOME_TEAM_WINS",
- "HOME_TEAM_LOSSES",
- "SERIES_LEADER"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WestConfStandingsByDay",
- "headers": [
- "TEAM_ID",
- "LEAGUE_ID",
- "SEASON_ID",
- "STANDINGSDATE",
- "CONFERENCE",
- "TEAM",
- "G",
- "W",
- "L",
- "W_PCT",
- "HOME_RECORD",
- "ROAD_RECORD"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DayOffset required | string (DayOffset) ^-{0,1}\d+$ [to do] |
GameDate required | string (GameDate) [to do] |
LeagueID required | string (LeagueID) [to do] |
{- "parameters": {
- "DayOffset": "$request.query.DayOffset",
- "GameDate": "$request.query.GameDate",
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "scoreboardv2",
- "resultSets": [
- {
- "name": "Available",
- "headers": [
- "GAME_ID",
- "PT_AVAILABLE"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "EastConfStandingsByDay",
- "headers": [
- "TEAM_ID",
- "LEAGUE_ID",
- "SEASON_ID",
- "STANDINGSDATE",
- "CONFERENCE",
- "TEAM",
- "G",
- "W",
- "L",
- "W_PCT",
- "HOME_RECORD",
- "ROAD_RECORD",
- "RETURNTOPLAY"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GameHeader",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "GAME_STATUS_ID",
- "GAME_STATUS_TEXT",
- "GAMECODE",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "SEASON",
- "LIVE_PERIOD",
- "LIVE_PC_TIME",
- "NATL_TV_BROADCASTER_ABBREVIATION",
- "LIVE_PERIOD_TIME_BCAST",
- "WH_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LastMeeting",
- "headers": [
- "GAME_ID",
- "LAST_GAME_ID",
- "LAST_GAME_DATE_EST",
- "LAST_GAME_HOME_TEAM_ID",
- "LAST_GAME_HOME_TEAM_CITY",
- "LAST_GAME_HOME_TEAM_NAME",
- "LAST_GAME_HOME_TEAM_ABBREVIATION",
- "LAST_GAME_HOME_TEAM_POINTS",
- "LAST_GAME_VISITOR_TEAM_ID",
- "LAST_GAME_VISITOR_TEAM_CITY",
- "LAST_GAME_VISITOR_TEAM_NAME",
- "LAST_GAME_VISITOR_TEAM_CITY1",
- "LAST_GAME_VISITOR_TEAM_POINTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LineScore",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY_NAME",
- "TEAM_NICKNAME",
- "TEAM_WINS_LOSSES",
- "PTS_QTR1",
- "PTS_QTR2",
- "PTS_QTR3",
- "PTS_QTR4",
- "PTS_OT1",
- "PTS_OT2",
- "PTS_OT3",
- "PTS_OT4",
- "PTS_OT5",
- "PTS_OT6",
- "PTS_OT7",
- "PTS_OT8",
- "PTS_OT9",
- "PTS_OT10",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeriesStandings",
- "headers": [
- "GAME_ID",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "GAME_DATE_EST",
- "HOME_TEAM_WINS",
- "HOME_TEAM_LOSSES",
- "SERIES_LEADER"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamLeaders",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NICKNAME",
- "TEAM_ABBREVIATION",
- "PTS_PLAYER_ID",
- "PTS_PLAYER_NAME",
- "PTS",
- "REB_PLAYER_ID",
- "REB_PLAYER_NAME",
- "REB",
- "AST_PLAYER_ID",
- "AST_PLAYER_NAME",
- "AST"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TicketLinks",
- "headers": [
- "GAME_ID",
- "LEAG_TIX"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "WestConfStandingsByDay",
- "headers": [
- "TEAM_ID",
- "LEAGUE_ID",
- "SEASON_ID",
- "STANDINGSDATE",
- "CONFERENCE",
- "TEAM",
- "G",
- "W",
- "L",
- "W_PCT",
- "HOME_RECORD",
- "ROAD_RECORD"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WinProbability",
- "headers": [ ],
- "rowSet": [
- [ ]
]
}
]
}
[to do]
AheadBehind required | string (AheadBehind) Enum: "Ahead or Behind" "Behind or Tied" "Ahead or Tied" [to do] |
ClutchTime required | string (ClutchTime) Enum: "Last 5 Minutes" "Last 4 Minutes" "Last 3 Minutes" "Last 2 Minutes" "Last 1 Minute" "Last 30 Seconds" "Last 10 Seconds" [to do] |
ContextFilter | null or string (ContextFilter) [to do] |
ContextMeasure required | string (ContextMeasure) Enum: "PTS" "FGM" "FGA" "FGPCT" "FG3M" "FG3A" "FG3PCT" "PF" "EFGPCT" "TSPCT" "PTSFB" "PTSOFFTOV" "PTS2NDCHANCE" "PF" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PointDiff required | string (PointDiff) [to do] |
Position | null or string (Position) Enum: null "Guard" "Forward" "Center" [to do] |
RangeType required | string (RangeType) [to do] |
RookieYear | null or string (RookieYear) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "AheadBehind": "$request.query.AheadBehind",
- "ClutchTime": "$request.query.ClutchTime",
- "ContextFilter": "$request.query.ContextFilter",
- "ContextMeasure": "$request.query.ContextMeasure",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PointDiff": "$request.query.PointDiff",
- "Position": "$request.query.Position",
- "RangeType": "$request.query.RangeType",
- "RookieYear": "$request.query.RookieYear",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "shotchartdetail",
- "resultSets": [
- {
- "name": "LeagueAverages",
- "headers": [
- "GRID_TYPE",
- "SHOT_ZONE_BASIC",
- "SHOT_ZONE_AREA",
- "SHOT_ZONE_RANGE",
- "FGA",
- "FGM",
- "FG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Shot_Chart_Detail",
- "headers": [
- "GRID_TYPE",
- "GAME_ID",
- "GAME_EVENT_ID",
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_NAME",
- "PERIOD",
- "MINUTES_REMAINING",
- "SECONDS_REMAINING",
- "EVENT_TYPE",
- "ACTION_TYPE",
- "SHOT_TYPE",
- "SHOT_ZONE_BASIC",
- "SHOT_ZONE_AREA",
- "SHOT_ZONE_RANGE",
- "SHOT_DISTANCE",
- "LOC_X",
- "LOC_Y",
- "SHOT_ATTEMPTED_FLAG",
- "SHOT_MADE_FLAG",
- "GAME_DATE",
- "HTM",
- "VTM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season"
}, - "resource": "shotchartleaguewide",
- "resultSets": [
- {
- "name": "League_Wide",
- "headers": [
- "GRID_TYPE",
- "SHOT_ZONE_BASIC",
- "SHOT_ZONE_AREA",
- "SHOT_ZONE_RANGE",
- "FGA",
- "FGM",
- "FG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
ContextFilter | null or string (ContextFilter) [to do] |
ContextMeasure required | string (ContextMeasure) Enum: "PTS" "FGM" "FGA" "FGPCT" "FG3M" "FG3A" "FG3PCT" "PF" "EFGPCT" "TSPCT" "PTSFB" "PTSOFFTOV" "PTS2NDCHANCE" "PF" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GROUP_ID required | string (GROUP_ID) ^\d+(( - \d+){2,4})?$ [to do] |
GameID required | string (GameID) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "ContextFilter": "$request.query.ContextFilter",
- "ContextMeasure": "$request.query.ContextMeasure",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GROUP_ID": "$request.query.GROUP_ID",
- "GameID": "$request.query.GameID",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "shotchartlineupdetail",
- "resultSets": [
- {
- "name": "ShotChartLineupDetail",
- "headers": [
- "GRID_TYPE",
- "GAME_ID",
- "GAME_EVENT_ID",
- "GROUP_ID",
- "GROUP_NAME",
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_NAME",
- "PERIOD",
- "MINUTES_REMAINING",
- "SECONDS_REMAINING",
- "EVENT_TYPE",
- "ACTION_TYPE",
- "SHOT_TYPE",
- "SHOT_ZONE_BASIC",
- "SHOT_ZONE_AREA",
- "SHOT_ZONE_RANGE",
- "SHOT_DISTANCE",
- "LOC_X",
- "LOC_Y",
- "SHOT_ATTEMPTED_FLAG",
- "SHOT_MADE_FLAG",
- "GAME_DATE",
- "HTM",
- "VTM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotChartLineupLeagueAverage",
- "headers": [
- "GRID_TYPE",
- "SHOT_ZONE_BASIC",
- "SHOT_ZONE_AREA",
- "SHOT_ZONE_RANGE",
- "FGA",
- "FGM",
- "FG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
PlayType | null or string (PlayType) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
SeasonType required | string (SeasonType) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
TypeGrouping | null or string (TypeGrouping) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "PlayType": "$request.query.PlayType",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "SeasonType": "$request.query.SeasonType",
- "SeasonYear": "$request.query.SeasonYear",
- "TypeGrouping": "$request.query.TypeGrouping"
}, - "resource": "synergyplaytypes",
- "resultSets": [
- {
- "name": "SynergyPlayType",
- "headers": [
- "SEASON_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "PLAY_TYPE",
- "TYPE_GROUPING",
- "PERCENTILE",
- "GP",
- "POSS_PCT",
- "PPP",
- "FG_PCT",
- "FT_POSS_PCT",
- "TOV_POSS_PCT",
- "SF_POSS_PCT",
- "PLUSONE_POSS_PCT",
- "SCORE_POSS_PCT",
- "EFG_PCT",
- "POSS",
- "PTS",
- "FGM",
- "FGA",
- "FGMX"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID1 required | string (PlayerID1) [to do] |
PlayerID2 required | string (PlayerID2) [to do] |
PlayerID3 required | string (PlayerID3) [to do] |
PlayerID4 required | string (PlayerID4) [to do] |
PlayerID5 required | string (PlayerID5) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsPlayerID1 required | string (VsPlayerID1) [to do] |
VsPlayerID2 required | string (VsPlayerID2) [to do] |
VsPlayerID3 required | string (VsPlayerID3) [to do] |
VsPlayerID4 required | string (VsPlayerID4) [to do] |
VsPlayerID5 required | string (VsPlayerID5) [to do] |
VsTeamID | string (VsTeamID) [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID1": "$request.query.PlayerID1",
- "PlayerID2": "$request.query.PlayerID2",
- "PlayerID3": "$request.query.PlayerID3",
- "PlayerID4": "$request.query.PlayerID4",
- "PlayerID5": "$request.query.PlayerID5",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsPlayerID1": "$request.query.VsPlayerID1",
- "VsPlayerID2": "$request.query.VsPlayerID2",
- "VsPlayerID3": "$request.query.VsPlayerID3",
- "VsPlayerID4": "$request.query.VsPlayerID4",
- "VsPlayerID5": "$request.query.VsPlayerID5",
- "VsTeamID": "$request.query.VsTeamID"
}, - "resource": "teamandplayersvsplayers",
- "resultSets": [
- {
- "name": "PlayersVsPlayers",
- "headers": [
- "GROUP_SET",
- "TITLE_DESCRIPTION",
- "DESCRIPTION",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}, - {
- "name": "TeamPlayersVsPlayersOff",
- "headers": [
- "GROUP_SET",
- "TITLE_DESCRIPTION",
- "PLAYER_ID",
- "PLAYER_NAME",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}, - {
- "name": "TeamPlayersVsPlayersOn",
- "headers": [
- "GROUP_SET",
- "TITLE_DESCRIPTION",
- "PLAYER_ID",
- "PLAYER_NAME",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}, - {
- "name": "TeamVsPlayers",
- "headers": [
- "GROUP_SET",
- "TITLE_DESCRIPTION",
- "DESCRIPTION",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}, - {
- "name": "TeamVsPlayersOff",
- "headers": [
- "GROUP_SET",
- "TITLE_DESCRIPTION",
- "DESCRIPTION",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameID required | string (GameID) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GroupQuantity required | string (GroupQuantity) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameID": "$request.query.GameID",
- "GameSegment": "$request.query.GameSegment",
- "GroupQuantity": "$request.query.GroupQuantity",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashlineups",
- "resultSets": [
- {
- "name": "Lineups",
- "headers": [
- "GROUP_SET",
- "GROUP_ID",
- "GROUP_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Overall",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashptpass",
- "resultSets": [
- {
- "name": "PassesMade",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "TEAM_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PASS_TYPE",
- "G",
- "PASS_TO",
- "PASS_TEAMMATE_PLAYER_ID",
- "FREQUENCY",
- "PASS",
- "AST",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PassesReceived",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "TEAM_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PASS_TYPE",
- "G",
- "PASS_FROM",
- "PASS_TEAMMATE_PLAYER_ID",
- "FREQUENCY",
- "PASS",
- "AST",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashptreb",
- "resultSets": [
- {
- "name": "NumContestedRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "REB_NUM_CONTESTING_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "G",
- "OVERALL",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "RebDistanceRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "REB_DIST_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "SHOT_DIST_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotTypeRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "SHOT_TYPE_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashptshots",
- "resultSets": [
- {
- "name": "ClosestDefender10ftPlusShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "CLOSE_DEF_DIST_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ClosestDefenderShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "CLOSE_DEF_DIST_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DribbleShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "DRIBBLE_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GeneralShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotClockShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_CLOCK_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TouchTimeShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "TOUCH_TIME_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashboardbygeneralsplits",
- "resultSets": [
- {
- "name": "DaysRestTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "TEAM_DAYS_REST_RANGE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LocationTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "TEAM_GAME_LOCATION",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "MonthTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "SEASON_MONTH_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "SEASON_YEAR",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PrePostAllStarTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "SEASON_SEGMENT",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WinsLossesTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GAME_RESULT",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashboardbyshootingsplits",
- "resultSets": [
- {
- "name": "AssistedBy",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "AssitedShotTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "SEASON_YEAR",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Shot5FTTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Shot8FTTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotTypeTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "TeamID": "$request.query.TeamID"
}, - "resource": "teamdetails",
- "resultSets": [
- {
- "name": "TeamAwardsChampionships",
- "headers": [
- "YEARAWARDED",
- "OPPOSITETEAM"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "TeamAwardsConf",
- "headers": [
- "YEARAWARDED",
- "OPPOSITETEAM"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "TeamAwardsDiv",
- "headers": [
- "YEARAWARDED",
- "OPPOSITETEAM"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "TeamBackground",
- "headers": [
- "TEAM_ID",
- "ABBREVIATION",
- "NICKNAME",
- "YEARFOUNDED",
- "CITY",
- "ARENA",
- "ARENACAPACITY",
- "OWNER",
- "GENERALMANAGER",
- "HEADCOACH",
- "DLEAGUEAFFILIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamHistory",
- "headers": [
- "TEAM_ID",
- "CITY",
- "NICKNAME",
- "YEARFOUNDED",
- "YEARACTIVETILL"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamHof",
- "headers": [
- "PLAYERID",
- "PLAYER",
- "POSITION",
- "JERSEY",
- "SEASONSWITHTEAM",
- "YEAR"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamRetired",
- "headers": [
- "PLAYERID",
- "PLAYER",
- "POSITION",
- "JERSEY",
- "SEASONSWITHTEAM",
- "YEAR"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamSocialSites",
- "headers": [
- "ACCOUNTTYPE",
- "WEBSITE_LINK"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "teamestimatedmetrics",
- "resultSets": [
- {
- "name": "TeamEstimatedMetrics",
- "headers": [
- "TEAM_NAME",
- "TEAM_ID",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "E_OFF_RATING",
- "E_DEF_RATING",
- "E_NET_RATING",
- "E_PACE",
- "E_AST_RATIO",
- "E_OREB_PCT",
- "E_DREB_PCT",
- "E_REB_PCT",
- "E_TM_TOV_PCT",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "E_OFF_RATING_RANK",
- "E_DEF_RATING_RANK",
- "E_NET_RATING_RANK",
- "E_AST_RATIO_RANK",
- "E_OREB_PCT_RANK",
- "E_DREB_PCT_RANK",
- "E_REB_PCT_RANK",
- "E_TM_TOV_PCT_RANK",
- "E_PACE_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID"
}, - "resource": "teamgamelog",
- "resultSets": [
- {
- "name": "TeamGameLog",
- "headers": [
- "Team_ID",
- "Game_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OppTeamID | null or string (OppTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OppTeamID": "$request.query.OppTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamgamelogs",
- "resultSets": [
- {
- "name": "TeamGameLogs",
- "headers": [
- "SEASON_YEAR",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GAME_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonID | string (SeasonID) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonID": "$request.query.SeasonID",
- "TeamID": "$request.query.TeamID"
}, - "resource": "teamhistoricalleaders",
- "resultSets": [
- {
- "name": "CareerLeadersByTeam",
- "headers": [
- "TEAM_ID",
- "PTS",
- "PTS_PERSON_ID",
- "PTS_PLAYER",
- "AST",
- "AST_PERSON_ID",
- "AST_PLAYER",
- "REB",
- "REB_PERSON_ID",
- "REB_PLAYER",
- "BLK",
- "BLK_PERSON_ID",
- "BLK_PLAYER",
- "STL",
- "STL_PERSON_ID",
- "STL_PLAYER",
- "SEASON_YEAR"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID"
}, - "resource": "teaminfocommon",
- "resultSets": [
- {
- "name": "AvailableSeasons",
- "headers": [
- "SEASON_ID"
], - "rowSet": [
- [
- "string"
]
]
}, - {
- "name": "TeamInfoCommon",
- "headers": [
- "TEAM_ID",
- "SEASON_YEAR",
- "TEAM_CITY",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CONFERENCE",
- "TEAM_DIVISION",
- "TEAM_CODE",
- "W",
- "L",
- "PCT",
- "CONF_RANK",
- "DIV_RANK",
- "MIN_YEAR",
- "MAX_YEAR"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamSeasonRanks",
- "headers": [
- "LEAGUE_ID",
- "SEASON_ID",
- "TEAM_ID",
- "PTS_RANK",
- "PTS_PG",
- "REB_RANK",
- "REB_PG",
- "AST_RANK",
- "AST_PG",
- "OPP_PTS_RANK",
- "OPP_PTS_PG"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamplayerdashboard",
- "resultSets": [
- {
- "name": "PlayersSeasonTotals",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamOverall",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_NAME",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamplayeronoffdetails",
- "resultSets": [
- {
- "name": "OverallTeamPlayerOnOffDetails",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayersOffCourtTeamPlayerOnOffDetails",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayersOnCourtTeamPlayerOnOffDetails",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamplayeronoffsummary",
- "resultSets": [
- {
- "name": "OverallTeamPlayerOnOffSummary",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayersOffCourtTeamPlayerOnOffSummary",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "MIN",
- "PLUS_MINUS",
- "OFF_RATING",
- "DEF_RATING",
- "NET_RATING"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayersOnCourtTeamPlayerOnOffSummary",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "MIN",
- "PLUS_MINUS",
- "OFF_RATING",
- "DEF_RATING",
- "NET_RATING"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsPlayerID required | string (VsPlayerID) [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsPlayerID": "$request.query.VsPlayerID"
}, - "resource": "teamvsplayer",
- "resultSets": [
- {
- "name": "OnOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Overall",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaOnCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaOverall",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOnCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOverall",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "vsPlayerOverall",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "PLAYER_ID",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID"
}, - "resource": "teamyearbyyearstats",
- "resultSets": [
- {
- "name": "TeamStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "E_TM_TOV_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
AheadBehind required | string (AheadBehind) Enum: "Ahead or Behind" "Behind or Tied" "Ahead or Tied" [to do] |
ClutchTime required | string (ClutchTime) Enum: "Last 5 Minutes" "Last 4 Minutes" "Last 3 Minutes" "Last 2 Minutes" "Last 1 Minute" "Last 30 Seconds" "Last 10 Seconds" [to do] |
ContextFilter | null or string (ContextFilter) [to do] |
ContextMeasure required | string (ContextMeasure) Enum: "PTS" "FGM" "FGA" "FGPCT" "FG3M" "FG3A" "FG3PCT" "PF" "EFGPCT" "TSPCT" "PTSFB" "PTSOFFTOV" "PTS2NDCHANCE" "PF" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PointDiff required | string (PointDiff) [to do] |
Position | null or string (Position) Enum: null "Guard" "Forward" "Center" [to do] |
RangeType required | string (RangeType) [to do] |
RookieYear | null or string (RookieYear) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "AheadBehind": "$request.query.AheadBehind",
- "ClutchTime": "$request.query.ClutchTime",
- "ContextFilter": "$request.query.ContextFilter",
- "ContextMeasure": "$request.query.ContextMeasure",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PointDiff": "$request.query.PointDiff",
- "Position": "$request.query.Position",
- "RangeType": "$request.query.RangeType",
- "RookieYear": "$request.query.RookieYear",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "videodetails",
- "resultSets": [ ]
}
[to do]
GameEventID required | string (GameEventID) [to do] |
GameID required | string (GameID) [to do] |
{- "parameters": {
- "GameEventID": "$request.query.GameEventID",
- "GameID": "$request.query.GameID"
}, - "resource": "videoevents",
- "resultSets": [ ]
}
[to do]
GameDate required | string (GameDate) [to do] |
LeagueID required | string (LeagueID) [to do] |
{- "parameters": {
- "GameDate": "$request.query.GameDate",
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "videostatus",
- "resultSets": [
- {
- "name": "VideoStatus",
- "headers": [
- "GAME_ID",
- "GAME_DATE",
- "VISITOR_TEAM_ID",
- "VISITOR_TEAM_CITY",
- "VISITOR_TEAM_NAME",
- "VISITOR_TEAM_ABBREVIATION",
- "HOME_TEAM_ID",
- "HOME_TEAM_CITY",
- "HOME_TEAM_NAME",
- "HOME_TEAM_ABBREVIATION",
- "GAME_STATUS",
- "GAME_STATUS_TEXT",
- "IS_AVAILABLE",
- "PT_XYZ_AVAILABLE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameID required | string (GameID) [to do] |
RunType required | string (RunType) [to do] |
{- "parameters": {
- "GameID": "$request.query.GameID",
- "RunType": "$request.query.RunType"
}, - "resource": "winprobabilitypbp",
- "resultSets": [
- {
- "name": "GameInfo",
- "headers": [
- "GAME_DATE",
- "ATTENDANCE",
- "GAME_TIME"
], - "rowSet": [
- [
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WinProbPBP",
- "headers": [
- "GAME_ID",
- "EVENT_NUM",
- "HOME_PCT",
- "VISITOR_PCT",
- "HOME_PTS",
- "VISITOR_PTS",
- "HOME_SCORE_MARGIN",
- "PERIOD",
- "SECONDS_REMAINING",
- "HOME_POSS_IND",
- "HOME_G",
- "DESCRIPTION",
- "LOCATION",
- "PCTIMESTRING",
- "ISVISIBLE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
SeasonType required | string (SeasonType) [to do] |
TopX required | string (TopX) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "SeasonType": "$request.query.SeasonType",
- "TopX": "$request.query.TopX"
}, - "resource": "alltimeleadersgrids",
- "resultSets": [
- {
- "name": "ASTLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "AST",
- "AST_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "BLKLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "BLK",
- "BLK_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DREBLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "DREB",
- "DREB_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FG3ALeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FG3A",
- "FG3A_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FG3MLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FG3M",
- "FG3M_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FG3_PCTLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FG3_PCT",
- "FG3_PCT_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FGALeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGA",
- "FGA_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FGMLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGM_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FG_PCTLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FG_PCT",
- "FG_PCT_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FTALeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FTA",
- "FTA_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FTMLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FTM",
- "FTM_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FT_PCTLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "FT_PCT",
- "FT_PCT_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GPLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "GP",
- "GP_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OREBLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "OREB",
- "OREB_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PFLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "PF",
- "PF_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PTSLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "PTS",
- "PTS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "REBLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "REB",
- "REB_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "STLLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "STL",
- "STL_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TOVLeaders",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TOV",
- "TOV_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "assistleaders",
- "resultSets": [
- {
- "name": "AssistLeaders",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "AST"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameScope": "$request.query.GameScope",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "assisttracker",
- "resultSets": [
- {
- "name": "AssistTracker",
- "headers": [
- "ASSISTS"
], - "rowSet": [
- [
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscoreadvancedv2",
- "resultSets": [
- {
- "name": "PlayerStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "E_TM_TOV_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscorefourfactorsv2",
- "resultSets": [
- {
- "name": "sqlPlayersFourFactors",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "EFG_PCT",
- "FTA_RATE",
- "TM_TOV_PCT",
- "OREB_PCT",
- "OPP_EFG_PCT",
- "OPP_FTA_RATE",
- "OPP_TOV_PCT",
- "OPP_OREB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "sqlTeamsFourFactors",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "EFG_PCT",
- "FTA_RATE",
- "TM_TOV_PCT",
- "OREB_PCT",
- "OPP_EFG_PCT",
- "OPP_FTA_RATE",
- "OPP_TOV_PCT",
- "OPP_OREB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscoremiscv2",
- "resultSets": [
- {
- "name": "sqlPlayersMisc",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "PTS_OFF_TOV",
- "PTS_2ND_CHANCE",
- "PTS_FB",
- "PTS_PAINT",
- "OPP_PTS_OFF_TOV",
- "OPP_PTS_2ND_CHANCE",
- "OPP_PTS_FB",
- "OPP_PTS_PAINT",
- "BLK",
- "BLKA",
- "PF",
- "PFD"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "sqlTeamsMisc",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "PTS_OFF_TOV",
- "PTS_2ND_CHANCE",
- "PTS_FB",
- "PTS_PAINT",
- "OPP_PTS_OFF_TOV",
- "OPP_PTS_2ND_CHANCE",
- "OPP_PTS_FB",
- "OPP_PTS_PAINT",
- "BLK",
- "BLKA",
- "PF",
- "PFD"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "GameID": "$request.query.GameID"
}, - "resource": "boxscoreplayertrackv2",
- "resultSets": [
- {
- "name": "PlayerStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "E_TM_TOV_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscorescoringv2",
- "resultSets": [
- {
- "name": "sqlPlayersScoring",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "PCT_FGA_2PT",
- "PCT_FGA_3PT",
- "PCT_PTS_2PT",
- "PCT_PTS_2PT_MR",
- "PCT_PTS_3PT",
- "PCT_PTS_FB",
- "PCT_PTS_FT",
- "PCT_PTS_OFF_TOV",
- "PCT_PTS_PAINT",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "sqlTeamsScoring",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "PCT_FGA_2PT",
- "PCT_FGA_3PT",
- "PCT_PTS_2PT",
- "PCT_PTS_2PT_MR",
- "PCT_PTS_3PT",
- "PCT_PTS_FB",
- "PCT_PTS_FT",
- "PCT_PTS_OFF_TOV",
- "PCT_PTS_PAINT",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Person1Id required | string (Person1Id) [to do] |
Person1LeagueId required | string (Person1LeagueId) [to do] |
Person1Season required | string (Person1Season) [to do] |
Person1SeasonType required | string (Person1SeasonType) [to do] |
Person2Id required | string (Person2Id) [to do] |
Person2LeagueId required | string (Person2LeagueId) [to do] |
Person2Season required | string (Person2Season) [to do] |
Person2SeasonType required | string (Person2SeasonType) [to do] |
{- "parameters": {
- "Person1Id": "$request.query.Person1Id",
- "Person1LeagueId": "$request.query.Person1LeagueId",
- "Person1Season": "$request.query.Person1Season",
- "Person1SeasonType": "$request.query.Person1SeasonType",
- "Person2Id": "$request.query.Person2Id",
- "Person2LeagueId": "$request.query.Person2LeagueId",
- "Person2Season": "$request.query.Person2Season",
- "Person2SeasonType": "$request.query.Person2SeasonType"
}, - "resource": "boxscoresimilarityscore",
- "resultSets": [
- {
- "name": "BoxScoreSimilarityScores",
- "headers": [
- "PERSON_2_ID",
- "PERSON_2",
- "PERSON_2_TEAM_ID",
- "SIMILARITY_SCORE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "GameID": "$request.query.GameID"
}, - "resource": "boxscoresummaryv2",
- "resultSets": [
- {
- "name": "AvailableVideo",
- "headers": [
- "GAME_ID",
- "VIDEO_AVAILABLE_FLAG",
- "PT_AVAILABLE",
- "PT_XYZ_AVAILABLE",
- "WH_STATUS",
- "HUSTLE_STATUS",
- "HISTORICAL_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GameInfo",
- "headers": [
- "GAME_DATE",
- "ATTENDANCE",
- "GAME_TIME"
], - "rowSet": [
- [
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GameSummary",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "GAME_STATUS_ID",
- "GAME_STATUS_TEXT",
- "GAMECODE",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "SEASON",
- "LIVE_PERIOD",
- "LIVE_PC_TIME",
- "NATL_TV_BROADCASTER_ABBREVIATION",
- "LIVE_PERIOD_TIME_BCAST",
- "WH_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "InactivePlayers",
- "headers": [
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "JERSEY_NUM",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "TEAM_ABBREVIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LastMeeting",
- "headers": [
- "GAME_ID",
- "LAST_GAME_ID",
- "LAST_GAME_DATE_EST",
- "LAST_GAME_HOME_TEAM_ID",
- "LAST_GAME_HOME_TEAM_CITY",
- "LAST_GAME_HOME_TEAM_NAME",
- "LAST_GAME_HOME_TEAM_ABBREVIATION",
- "LAST_GAME_HOME_TEAM_POINTS",
- "LAST_GAME_VISITOR_TEAM_ID",
- "LAST_GAME_VISITOR_TEAM_CITY",
- "LAST_GAME_VISITOR_TEAM_NAME",
- "LAST_GAME_VISITOR_TEAM_CITY1",
- "LAST_GAME_VISITOR_TEAM_POINTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LineScore",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY_NAME",
- "TEAM_NICKNAME",
- "TEAM_WINS_LOSSES",
- "PTS_QTR1",
- "PTS_QTR2",
- "PTS_QTR3",
- "PTS_QTR4",
- "PTS_OT1",
- "PTS_OT2",
- "PTS_OT3",
- "PTS_OT4",
- "PTS_OT5",
- "PTS_OT6",
- "PTS_OT7",
- "PTS_OT8",
- "PTS_OT9",
- "PTS_OT10",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Officials",
- "headers": [
- "OFFICIAL_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "JERSEY_NUM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OtherStats",
- "headers": [
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PTS_PAINT",
- "PTS_2ND_CHANCE",
- "PTS_FB",
- "LARGEST_LEAD",
- "LEAD_CHANGES",
- "TIMES_TIED",
- "TEAM_TURNOVERS",
- "TOTAL_TURNOVERS",
- "TEAM_REBOUNDS",
- "PTS_OFF_TO"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonSeries",
- "headers": [
- "GAME_ID",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "GAME_DATE_EST",
- "HOME_TEAM_WINS",
- "HOME_TEAM_LOSSES",
- "SERIES_LEADER"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscoretraditionalv2",
- "resultSets": [
- {
- "name": "PlayerStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamStarterBenchStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "STARTERS_BENCH",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TO",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "E_TM_TOV_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
RangeType required | string (RangeType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "RangeType": "$request.query.RangeType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange"
}, - "resource": "boxscoreusagev2",
- "resultSets": [
- {
- "name": "sqlPlayersUsage",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "PLAYER_ID",
- "PLAYER_NAME",
- "START_POSITION",
- "COMMENT",
- "MIN",
- "USG_PCT",
- "PCT_FGM",
- "PCT_FGA",
- "PCT_FG3M",
- "PCT_FG3A",
- "PCT_FTM",
- "PCT_FTA",
- "PCT_OREB",
- "PCT_DREB",
- "PCT_REB",
- "PCT_AST",
- "PCT_TOV",
- "PCT_STL",
- "PCT_BLK",
- "PCT_BLKA",
- "PCT_PF",
- "PCT_PFD",
- "PCT_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "sqlTeamsUsage",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "USG_PCT",
- "PCT_FGM",
- "PCT_FGA",
- "PCT_FG3M",
- "PCT_FG3A",
- "PCT_FTM",
- "PCT_FTA",
- "PCT_OREB",
- "PCT_DREB",
- "PCT_REB",
- "PCT_AST",
- "PCT_TOV",
- "PCT_STL",
- "PCT_BLK",
- "PCT_BLKA",
- "PCT_PF",
- "PCT_PFD",
- "PCT_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
IsOnlyCurrentSeason required | string (IsOnlyCurrentSeason) [to do] |
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
{- "parameters": {
- "IsOnlyCurrentSeason": "$request.query.IsOnlyCurrentSeason",
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season"
}, - "resource": "commonallplayers",
- "resultSets": [
- {
- "name": "CommonAllPlayers",
- "headers": [
- "PERSON_ID",
- "DISPLAY_LAST_COMMA_FIRST",
- "DISPLAY_FIRST_LAST",
- "ROSTERSTATUS",
- "FROM_YEAR",
- "TO_YEAR",
- "PLAYERCODE",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CODE",
- "GAMES_PLAYED_FLAG",
- "OTHERLEAGUE_EXPERIENCE_CH"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PlayerID required | string (PlayerID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PlayerID": "$request.query.PlayerID"
}, - "resource": "commonplayerinfo",
- "resultSets": [
- {
- "name": "AvailableSeasons",
- "headers": [
- "SEASON_ID"
], - "rowSet": [
- [
- "string"
]
]
}, - {
- "name": "CommonPlayerInfo",
- "headers": [
- "PERSON_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "DISPLAY_FIRST_LAST",
- "DISPLAY_LAST_COMMA_FIRST",
- "DISPLAY_FI_LAST",
- "PLAYER_SLUG",
- "BIRTHDATE",
- "SCHOOL",
- "COUNTRY",
- "LAST_AFFILIATION",
- "HEIGHT",
- "WEIGHT",
- "SEASON_EXP",
- "JERSEY",
- "POSITION",
- "ROSTERSTATUS",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CODE",
- "TEAM_CITY",
- "PLAYERCODE",
- "FROM_YEAR",
- "TO_YEAR",
- "DLEAGUE_FLAG",
- "NBA_FLAG",
- "GAMES_PLAYED_FLAG",
- "DRAFT_YEAR",
- "DRAFT_ROUND",
- "DRAFT_NUMBER"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- null,
- null,
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- null
]
]
}, - {
- "name": "PlayerHeadlineStats",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TimeFrame",
- "PTS",
- "AST",
- "REB",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeriesID | string (SeriesID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeriesID": "$request.query.SeriesID"
}, - "resource": "commonplayoffseries",
- "resultSets": [
- {
- "name": "PlayoffSeries",
- "headers": [
- "GAME_ID",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "SERIES_ID",
- "GAME_NUM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "TeamID": "$request.query.TeamID"
}, - "resource": "commonteamroster",
- "resultSets": [
- {
- "name": "Coaches",
- "headers": [
- "TEAM_ID",
- "SEASON",
- "COACH_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "COACH_NAME",
- "IS_ASSISTANT",
- "COACH_TYPE",
- "SORT_SEQUENCE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CommonTeamRoster",
- "headers": [
- "TeamID",
- "SEASON",
- "LeagueID",
- "PLAYER",
- "PLAYER_SLUG",
- "NUM",
- "POSITION",
- "HEIGHT",
- "WEIGHT",
- "BIRTH_DATE",
- "AGE",
- "EXP",
- "SCHOOL",
- "PLAYER_ID"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "commonteamyears",
- "resultSets": [
- {
- "name": "TeamYears",
- "headers": [
- "LEAGUE_ID",
- "TEAM_ID",
- "MIN_YEAR",
- "MAX_YEAR",
- "ABBREVIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameIDs required | string (GameIDs) [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "GameIDs": "$request.query.GameIDs",
- "LeagueID": "$request.query.LeagueID",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "cumestatsplayer",
- "resultSets": [
- {
- "name": "GameByGameStats",
- "headers": [
- "DATE_EST",
- "VISITOR_TEAM",
- "HOME_TEAM",
- "GP",
- "GS",
- "ACTUAL_MINUTES",
- "ACTUAL_SECONDS",
- "FG",
- "FGA",
- "FG_PCT",
- "FG3",
- "FG3A",
- "FG3_PCT",
- "FT",
- "FTA",
- "FT_PCT",
- "OFF_REB",
- "DEF_REB",
- "TOT_REB",
- "AVG_TOT_REB",
- "AST",
- "PF",
- "DQ",
- "STL",
- "TURNOVERS",
- "BLK",
- "PTS",
- "AVG_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TotalPlayerStats",
- "headers": [
- "DISPLAY_FI_LAST",
- "PERSON_ID",
- "JERSEY_NUM",
- "GP",
- "GS",
- "ACTUAL_MINUTES",
- "ACTUAL_SECONDS",
- "FG",
- "FGA",
- "FG_PCT",
- "FG3",
- "FG3A",
- "FG3_PCT",
- "FT",
- "FTA",
- "FT_PCT",
- "OFF_REB",
- "DEF_REB",
- "TOT_REB",
- "AST",
- "PF",
- "DQ",
- "STL",
- "TURNOVERS",
- "BLK",
- "PTS",
- "MAX_ACTUAL_MINUTES",
- "MAX_ACTUAL_SECONDS",
- "MAX_REB",
- "MAX_AST",
- "MAX_STL",
- "MAX_TURNOVERS",
- "MAX_BLK",
- "MAX_PTS",
- "AVG_ACTUAL_MINUTES",
- "AVG_ACTUAL_SECONDS",
- "AVG_TOT_REB",
- "AVG_AST",
- "AVG_STL",
- "AVG_TURNOVERS",
- "AVG_BLK",
- "AVG_PTS",
- "PER_MIN_TOT_REB",
- "PER_MIN_AST",
- "PER_MIN_STL",
- "PER_MIN_TURNOVERS",
- "PER_MIN_BLK",
- "PER_MIN_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsTeamID | string (VsTeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Outcome": "$request.query.Outcome",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsTeamID": "$request.query.VsTeamID"
}, - "resource": "cumestatsplayergames",
- "resultSets": [
- {
- "name": "CumeStatsPlayerGames",
- "headers": [
- "MATCHUP",
- "GAME_ID"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}
]
}
[to do]
GameIDs required | string (GameIDs) [to do] |
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "GameIDs": "$request.query.GameIDs",
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID"
}, - "resource": "cumestatsteam",
- "resultSets": [
- {
- "name": "GameByGameStats",
- "headers": [
- "DATE_EST",
- "VISITOR_TEAM",
- "HOME_TEAM",
- "GP",
- "GS",
- "ACTUAL_MINUTES",
- "ACTUAL_SECONDS",
- "FG",
- "FGA",
- "FG_PCT",
- "FG3",
- "FG3A",
- "FG3_PCT",
- "FT",
- "FTA",
- "FT_PCT",
- "OFF_REB",
- "DEF_REB",
- "TOT_REB",
- "AVG_TOT_REB",
- "AST",
- "PF",
- "DQ",
- "STL",
- "TURNOVERS",
- "BLK",
- "PTS",
- "AVG_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TotalTeamStats",
- "headers": [
- "CITY",
- "NICKNAME",
- "TEAM_ID",
- "W",
- "L",
- "W_HOME",
- "L_HOME",
- "W_ROAD",
- "L_ROAD",
- "TEAM_TURNOVERS",
- "TEAM_REBOUNDS",
- "GP",
- "GS",
- "ACTUAL_MINUTES",
- "ACTUAL_SECONDS",
- "FG",
- "FGA",
- "FG_PCT",
- "FG3",
- "FG3A",
- "FG3_PCT",
- "FT",
- "FTA",
- "FT_PCT",
- "OFF_REB",
- "DEF_REB",
- "TOT_REB",
- "AST",
- "PF",
- "STL",
- "TOTAL_TURNOVERS",
- "BLK",
- "PTS",
- "AVG_REB",
- "AVG_PTS",
- "DQ"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonID | string (SeasonID) [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsTeamID | string (VsTeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Outcome": "$request.query.Outcome",
- "Season": "$request.query.Season",
- "SeasonID": "$request.query.SeasonID",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsTeamID": "$request.query.VsTeamID"
}, - "resource": "cumestatsteamgames",
- "resultSets": [
- {
- "name": "CumeStatsTeamGames",
- "headers": [
- "MATCHUP",
- "GAME_ID"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}
]
}
[to do]
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
PlayerScope required | string (PlayerScope) Enum: "All Players" "Rookies" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "GameScope": "$request.query.GameScope",
- "LeagueID": "$request.query.LeagueID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "PlayerScope": "$request.query.PlayerScope",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "defensehub",
- "resultSets": [
- {
- "name": "DefenseHubStat1",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "DREB"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat10",
- "headers": [ ],
- "rowSet": [
- [ ]
]
}, - {
- "name": "DefenseHubStat2",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "STL"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat3",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "BLK"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat4",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "TM_DEF_RATING"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat5",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "OVERALL_PM"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat6",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "THREEP_DFGPCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat7",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "TWOP_DFGPCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat8",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "FIFETEENF_DFGPCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DefenseHubStat9",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "DEF_RIM_PCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
LeagueID required | string (LeagueID) [to do] |
OverallPick | null or string (OverallPick) [to do] |
RoundNum | null or string (RoundNum) [to do] |
RoundPick | null or string (RoundPick) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
TeamID | string (TeamID) [to do] |
TopX required | string (TopX) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "LeagueID": "$request.query.LeagueID",
- "OverallPick": "$request.query.OverallPick",
- "RoundNum": "$request.query.RoundNum",
- "RoundPick": "$request.query.RoundPick",
- "Season": "$request.query.Season",
- "TeamID": "$request.query.TeamID",
- "TopX": "$request.query.TopX"
}, - "resource": "draftboard",
- "resultSets": [
- {
- "name": "DraftBoard",
- "headers": [
- "PERSON_ID",
- "PLAYER_NAME",
- "SEASON",
- "ROUND_NUMBER",
- "ROUND_PICK",
- "OVERALL_PICK",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "ORGANIZATION",
- "ORGANIZATION_TYPE",
- "HEIGHT",
- "WEIGHT",
- "POSITION",
- "JERSEY_NUMBER",
- "BIRTHDATE",
- "AGE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- null,
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "draftcombinedrillresults",
- "resultSets": [
- {
- "name": "Results",
- "headers": [
- "TEMP_PLAYER_ID",
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "PLAYER_NAME",
- "POSITION",
- "STANDING_VERTICAL_LEAP",
- "MAX_VERTICAL_LEAP",
- "LANE_AGILITY_TIME",
- "MODIFIED_LANE_AGILITY_TIME",
- "THREE_QUARTER_SPRINT",
- "BENCH_PRESS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "draftcombinenonstationaryshooting",
- "resultSets": [
- {
- "name": "Results",
- "headers": [
- "TEMP_PLAYER_ID",
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "PLAYER_NAME",
- "POSITION",
- "STANDING_VERTICAL_LEAP",
- "MAX_VERTICAL_LEAP",
- "LANE_AGILITY_TIME",
- "MODIFIED_LANE_AGILITY_TIME",
- "THREE_QUARTER_SPRINT",
- "BENCH_PRESS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "draftcombineplayeranthro",
- "resultSets": [
- {
- "name": "Results",
- "headers": [
- "TEMP_PLAYER_ID",
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "PLAYER_NAME",
- "POSITION",
- "STANDING_VERTICAL_LEAP",
- "MAX_VERTICAL_LEAP",
- "LANE_AGILITY_TIME",
- "MODIFIED_LANE_AGILITY_TIME",
- "THREE_QUARTER_SPRINT",
- "BENCH_PRESS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "draftcombinespotshooting",
- "resultSets": [
- {
- "name": "Results",
- "headers": [
- "TEMP_PLAYER_ID",
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "PLAYER_NAME",
- "POSITION",
- "STANDING_VERTICAL_LEAP",
- "MAX_VERTICAL_LEAP",
- "LANE_AGILITY_TIME",
- "MODIFIED_LANE_AGILITY_TIME",
- "THREE_QUARTER_SPRINT",
- "BENCH_PRESS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "draftcombinestats",
- "resultSets": [
- {
- "name": "DraftCombineStats",
- "headers": [
- "SEASON",
- "PLAYER_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "PLAYER_NAME",
- "POSITION",
- "HEIGHT_WO_SHOES",
- "HEIGHT_WO_SHOES_FT_IN",
- "HEIGHT_W_SHOES",
- "HEIGHT_W_SHOES_FT_IN",
- "WEIGHT",
- "WINGSPAN",
- "WINGSPAN_FT_IN",
- "STANDING_REACH",
- "STANDING_REACH_FT_IN",
- "BODY_FAT_PCT",
- "HAND_LENGTH",
- "HAND_WIDTH",
- "STANDING_VERTICAL_LEAP",
- "MAX_VERTICAL_LEAP",
- "LANE_AGILITY_TIME",
- "MODIFIED_LANE_AGILITY_TIME",
- "THREE_QUARTER_SPRINT",
- "BENCH_PRESS",
- "SPOT_FIFTEEN_CORNER_LEFT",
- "SPOT_FIFTEEN_BREAK_LEFT",
- "SPOT_FIFTEEN_TOP_KEY",
- "SPOT_FIFTEEN_BREAK_RIGHT",
- "SPOT_FIFTEEN_CORNER_RIGHT",
- "SPOT_COLLEGE_CORNER_LEFT",
- "SPOT_COLLEGE_BREAK_LEFT",
- "SPOT_COLLEGE_TOP_KEY",
- "SPOT_COLLEGE_BREAK_RIGHT",
- "SPOT_COLLEGE_CORNER_RIGHT",
- "SPOT_NBA_CORNER_LEFT",
- "SPOT_NBA_BREAK_LEFT",
- "SPOT_NBA_TOP_KEY",
- "SPOT_NBA_BREAK_RIGHT",
- "SPOT_NBA_CORNER_RIGHT",
- "OFF_DRIB_FIFTEEN_BREAK_LEFT",
- "OFF_DRIB_FIFTEEN_TOP_KEY",
- "OFF_DRIB_FIFTEEN_BREAK_RIGHT",
- "OFF_DRIB_COLLEGE_BREAK_LEFT",
- "OFF_DRIB_COLLEGE_TOP_KEY",
- "OFF_DRIB_COLLEGE_BREAK_RIGHT",
- "ON_MOVE_FIFTEEN",
- "ON_MOVE_COLLEGE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
LeagueID required | string (LeagueID) [to do] |
OverallPick | null or string (OverallPick) [to do] |
RoundNum | null or string (RoundNum) [to do] |
RoundPick | null or string (RoundPick) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
TeamID | string (TeamID) [to do] |
TopX required | string (TopX) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "LeagueID": "$request.query.LeagueID",
- "OverallPick": "$request.query.OverallPick",
- "RoundNum": "$request.query.RoundNum",
- "RoundPick": "$request.query.RoundPick",
- "Season": "$request.query.Season",
- "TeamID": "$request.query.TeamID",
- "TopX": "$request.query.TopX"
}, - "resource": "drafthistory",
- "resultSets": [
- {
- "name": "DraftHistory",
- "headers": [
- "PERSON_ID",
- "PLAYER_NAME",
- "SEASON",
- "ROUND_NUMBER",
- "ROUND_PICK",
- "OVERALL_PICK",
- "DRAFT_TYPE",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "ORGANIZATION",
- "ORGANIZATION_TYPE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
ActivePlayers required | string (ActivePlayers) Enum: "Y" "N" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
PORound | null or string (PORound) [to do] |
PlayerID required | string (PlayerID) [to do] |
Position | null or string (Position) Enum: null "Guard" "Forward" "Center" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
TodaysOpponent required | string (TodaysOpponent) [to do] |
TodaysPlayers required | string (TodaysPlayers) Enum: "Y" "N" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "ActivePlayers": "$request.query.ActivePlayers",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "PORound": "$request.query.PORound",
- "PlayerID": "$request.query.PlayerID",
- "Position": "$request.query.Position",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "TodaysOpponent": "$request.query.TodaysOpponent",
- "TodaysPlayers": "$request.query.TodaysPlayers",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "fantasywidget",
- "resultSets": [
- {
- "name": "FantasyWidgetResult",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "PLAYER_POSITION",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "GP",
- "MIN",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS",
- "PTS",
- "REB",
- "AST",
- "BLK",
- "STL",
- "TOV",
- "FG3M",
- "FGA",
- "FG_PCT",
- "FTA",
- "FT_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "franchisehistory",
- "resultSets": [
- {
- "name": "DefunctTeams",
- "headers": [
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "START_YEAR",
- "END_YEAR",
- "YEARS",
- "GAMES",
- "WINS",
- "LOSSES",
- "WIN_PCT",
- "PO_APPEARANCES",
- "DIV_TITLES",
- "CONF_TITLES",
- "LEAGUE_TITLES"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "FranchiseHistory",
- "headers": [
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "START_YEAR",
- "END_YEAR",
- "YEARS",
- "GAMES",
- "WINS",
- "LOSSES",
- "WIN_PCT",
- "PO_APPEARANCES",
- "DIV_TITLES",
- "CONF_TITLES",
- "LEAGUE_TITLES"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "TeamID": "$request.query.TeamID"
}, - "resource": "franchiseleaders",
- "resultSets": [
- {
- "name": "FranchiseLeaders",
- "headers": [
- "TEAM_ID",
- "PTS",
- "PTS_PERSON_ID",
- "PTS_PLAYER",
- "AST",
- "AST_PERSON_ID",
- "AST_PLAYER",
- "REB",
- "REB_PERSON_ID",
- "REB_PLAYER",
- "BLK",
- "BLK_PERSON_ID",
- "BLK_PLAYER",
- "STL",
- "STL_PERSON_ID",
- "STL_PLAYER"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID"
}, - "resource": "franchiseplayers",
- "resultSets": [
- {
- "name": "FranchisePlayers",
- "headers": [
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM",
- "PERSON_ID",
- "PLAYER",
- "SEASON_TYPE",
- "ACTIVE_WITH_TEAM",
- "GP",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "PF",
- "STL",
- "TOV",
- "BLK",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Person1Id required | string (Person1Id) [to do] |
Person1LeagueId required | string (Person1LeagueId) [to do] |
Person1Season required | string (Person1Season) [to do] |
Person1SeasonType required | string (Person1SeasonType) [to do] |
Person2Id required | string (Person2Id) [to do] |
Person2LeagueId required | string (Person2LeagueId) [to do] |
Person2Season required | string (Person2Season) [to do] |
Person2SeasonType required | string (Person2SeasonType) [to do] |
{- "parameters": {
- "Person1Id": "$request.query.Person1Id",
- "Person1LeagueId": "$request.query.Person1LeagueId",
- "Person1Season": "$request.query.Person1Season",
- "Person1SeasonType": "$request.query.Person1SeasonType",
- "Person2Id": "$request.query.Person2Id",
- "Person2LeagueId": "$request.query.Person2LeagueId",
- "Person2Season": "$request.query.Person2Season",
- "Person2SeasonType": "$request.query.Person2SeasonType"
}, - "resource": "glalumboxscoresimilarityscore",
- "resultSets": [
- {
- "name": "GLeagueAlumBoxScoreSimilarityScores",
- "headers": [
- "PERSON_2_ID",
- "PERSON_2",
- "TEAM_ID",
- "SIMILARITY_SCORE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameID required | string (GameID) [to do] |
LeagueID required | string (LeagueID) [to do] |
{- "parameters": {
- "GameID": "$request.query.GameID",
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "gamerotation",
- "resultSets": [
- {
- "name": "AwayTeam",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "PERSON_ID",
- "PLAYER_FIRST",
- "PLAYER_LAST",
- "IN_TIME_REAL",
- "OUT_TIME_REAL",
- "PLAYER_PTS",
- "PT_DIFF",
- "USG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomeTeam",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NAME",
- "PERSON_ID",
- "PLAYER_FIRST",
- "PLAYER_LAST",
- "IN_TIME_REAL",
- "OUT_TIME_REAL",
- "PLAYER_PTS",
- "PT_DIFF",
- "USG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
PlayerScope required | string (PlayerScope) Enum: "All Players" "Rookies" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
StatCategory required | string (StatCategory) Enum: "Points" "Rebounds" "Assists" "Defense" "Clutch" "Playmaking" "Efficiency" "Fast Break" "Scoring Breakdown" [to do] |
{- "parameters": {
- "GameScope": "$request.query.GameScope",
- "LeagueID": "$request.query.LeagueID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "PlayerScope": "$request.query.PlayerScope",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "StatCategory": "$request.query.StatCategory"
}, - "resource": "homepageleaders",
- "resultSets": [
- {
- "name": "HomePageLeaders",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "PTS",
- "FG_PCT",
- "FG3_PCT",
- "FT_PCT",
- "EFG_PCT",
- "TS_PCT",
- "PTS_PER48"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LeagueAverage",
- "headers": [
- "PTS",
- "FG_PCT",
- "FG3_PCT",
- "FT_PCT",
- "EFG_PCT",
- "TS_PCT",
- "PTS_PER48"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LeagueMax",
- "headers": [
- "PTS",
- "FG_PCT",
- "FG3_PCT",
- "FT_PCT",
- "EFG_PCT",
- "TS_PCT",
- "PTS_PER48"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
PlayerScope required | string (PlayerScope) Enum: "All Players" "Rookies" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
StatType required | string (StatType) Enum: "Traditional" "Advanced" "Tracking" [to do] |
{- "parameters": {
- "GameScope": "$request.query.GameScope",
- "LeagueID": "$request.query.LeagueID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "PlayerScope": "$request.query.PlayerScope",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "StatType": "$request.query.StatType"
}, - "resource": "homepagev2",
- "resultSets": [
- {
- "name": "HomePageStat1",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "PTS"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat2",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "REB"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat3",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "AST"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat4",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "STL"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat5",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "FG_PCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat6",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "FT_PCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat7",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "FG3_PCT"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "HomePageStat8",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "BLK"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "GameID": "$request.query.GameID"
}, - "resource": "infographicfanduelplayer",
- "resultSets": [
- {
- "name": "FanDuelPlayer",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "JERSEY_NUM",
- "PLAYER_POSITION",
- "LOCATION",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS",
- "USG_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}
]
}
[to do]
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
PlayerScope required | string (PlayerScope) Enum: "All Players" "Rookies" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
Stat required | string (Stat) Enum: "PTS" "REB" "AST" "FGPCT" "FTPCT" "FG3PCT" "STL" "BLK" [to do] |
{- "parameters": {
- "GameScope": "$request.query.GameScope",
- "LeagueID": "$request.query.LeagueID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "PlayerScope": "$request.query.PlayerScope",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "Stat": "$request.query.Stat"
}, - "resource": "leaderstiles",
- "resultSets": [
- {
- "name": "AllTimeSeasonHigh",
- "headers": [
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "SEASON_YEAR",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LastSeasonHigh",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "PTS"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LeadersTiles",
- "headers": [
- "RANK",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "PTS"
], - "rowSet": [
- [
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LowSeasonHigh",
- "headers": [
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "SEASON_YEAR",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GroupQuantity required | string (GroupQuantity) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameSegment": "$request.query.GameSegment",
- "GroupQuantity": "$request.query.GroupQuantity",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashlineups",
- "resultSets": [
- {
- "name": "Lineups",
- "headers": [
- "GROUP_SET",
- "GROUP_ID",
- "GROUP_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
CloseDefDistRange | null or string (CloseDefDistRange) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DribbleRange | null or string (DribbleRange) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GeneralRange | null or string (GeneralRange) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
ShotDistRange | null or string (ShotDistRange) [to do] |
TeamID | string (TeamID) [to do] |
TouchTimeRange | null or string (TouchTimeRange) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "CloseDefDistRange": "$request.query.CloseDefDistRange",
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DribbleRange": "$request.query.DribbleRange",
- "GameSegment": "$request.query.GameSegment",
- "GeneralRange": "$request.query.GeneralRange",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "ShotDistRange": "$request.query.ShotDistRange",
- "TeamID": "$request.query.TeamID",
- "TouchTimeRange": "$request.query.TouchTimeRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashoppptshot",
- "resultSets": [
- {
- "name": "LeagueDashPTShots",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "GP",
- "G",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameScope": "$request.query.GameScope",
- "GameSegment": "$request.query.GameSegment",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashplayerbiostats",
- "resultSets": [
- {
- "name": "LeagueDashPlayerBioStats",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "AGE",
- "PLAYER_HEIGHT",
- "PLAYER_HEIGHT_INCHES",
- "PLAYER_WEIGHT",
- "COLLEGE",
- "COUNTRY",
- "DRAFT_YEAR",
- "DRAFT_ROUND",
- "DRAFT_NUMBER",
- "GP",
- "PTS",
- "REB",
- "AST",
- "NET_RATING",
- "OREB_PCT",
- "DREB_PCT",
- "USG_PCT",
- "TS_PCT",
- "AST_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- null,
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
AheadBehind required | string (AheadBehind) Enum: "Ahead or Behind" "Behind or Tied" "Ahead or Tied" [to do] |
ClutchTime required | string (ClutchTime) Enum: "Last 5 Minutes" "Last 4 Minutes" "Last 3 Minutes" "Last 2 Minutes" "Last 1 Minute" "Last 30 Seconds" "Last 10 Seconds" [to do] |
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
PointDiff required | string (PointDiff) [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "AheadBehind": "$request.query.AheadBehind",
- "ClutchTime": "$request.query.ClutchTime",
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameScope": "$request.query.GameScope",
- "GameSegment": "$request.query.GameSegment",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PlusMinus": "$request.query.PlusMinus",
- "PointDiff": "$request.query.PointDiff",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashplayerclutch",
- "resultSets": [
- {
- "name": "LeagueDashPlayerClutch",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "AGE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
CloseDefDistRange | null or string (CloseDefDistRange) [to do] |
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
DribbleRange | null or string (DribbleRange) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GeneralRange | null or string (GeneralRange) [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
ShotDistRange | null or string (ShotDistRange) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
TouchTimeRange | null or string (TouchTimeRange) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "CloseDefDistRange": "$request.query.CloseDefDistRange",
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "DribbleRange": "$request.query.DribbleRange",
- "GameSegment": "$request.query.GameSegment",
- "GeneralRange": "$request.query.GeneralRange",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "ShotDistRange": "$request.query.ShotDistRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "TouchTimeRange": "$request.query.TouchTimeRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashplayerptshot",
- "resultSets": [
- {
- "name": "LeagueDashPTShots",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "GP",
- "G",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
TwoWay | null or string (TwoWay) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameScope": "$request.query.GameScope",
- "GameSegment": "$request.query.GameSegment",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "TwoWay": "$request.query.TwoWay",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashplayerstats",
- "resultSets": [
- {
- "name": "LeagueDashPlayerStats",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "AGE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
DefenseCategory required | string (DefenseCategory) Enum: "Overall" "3 Pointers" "2 Pointers" "Less Than 6Ft" "Less Than 10Ft" "Greater Than 15Ft" [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerID required | string (PlayerID) [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "DefenseCategory": "$request.query.DefenseCategory",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameSegment": "$request.query.GameSegment",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerID": "$request.query.PlayerID",
- "PlayerPosition": "$request.query.PlayerPosition",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashptdefend",
- "resultSets": [
- {
- "name": "LeagueDashPTDefend",
- "headers": [
- "CLOSE_DEF_PERSON_ID",
- "PLAYER_NAME",
- "PLAYER_LAST_TEAM_ID",
- "PLAYER_LAST_TEAM_ABBREVIATION",
- "PLAYER_POSITION",
- "AGE",
- "GP",
- "G",
- "FREQ",
- "D_FGM",
- "D_FGA",
- "D_FG_PCT",
- "NORMAL_FG_PCT",
- "PCT_PLUSMINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
Country | null or string (Country) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftPick | null or string (DraftPick) [to do] |
DraftYear | null or string (DraftYear) [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
Height | null or string (Height) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PtMeasureType required | string (PtMeasureType) Enum: "SpeedDistance" "Rebounding" "Possessions" "CatchShoot" "PullUpShot" "Defense" "Drives" "Passing" "ElbowTouch" "PostTouch" "PaintTouch" "Efficiency" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
Weight | null or string (Weight) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "Conference": "$request.query.Conference",
- "Country": "$request.query.Country",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftPick": "$request.query.DraftPick",
- "DraftYear": "$request.query.DraftYear",
- "GameScope": "$request.query.GameScope",
- "Height": "$request.query.Height",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PtMeasureType": "$request.query.PtMeasureType",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "Weight": "$request.query.Weight"
}, - "resource": "leaguedashptstats",
- "resultSets": [
- {
- "name": "LeagueDashPtStats",
- "headers": [
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GP",
- "W",
- "L",
- "MIN",
- "DIST_FEET",
- "DIST_MILES",
- "DIST_MILES_OFF",
- "DIST_MILES_DEF",
- "AVG_SPEED",
- "AVG_SPEED_OFF",
- "AVG_SPEED_DEF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
DefenseCategory required | string (DefenseCategory) Enum: "Overall" "3 Pointers" "2 Pointers" "Less Than 6Ft" "Less Than 10Ft" "Greater Than 15Ft" [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "DefenseCategory": "$request.query.DefenseCategory",
- "Division": "$request.query.Division",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashptteamdefend",
- "resultSets": [
- {
- "name": "LeagueDashPtTeamDefend",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "GP",
- "G",
- "FREQ",
- "D_FGM",
- "D_FGA",
- "D_FG_PCT",
- "NORMAL_FG_PCT",
- "PCT_PLUSMINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
AheadBehind required | string (AheadBehind) Enum: "Ahead or Behind" "Behind or Tied" "Ahead or Tied" [to do] |
ClutchTime required | string (ClutchTime) Enum: "Last 5 Minutes" "Last 4 Minutes" "Last 3 Minutes" "Last 2 Minutes" "Last 1 Minute" "Last 30 Seconds" "Last 10 Seconds" [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
PointDiff required | string (PointDiff) [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "AheadBehind": "$request.query.AheadBehind",
- "ClutchTime": "$request.query.ClutchTime",
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameScope": "$request.query.GameScope",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PlusMinus": "$request.query.PlusMinus",
- "PointDiff": "$request.query.PointDiff",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashteamclutch",
- "resultSets": [
- {
- "name": "LeagueDashTeamClutch",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
CloseDefDistRange | null or string (CloseDefDistRange) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DribbleRange | null or string (DribbleRange) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GeneralRange | null or string (GeneralRange) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
ShotDistRange | null or string (ShotDistRange) [to do] |
TeamID | string (TeamID) [to do] |
TouchTimeRange | null or string (TouchTimeRange) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "CloseDefDistRange": "$request.query.CloseDefDistRange",
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DribbleRange": "$request.query.DribbleRange",
- "GameSegment": "$request.query.GameSegment",
- "GeneralRange": "$request.query.GeneralRange",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "ShotDistRange": "$request.query.ShotDistRange",
- "TeamID": "$request.query.TeamID",
- "TouchTimeRange": "$request.query.TouchTimeRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashteamptshot",
- "resultSets": [
- {
- "name": "LeagueDashPTShots",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "GP",
- "G",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameScope | null or string (GameScope) Enum: null "Yesterday" "Last 10" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerExperience | null or string (PlayerExperience) Enum: null "Rookie" "Sophomore" "Veteran" [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
TwoWay | null or string (TwoWay) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameScope": "$request.query.GameScope",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerExperience": "$request.query.PlayerExperience",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "TwoWay": "$request.query.TwoWay",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguedashteamstats",
- "resultSets": [
- {
- "name": "LeagueDashTeamStats",
- "headers": [
- "TEAM_ID",
- "TEAM_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftNumber | null or string (DraftNumber) [to do] |
DraftRound | null or string (DraftRound) [to do] |
DraftTeamID | null or string (DraftTeamID) [to do] |
DraftYear | null or string (DraftYear) [to do] |
EqAST | null or string (EqAST) [to do] |
EqBLK | null or string (EqBLK) [to do] |
EqDD | null or string (EqDD) [to do] |
EqDREB | null or string (EqDREB) [to do] |
EqFG3A | null or string (EqFG3A) [to do] |
EqFG3M | null or string (EqFG3M) [to do] |
EqFG3_PCT | null or string (EqFG3_PCT) [to do] |
EqFGA | null or string (EqFGA) [to do] |
EqFGM | null or string (EqFGM) [to do] |
EqFG_PCT | null or string (EqFG_PCT) [to do] |
EqFTA | null or string (EqFTA) [to do] |
EqFTM | null or string (EqFTM) [to do] |
EqFT_PCT | null or string (EqFT_PCT) [to do] |
EqMINUTES | null or string (EqMINUTES) [to do] |
EqOREB | null or string (EqOREB) [to do] |
EqPF | null or string (EqPF) [to do] |
EqPTS | null or string (EqPTS) [to do] |
EqREB | null or string (EqREB) [to do] |
EqSTL | null or string (EqSTL) [to do] |
EqTD | null or string (EqTD) [to do] |
EqTOV | null or string (EqTOV) [to do] |
GameID required | string (GameID) [to do] |
GtAST | null or string (GtAST) [to do] |
GtBLK | null or string (GtBLK) [to do] |
GtDD | null or string (GtDD) [to do] |
GtDREB | null or string (GtDREB) [to do] |
GtFG3A | null or string (GtFG3A) [to do] |
GtFG3M | null or string (GtFG3M) [to do] |
GtFG3_PCT | null or string (GtFG3_PCT) [to do] |
GtFGA | null or string (GtFGA) [to do] |
GtFGM | null or string (GtFGM) [to do] |
GtFG_PCT | null or string (GtFG_PCT) [to do] |
GtFTA | null or string (GtFTA) [to do] |
GtFTM | null or string (GtFTM) [to do] |
GtFT_PCT | null or string (GtFT_PCT) [to do] |
GtMINUTES | null or string (GtMINUTES) [to do] |
GtOREB | null or string (GtOREB) [to do] |
GtPF | null or string (GtPF) [to do] |
GtPTS | null or string (GtPTS) [to do] |
GtREB | null or string (GtREB) [to do] |
GtSTL | null or string (GtSTL) [to do] |
GtTD | null or string (GtTD) [to do] |
GtTOV | null or string (GtTOV) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
LtAST | null or string (LtAST) [to do] |
LtBLK | null or string (LtBLK) [to do] |
LtDD | null or string (LtDD) [to do] |
LtDREB | null or string (LtDREB) [to do] |
LtFG3A | null or string (LtFG3A) [to do] |
LtFG3M | null or string (LtFG3M) [to do] |
LtFG3_PCT | null or string (LtFG3_PCT) [to do] |
LtFGA | null or string (LtFGA) [to do] |
LtFGM | null or string (LtFGM) [to do] |
LtFG_PCT | null or string (LtFG_PCT) [to do] |
LtFTA | null or string (LtFTA) [to do] |
LtFTM | null or string (LtFTM) [to do] |
LtFT_PCT | null or string (LtFT_PCT) [to do] |
LtMINUTES | null or string (LtMINUTES) [to do] |
LtOREB | null or string (LtOREB) [to do] |
LtPF | null or string (LtPF) [to do] |
LtPTS | null or string (LtPTS) [to do] |
LtREB | null or string (LtREB) [to do] |
LtSTL | null or string (LtSTL) [to do] |
LtTD | null or string (LtTD) [to do] |
LtTOV | null or string (LtTOV) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
RookieYear | null or string (RookieYear) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsTeamID | string (VsTeamID) [to do] |
YearsExperience | null or string (YearsExperience) [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftNumber": "$request.query.DraftNumber",
- "DraftRound": "$request.query.DraftRound",
- "DraftTeamID": "$request.query.DraftTeamID",
- "DraftYear": "$request.query.DraftYear",
- "EqAST": "$request.query.EqAST",
- "EqBLK": "$request.query.EqBLK",
- "EqDD": "$request.query.EqDD",
- "EqDREB": "$request.query.EqDREB",
- "EqFG3A": "$request.query.EqFG3A",
- "EqFG3M": "$request.query.EqFG3M",
- "EqFG3_PCT": "$request.query.EqFG3_PCT",
- "EqFGA": "$request.query.EqFGA",
- "EqFGM": "$request.query.EqFGM",
- "EqFG_PCT": "$request.query.EqFG_PCT",
- "EqFTA": "$request.query.EqFTA",
- "EqFTM": "$request.query.EqFTM",
- "EqFT_PCT": "$request.query.EqFT_PCT",
- "EqMINUTES": "$request.query.EqMINUTES",
- "EqOREB": "$request.query.EqOREB",
- "EqPF": "$request.query.EqPF",
- "EqPTS": "$request.query.EqPTS",
- "EqREB": "$request.query.EqREB",
- "EqSTL": "$request.query.EqSTL",
- "EqTD": "$request.query.EqTD",
- "EqTOV": "$request.query.EqTOV",
- "GameID": "$request.query.GameID",
- "GtAST": "$request.query.GtAST",
- "GtBLK": "$request.query.GtBLK",
- "GtDD": "$request.query.GtDD",
- "GtDREB": "$request.query.GtDREB",
- "GtFG3A": "$request.query.GtFG3A",
- "GtFG3M": "$request.query.GtFG3M",
- "GtFG3_PCT": "$request.query.GtFG3_PCT",
- "GtFGA": "$request.query.GtFGA",
- "GtFGM": "$request.query.GtFGM",
- "GtFG_PCT": "$request.query.GtFG_PCT",
- "GtFTA": "$request.query.GtFTA",
- "GtFTM": "$request.query.GtFTM",
- "GtFT_PCT": "$request.query.GtFT_PCT",
- "GtMINUTES": "$request.query.GtMINUTES",
- "GtOREB": "$request.query.GtOREB",
- "GtPF": "$request.query.GtPF",
- "GtPTS": "$request.query.GtPTS",
- "GtREB": "$request.query.GtREB",
- "GtSTL": "$request.query.GtSTL",
- "GtTD": "$request.query.GtTD",
- "GtTOV": "$request.query.GtTOV",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "LtAST": "$request.query.LtAST",
- "LtBLK": "$request.query.LtBLK",
- "LtDD": "$request.query.LtDD",
- "LtDREB": "$request.query.LtDREB",
- "LtFG3A": "$request.query.LtFG3A",
- "LtFG3M": "$request.query.LtFG3M",
- "LtFG3_PCT": "$request.query.LtFG3_PCT",
- "LtFGA": "$request.query.LtFGA",
- "LtFGM": "$request.query.LtFGM",
- "LtFG_PCT": "$request.query.LtFG_PCT",
- "LtFTA": "$request.query.LtFTA",
- "LtFTM": "$request.query.LtFTM",
- "LtFT_PCT": "$request.query.LtFT_PCT",
- "LtMINUTES": "$request.query.LtMINUTES",
- "LtOREB": "$request.query.LtOREB",
- "LtPF": "$request.query.LtPF",
- "LtPTS": "$request.query.LtPTS",
- "LtREB": "$request.query.LtREB",
- "LtSTL": "$request.query.LtSTL",
- "LtTD": "$request.query.LtTD",
- "LtTOV": "$request.query.LtTOV",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PlayerID": "$request.query.PlayerID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "RookieYear": "$request.query.RookieYear",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsTeamID": "$request.query.VsTeamID",
- "YearsExperience": "$request.query.YearsExperience"
}, - "resource": "leaguegamefinder",
- "resultSets": [
- {
- "name": "LeagueGameFinderResults",
- "headers": [
- "SEASON_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GAME_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "MIN",
- "PTS",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}
]
}
[to do]
Counter required | string (Counter) [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Direction required | string (Direction) Enum: "ASC" "DESC" [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
Sorter required | string (Sorter) Enum: "FGM" "FGA" "FGPCT" "FG3M" "FG3A" "FG3PCT" "FTM" "FTA" "FTPCT" "OREB" "DREB" "AST" "STL" "BLK" "TOV" "REB" "PTS" "DATE" [to do] |
{- "parameters": {
- "Counter": "$request.query.Counter",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Direction": "$request.query.Direction",
- "LeagueID": "$request.query.LeagueID",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "Sorter": "$request.query.Sorter"
}, - "resource": "leaguegamelog",
- "resultSets": [
- {
- "name": "LeagueGameLog",
- "headers": [
- "SEASON_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GAME_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS",
- "PLUS_MINUS",
- "VIDEO_AVAILABLE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string"
]
]
}
]
}
[to do]
ActiveFlag | null or string (ActiveFlag) [to do] |
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
Scope required | string (Scope) Enum: "RS" "S" "Rookies" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
StatCategory required | string (StatCategory) Enum: "Points" "Rebounds" "Assists" "Defense" "Clutch" "Playmaking" "Efficiency" "Fast Break" "Scoring Breakdown" [to do] |
{- "parameters": {
- "ActiveFlag": "$request.query.ActiveFlag",
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "Scope": "$request.query.Scope",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "StatCategory": "$request.query.StatCategory"
}, - "resource": "leagueleaders",
- "resultSets": [
- {
- "name": "LeagueLeaders",
- "headers": [
- "PLAYER_ID",
- "RANK",
- "PLAYER",
- "TEAM",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS",
- "EFF",
- "AST_TOV",
- "STL_TOV"
], - "rowSet": [
- [
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GroupQuantity required | string (GroupQuantity) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
MinutesMin required | string (MinutesMin) [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameSegment": "$request.query.GameSegment",
- "GroupQuantity": "$request.query.GroupQuantity",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "MinutesMin": "$request.query.MinutesMin",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leaguelineupviz",
- "resultSets": [
- {
- "name": "LeagueLineupViz",
- "headers": [
- "GROUP_ID",
- "GROUP_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "MIN",
- "OFF_RATING",
- "DEF_RATING",
- "NET_RATING",
- "PACE",
- "TS_PCT",
- "FTA_RATE",
- "TM_AST_PCT",
- "PCT_FGA_2PT",
- "PCT_FGA_3PT",
- "PCT_PTS_2PT_MR",
- "PCT_PTS_FB",
- "PCT_PTS_FT",
- "PCT_PTS_PAINT",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "OPP_FG3_PCT",
- "OPP_EFG_PCT",
- "OPP_FTA_RATE",
- "OPP_TOV_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "leagueplayerondetails",
- "resultSets": [
- {
- "name": "PlayersOnCourtLeaguePlayerDetails",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DefPlayerID | string (DefPlayerID) [to do] |
DefTeamID | null or string (DefTeamID) [to do] |
LeagueID required | string (LeagueID) [to do] |
OffPlayerID | string (OffPlayerID) [to do] |
OffTeamID | null or string (OffTeamID) [to do] |
PerMode required | string (PerMode) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "DefPlayerID": "$request.query.DefPlayerID",
- "DefTeamID": "$request.query.DefTeamID",
- "LeagueID": "$request.query.LeagueID",
- "OffPlayerID": "$request.query.OffPlayerID",
- "OffTeamID": "$request.query.OffTeamID",
- "PerMode": "$request.query.PerMode",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "leagueseasonmatchups",
- "resultSets": [
- {
- "name": "SeasonMatchups",
- "headers": [
- "SEASON_ID",
- "OFF_PLAYER_ID",
- "OFF_PLAYER_NAME",
- "DEF_PLAYER_ID",
- "DEF_PLAYER_NAME",
- "GP",
- "MATCHUP_MIN",
- "PARTIAL_POSS",
- "PLAYER_PTS",
- "TEAM_PTS",
- "MATCHUP_AST",
- "MATCHUP_TOV",
- "MATCHUP_BLK",
- "MATCHUP_FGM",
- "MATCHUP_FGA",
- "MATCHUP_FG_PCT",
- "MATCHUP_FG3M",
- "MATCHUP_FG3A",
- "MATCHUP_FG3_PCT",
- "HELP_BLK",
- "HELP_FGM",
- "HELP_FGA",
- "HELP_FG_PERC",
- "MATCHUP_FTM",
- "MATCHUP_FTA",
- "SFL"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "leaguestandings",
- "resultSets": [
- {
- "name": "Standings",
- "headers": [
- "leagueId",
- "seasonYear",
- "teamId",
- "teamCity",
- "teamName",
- "teamAbbreviation",
- "teamSlug",
- "conference",
- "istGroup",
- "clinchIndicator",
- "clinchedIstKnockout",
- "clinchedIstGroup",
- "clinchedIstWildcard",
- "istWildcardRank",
- "istGroupRank",
- "istKnockoutRank",
- "wins",
- "losses",
- "pct",
- "istGroupGb",
- "istWildcardGb",
- "diff",
- "pts",
- "oppPts",
- "gameId1",
- "opponentTeamAbbreviation1",
- "location1",
- "gameStatus1",
- "gameStatusText1",
- "outcome1",
- "gameId2",
- "opponentTeamAbbreviation2",
- "location2",
- "gameStatus2",
- "gameStatusText2",
- "outcome2",
- "gameId3",
- "opponentTeamAbbreviation3",
- "location3",
- "gameStatus3",
- "gameStatusText3",
- "outcome3",
- "gameId4",
- "opponentTeamAbbreviation4",
- "location4",
- "gameStatus4",
- "gameStatusText4",
- "outcome4"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "SeasonYear": "$request.query.SeasonYear"
}, - "resource": "leaguestandingsv3",
- "resultSets": [
- {
- "name": "Standings",
- "headers": [
- "leagueId",
- "seasonYear",
- "teamId",
- "teamCity",
- "teamName",
- "teamAbbreviation",
- "teamSlug",
- "conference",
- "istGroup",
- "clinchIndicator",
- "clinchedIstKnockout",
- "clinchedIstGroup",
- "clinchedIstWildcard",
- "istWildcardRank",
- "istGroupRank",
- "istKnockoutRank",
- "wins",
- "losses",
- "pct",
- "istGroupGb",
- "istWildcardGb",
- "diff",
- "pts",
- "oppPts",
- "gameId1",
- "opponentTeamAbbreviation1",
- "location1",
- "gameStatus1",
- "gameStatusText1",
- "outcome1",
- "gameId2",
- "opponentTeamAbbreviation2",
- "location2",
- "gameStatus2",
- "gameStatusText2",
- "outcome2",
- "gameId3",
- "opponentTeamAbbreviation3",
- "location3",
- "gameStatus3",
- "gameStatusText3",
- "outcome3",
- "gameId4",
- "opponentTeamAbbreviation4",
- "location4",
- "gameStatus4",
- "gameStatusText4",
- "outcome4"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DefPlayerID | string (DefPlayerID) [to do] |
DefTeamID | null or string (DefTeamID) [to do] |
LeagueID required | string (LeagueID) [to do] |
OffPlayerID | string (OffPlayerID) [to do] |
OffTeamID | null or string (OffTeamID) [to do] |
PerMode required | string (PerMode) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "DefPlayerID": "$request.query.DefPlayerID",
- "DefTeamID": "$request.query.DefTeamID",
- "LeagueID": "$request.query.LeagueID",
- "OffPlayerID": "$request.query.OffPlayerID",
- "OffTeamID": "$request.query.OffTeamID",
- "PerMode": "$request.query.PerMode",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "matchupsrollup",
- "resultSets": [
- {
- "name": "MatchupsRollup",
- "headers": [
- "SEASON_ID",
- "POSITION",
- "PERCENT_OF_TIME",
- "DEF_PLAYER_ID",
- "DEF_PLAYER_NAME",
- "GP",
- "MATCHUP_MIN",
- "PARTIAL_POSS",
- "PLAYER_PTS",
- "TEAM_PTS",
- "MATCHUP_AST",
- "MATCHUP_TOV",
- "MATCHUP_BLK",
- "MATCHUP_FGM",
- "MATCHUP_FGA",
- "MATCHUP_FG_PCT",
- "MATCHUP_FG3M",
- "MATCHUP_FG3A",
- "MATCHUP_FG3_PCT",
- "MATCHUP_FTM",
- "MATCHUP_FTA",
- "SFL"
], - "rowSet": [
- [
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
GameID required | string (GameID) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "GameID": "$request.query.GameID",
- "StartPeriod": "$request.query.StartPeriod"
}, - "resource": "playbyplay",
- "resultSets": [
- {
- "name": "AvailableVideo",
- "headers": [
- "GAME_ID",
- "VIDEO_AVAILABLE_FLAG",
- "PT_AVAILABLE",
- "PT_XYZ_AVAILABLE",
- "WH_STATUS",
- "HUSTLE_STATUS",
- "HISTORICAL_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayByPlay",
- "headers": [
- "GAME_ID",
- "EVENTNUM",
- "EVENTMSGTYPE",
- "EVENTMSGACTIONTYPE",
- "PERIOD",
- "WCTIMESTRING",
- "PCTIMESTRING",
- "HOMEDESCRIPTION",
- "NEUTRALDESCRIPTION",
- "VISITORDESCRIPTION",
- "SCORE",
- "SCOREMARGIN"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
EndPeriod required | string (EndPeriod) [to do] |
GameID required | string (GameID) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
{- "parameters": {
- "EndPeriod": "$request.query.EndPeriod",
- "GameID": "$request.query.GameID",
- "StartPeriod": "$request.query.StartPeriod"
}, - "resource": "playbyplayv2",
- "resultSets": [
- {
- "name": "AvailableVideo",
- "headers": [
- "GAME_ID",
- "VIDEO_AVAILABLE_FLAG",
- "PT_AVAILABLE",
- "PT_XYZ_AVAILABLE",
- "WH_STATUS",
- "HUSTLE_STATUS",
- "HISTORICAL_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayByPlay",
- "headers": [
- "GAME_ID",
- "EVENTNUM",
- "EVENTMSGTYPE",
- "EVENTMSGACTIONTYPE",
- "PERIOD",
- "WCTIMESTRING",
- "PCTIMESTRING",
- "HOMEDESCRIPTION",
- "NEUTRALDESCRIPTION",
- "VISITORDESCRIPTION",
- "SCORE",
- "SCOREMARGIN"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "PlayerID": "$request.query.PlayerID"
}, - "resource": "playerawards",
- "resultSets": [
- {
- "name": "PlayerAwards",
- "headers": [
- "PERSON_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "TEAM",
- "DESCRIPTION",
- "ALL_NBA_TEAM_NUMBER",
- "SEASON",
- "MONTH",
- "WEEK",
- "CONFERENCE",
- "TYPE",
- "SUBTYPE1",
- "SUBTYPE2",
- "SUBTYPE3"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- null,
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
College | null or string (College) [to do] |
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "College": "$request.query.College",
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playercareerbycollege",
- "resultSets": [
- {
- "name": "PlayerCareerByCollege",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "COLLEGE",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playercareerbycollegerollup",
- "resultSets": [
- {
- "name": "East",
- "headers": [
- "REGION",
- "SEED",
- "COLLEGE",
- "PLAYERS",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Midwest",
- "headers": [
- "REGION",
- "SEED",
- "COLLEGE",
- "PLAYERS",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "South",
- "headers": [
- "REGION",
- "SEED",
- "COLLEGE",
- "PLAYERS",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "West",
- "headers": [
- "REGION",
- "SEED",
- "COLLEGE",
- "PLAYERS",
- "GP",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerID required | string (PlayerID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "PlayerID": "$request.query.PlayerID"
}, - "resource": "playercareerstats",
- "resultSets": [
- {
- "name": "CareerTotalsAllStarSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsCollegeSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "ORGANIZATION_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsPostSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonRankingsPostSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "RANK_MIN",
- "RANK_FGM",
- "RANK_FGA",
- "RANK_FG_PCT",
- "RANK_FG3M",
- "RANK_FG3A",
- "RANK_FG3_PCT",
- "RANK_FTM",
- "RANK_FTA",
- "RANK_FT_PCT",
- "RANK_OREB",
- "RANK_DREB",
- "RANK_REB",
- "RANK_AST",
- "RANK_STL",
- "RANK_BLK",
- "RANK_TOV",
- "RANK_PTS",
- "RANK_EFF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonRankingsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "RANK_MIN",
- "RANK_FGM",
- "RANK_FGA",
- "RANK_FG_PCT",
- "RANK_FG3M",
- "RANK_FG3A",
- "RANK_FG3_PCT",
- "RANK_FTM",
- "RANK_FTA",
- "RANK_FT_PCT",
- "RANK_OREB",
- "RANK_DREB",
- "RANK_REB",
- "RANK_AST",
- "RANK_STL",
- "RANK_BLK",
- "RANK_TOV",
- "RANK_PTS",
- "RANK_EFF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsAllStarSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsCollegeSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "ORGANIZATION_ID",
- "SCHOOL_NAME",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsPostSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerIDList required | string (PlayerIDList) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsPlayerIDList required | string (VsPlayerIDList) [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerIDList": "$request.query.PlayerIDList",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsPlayerIDList": "$request.query.VsPlayerIDList"
}, - "resource": "playercompare",
- "resultSets": [
- {
- "name": "Individual",
- "headers": [
- "GROUP_SET",
- "DESCRIPTION",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}, - {
- "name": "OverallCompare",
- "headers": [
- "GROUP_SET",
- "DESCRIPTION",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashptpass",
- "resultSets": [
- {
- "name": "PassesMade",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "TEAM_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PASS_TYPE",
- "G",
- "PASS_TO",
- "PASS_TEAMMATE_PLAYER_ID",
- "FREQUENCY",
- "PASS",
- "AST",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PassesReceived",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "TEAM_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PASS_TYPE",
- "G",
- "PASS_FROM",
- "PASS_TEAMMATE_PLAYER_ID",
- "FREQUENCY",
- "PASS",
- "AST",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashptreb",
- "resultSets": [
- {
- "name": "NumContestedRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "REB_NUM_CONTESTING_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "G",
- "OVERALL",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "RebDistanceRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "REB_DIST_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "SHOT_DIST_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotTypeRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "SHOT_TYPE_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashptshotdefend",
- "resultSets": [
- {
- "name": "DefendingShots",
- "headers": [
- "CLOSE_DEF_PERSON_ID",
- "GP",
- "G",
- "DEFENSE_CATEGORY",
- "FREQ",
- "D_FGM",
- "D_FGA",
- "D_FG_PCT",
- "NORMAL_FG_PCT",
- "PCT_PLUSMINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "Overall",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashptshots",
- "resultSets": [
- {
- "name": "ClosestDefender10ftPlusShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "CLOSE_DEF_DIST_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ClosestDefenderShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "CLOSE_DEF_DIST_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DribbleShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "DRIBBLE_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GeneralShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Overall",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotClockShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_CLOCK_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TouchTimeShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "TOUCH_TIME_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbyclutch",
- "resultSets": [
- {
- "name": "Last10Sec3Point2PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last10Sec3PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last1Min5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last1MinPlusMinus5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last30Sec3Point2PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last30Sec3PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last3Min5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last3MinPlusMinus5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last5Min5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last5MinPlusMinus5PointPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbygamesplits",
- "resultSets": [
- {
- "name": "ByActualMarginPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ByHalfPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ByPeriodPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ByScoreMarginPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbygeneralsplits",
- "resultSets": [
- {
- "name": "DaysRestPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LocationPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "MonthPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PrePostAllStarPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "StartingPosition",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WinsLossesPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbylastngames",
- "resultSets": [
- {
- "name": "GameNumberPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last10PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last15PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last20PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Last5PlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbyshootingsplits",
- "resultSets": [
- {
- "name": "AssistedBy",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "AssitedShotPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Shot5FTPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Shot8FTPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotTypePlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotTypeSummaryPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbyteamperformance",
- "resultSets": [
- {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PointsScoredPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE_ORDER",
- "GROUP_VALUE",
- "GROUP_VALUE_2",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PontsAgainstPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE_ORDER",
- "GROUP_VALUE",
- "GROUP_VALUE_2",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ScoreDifferentialPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE_ORDER",
- "GROUP_VALUE",
- "GROUP_VALUE_2",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playerdashboardbyyearoveryear",
- "resultSets": [
- {
- "name": "ByYearPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "MAX_GAME_DATE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallPlayerDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playerestimatedmetrics",
- "resultSets": [
- {
- "name": "PlayerEstimatedMetrics",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "E_OFF_RATING",
- "E_DEF_RATING",
- "E_NET_RATING",
- "E_AST_RATIO",
- "E_OREB_PCT",
- "E_DREB_PCT",
- "E_REB_PCT",
- "E_TOV_PCT",
- "E_USG_PCT",
- "E_PACE",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "E_OFF_RATING_RANK",
- "E_DEF_RATING_RANK",
- "E_NET_RATING_RANK",
- "E_AST_RATIO_RANK",
- "E_OREB_PCT_RANK",
- "E_DREB_PCT_RANK",
- "E_REB_PCT_RANK",
- "E_TOV_PCT_RANK",
- "E_USG_PCT_RANK",
- "E_PACE_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "MeasureType": "$request.query.MeasureType",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playerfantasyprofile",
- "resultSets": [
- {
- "name": "DaysRestModified",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "SEASON_YEAR",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "DD2",
- "TD3",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LastNGames",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "DD2",
- "TD3",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Location",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "DD2",
- "TD3",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Opponent",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "DD2",
- "TD3",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Overall",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playerfantasyprofilebargraph",
- "resultSets": [
- {
- "name": "LastFiveGamesAvg",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS",
- "PTS",
- "REB",
- "AST",
- "FG3M",
- "FT_PCT",
- "STL",
- "BLK",
- "TOV",
- "FG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonAvg",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "FAN_DUEL_PTS",
- "NBA_FANTASY_PTS",
- "PTS",
- "REB",
- "AST",
- "FG3M",
- "FT_PCT",
- "STL",
- "BLK",
- "TOV",
- "FG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
LeagueID required | string (LeagueID) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "LeagueID": "$request.query.LeagueID",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playergamelog",
- "resultSets": [
- {
- "name": "PlayerGameLog",
- "headers": [
- "SEASON_ID",
- "Player_ID",
- "Game_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS",
- "PLUS_MINUS",
- "VIDEO_AVAILABLE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OppTeamID | null or string (OppTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OppTeamID": "$request.query.OppTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "playergamelogs",
- "resultSets": [
- {
- "name": "PlayerGameLogs",
- "headers": [
- "SEASON_YEAR",
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GAME_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
ActiveStreaksOnly | null or string (ActiveStreaksOnly) [to do] |
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
DraftNumber | null or string (DraftNumber) [to do] |
DraftRound | null or string (DraftRound) [to do] |
DraftTeamID | null or string (DraftTeamID) [to do] |
DraftYear | null or string (DraftYear) [to do] |
EqAST | null or string (EqAST) [to do] |
EqBLK | null or string (EqBLK) [to do] |
EqDD | null or string (EqDD) [to do] |
EqDREB | null or string (EqDREB) [to do] |
EqFG3A | null or string (EqFG3A) [to do] |
EqFG3M | null or string (EqFG3M) [to do] |
EqFG3_PCT | null or string (EqFG3_PCT) [to do] |
EqFGA | null or string (EqFGA) [to do] |
EqFGM | null or string (EqFGM) [to do] |
EqFG_PCT | null or string (EqFG_PCT) [to do] |
EqFTA | null or string (EqFTA) [to do] |
EqFTM | null or string (EqFTM) [to do] |
EqFT_PCT | null or string (EqFT_PCT) [to do] |
EqMINUTES | null or string (EqMINUTES) [to do] |
EqOREB | null or string (EqOREB) [to do] |
EqPF | null or string (EqPF) [to do] |
EqPTS | null or string (EqPTS) [to do] |
EqREB | null or string (EqREB) [to do] |
EqSTL | null or string (EqSTL) [to do] |
EqTD | null or string (EqTD) [to do] |
EqTOV | null or string (EqTOV) [to do] |
GameID required | string (GameID) [to do] |
GtAST | null or string (GtAST) [to do] |
GtBLK | null or string (GtBLK) [to do] |
GtDD | null or string (GtDD) [to do] |
GtDREB | null or string (GtDREB) [to do] |
GtFG3A | null or string (GtFG3A) [to do] |
GtFG3M | null or string (GtFG3M) [to do] |
GtFG3_PCT | null or string (GtFG3_PCT) [to do] |
GtFGA | null or string (GtFGA) [to do] |
GtFGM | null or string (GtFGM) [to do] |
GtFG_PCT | null or string (GtFG_PCT) [to do] |
GtFTA | null or string (GtFTA) [to do] |
GtFTM | null or string (GtFTM) [to do] |
GtFT_PCT | null or string (GtFT_PCT) [to do] |
GtMINUTES | null or string (GtMINUTES) [to do] |
GtOREB | null or string (GtOREB) [to do] |
GtPF | null or string (GtPF) [to do] |
GtPTS | null or string (GtPTS) [to do] |
GtREB | null or string (GtREB) [to do] |
GtSTL | null or string (GtSTL) [to do] |
GtTD | null or string (GtTD) [to do] |
GtTOV | null or string (GtTOV) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
LtAST | null or string (LtAST) [to do] |
LtBLK | null or string (LtBLK) [to do] |
LtDD | null or string (LtDD) [to do] |
LtDREB | null or string (LtDREB) [to do] |
LtFG3A | null or string (LtFG3A) [to do] |
LtFG3M | null or string (LtFG3M) [to do] |
LtFG3_PCT | null or string (LtFG3_PCT) [to do] |
LtFGA | null or string (LtFGA) [to do] |
LtFGM | null or string (LtFGM) [to do] |
LtFG_PCT | null or string (LtFG_PCT) [to do] |
LtFTA | null or string (LtFTA) [to do] |
LtFTM | null or string (LtFTM) [to do] |
LtFT_PCT | null or string (LtFT_PCT) [to do] |
LtMINUTES | null or string (LtMINUTES) [to do] |
LtOREB | null or string (LtOREB) [to do] |
LtPF | null or string (LtPF) [to do] |
LtPTS | null or string (LtPTS) [to do] |
LtREB | null or string (LtREB) [to do] |
LtSTL | null or string (LtSTL) [to do] |
LtTD | null or string (LtTD) [to do] |
LtTOV | null or string (LtTOV) [to do] |
MinGames | null or string (MinGames) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PlayerID required | string (PlayerID) [to do] |
RookieYear | null or string (RookieYear) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StarterBench | null or string (StarterBench) Enum: null "Starters" "Bench" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsTeamID | string (VsTeamID) [to do] |
YearsExperience | null or string (YearsExperience) [to do] |
{- "parameters": {
- "ActiveStreaksOnly": "$request.query.ActiveStreaksOnly",
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "DraftNumber": "$request.query.DraftNumber",
- "DraftRound": "$request.query.DraftRound",
- "DraftTeamID": "$request.query.DraftTeamID",
- "DraftYear": "$request.query.DraftYear",
- "EqAST": "$request.query.EqAST",
- "EqBLK": "$request.query.EqBLK",
- "EqDD": "$request.query.EqDD",
- "EqDREB": "$request.query.EqDREB",
- "EqFG3A": "$request.query.EqFG3A",
- "EqFG3M": "$request.query.EqFG3M",
- "EqFG3_PCT": "$request.query.EqFG3_PCT",
- "EqFGA": "$request.query.EqFGA",
- "EqFGM": "$request.query.EqFGM",
- "EqFG_PCT": "$request.query.EqFG_PCT",
- "EqFTA": "$request.query.EqFTA",
- "EqFTM": "$request.query.EqFTM",
- "EqFT_PCT": "$request.query.EqFT_PCT",
- "EqMINUTES": "$request.query.EqMINUTES",
- "EqOREB": "$request.query.EqOREB",
- "EqPF": "$request.query.EqPF",
- "EqPTS": "$request.query.EqPTS",
- "EqREB": "$request.query.EqREB",
- "EqSTL": "$request.query.EqSTL",
- "EqTD": "$request.query.EqTD",
- "EqTOV": "$request.query.EqTOV",
- "GameID": "$request.query.GameID",
- "GtAST": "$request.query.GtAST",
- "GtBLK": "$request.query.GtBLK",
- "GtDD": "$request.query.GtDD",
- "GtDREB": "$request.query.GtDREB",
- "GtFG3A": "$request.query.GtFG3A",
- "GtFG3M": "$request.query.GtFG3M",
- "GtFG3_PCT": "$request.query.GtFG3_PCT",
- "GtFGA": "$request.query.GtFGA",
- "GtFGM": "$request.query.GtFGM",
- "GtFG_PCT": "$request.query.GtFG_PCT",
- "GtFTA": "$request.query.GtFTA",
- "GtFTM": "$request.query.GtFTM",
- "GtFT_PCT": "$request.query.GtFT_PCT",
- "GtMINUTES": "$request.query.GtMINUTES",
- "GtOREB": "$request.query.GtOREB",
- "GtPF": "$request.query.GtPF",
- "GtPTS": "$request.query.GtPTS",
- "GtREB": "$request.query.GtREB",
- "GtSTL": "$request.query.GtSTL",
- "GtTD": "$request.query.GtTD",
- "GtTOV": "$request.query.GtTOV",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "LtAST": "$request.query.LtAST",
- "LtBLK": "$request.query.LtBLK",
- "LtDD": "$request.query.LtDD",
- "LtDREB": "$request.query.LtDREB",
- "LtFG3A": "$request.query.LtFG3A",
- "LtFG3M": "$request.query.LtFG3M",
- "LtFG3_PCT": "$request.query.LtFG3_PCT",
- "LtFGA": "$request.query.LtFGA",
- "LtFGM": "$request.query.LtFGM",
- "LtFG_PCT": "$request.query.LtFG_PCT",
- "LtFTA": "$request.query.LtFTA",
- "LtFTM": "$request.query.LtFTM",
- "LtFT_PCT": "$request.query.LtFT_PCT",
- "LtMINUTES": "$request.query.LtMINUTES",
- "LtOREB": "$request.query.LtOREB",
- "LtPF": "$request.query.LtPF",
- "LtPTS": "$request.query.LtPTS",
- "LtREB": "$request.query.LtREB",
- "LtSTL": "$request.query.LtSTL",
- "LtTD": "$request.query.LtTD",
- "LtTOV": "$request.query.LtTOV",
- "MinGames": "$request.query.MinGames",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PlayerID": "$request.query.PlayerID",
- "RookieYear": "$request.query.RookieYear",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StarterBench": "$request.query.StarterBench",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsTeamID": "$request.query.VsTeamID",
- "YearsExperience": "$request.query.YearsExperience"
}, - "resource": "playergamestreakfinder",
- "resultSets": [
- {
- "name": "PlayerGameStreakFinderResults",
- "headers": [
- "PLAYER_NAME_LAST_FIRST",
- "PLAYER_ID",
- "GAMESTREAK",
- "STARTDATE",
- "ENDDATE",
- "ACTIVESTREAK",
- "NUMSEASONS",
- "LASTSEASON",
- "FIRSTSEASON"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
NumberOfGames required | string (NumberOfGames) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "NumberOfGames": "$request.query.NumberOfGames",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "playernextngames",
- "resultSets": [
- {
- "name": "NextNGames",
- "headers": [
- "GAME_ID",
- "GAME_DATE",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "HOME_TEAM_NAME",
- "VISITOR_TEAM_NAME",
- "HOME_TEAM_ABBREVIATION",
- "VISITOR_TEAM_ABBREVIATION",
- "HOME_TEAM_NICKNAME",
- "VISITOR_TEAM_NICKNAME",
- "GAME_TIME",
- "HOME_WL",
- "VISITOR_WL"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
PlayerID required | string (PlayerID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "PlayerID": "$request.query.PlayerID"
}, - "resource": "playerprofilev2",
- "resultSets": [
- {
- "name": "CareerHighs",
- "headers": [
- "PLAYER_ID",
- "GAME_DATE",
- "VS_TEAM_ID",
- "VS_TEAM_CITY",
- "VS_TEAM_NAME",
- "VS_TEAM_ABBREVIATION",
- "STAT",
- "STATS_VALUE",
- "STAT_ORDER",
- "DATE_EST"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "PTS",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsAllStarSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsCollegeSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "ORGANIZATION_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsPostSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsPreseason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "CareerTotalsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "LEAGUE_ID",
- "Team_ID",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "NextGame",
- "headers": [
- "GAME_ID",
- "GAME_DATE",
- "GAME_TIME",
- "LOCATION",
- "PLAYER_TEAM_ID",
- "PLAYER_TEAM_CITY",
- "PLAYER_TEAM_NICKNAME",
- "PLAYER_TEAM_ABBREVIATION",
- "VS_TEAM_ID",
- "VS_TEAM_CITY",
- "VS_TEAM_NICKNAME",
- "VS_TEAM_ABBREVIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonHighs",
- "headers": [
- "PLAYER_ID",
- "GAME_DATE",
- "VS_TEAM_ID",
- "VS_TEAM_CITY",
- "VS_TEAM_NAME",
- "VS_TEAM_ABBREVIATION",
- "STAT",
- "STATS_VALUE",
- "STAT_ORDER",
- "DATE_EST"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "PTS",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonRankingsPostSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "RANK_MIN",
- "RANK_FGM",
- "RANK_FGA",
- "RANK_FG_PCT",
- "RANK_FG3M",
- "RANK_FG3A",
- "RANK_FG3_PCT",
- "RANK_FTM",
- "RANK_FTA",
- "RANK_FT_PCT",
- "RANK_OREB",
- "RANK_DREB",
- "RANK_REB",
- "RANK_AST",
- "RANK_STL",
- "RANK_BLK",
- "RANK_TOV",
- "RANK_PTS",
- "RANK_EFF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonRankingsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "RANK_MIN",
- "RANK_FGM",
- "RANK_FGA",
- "RANK_FG_PCT",
- "RANK_FG3M",
- "RANK_FG3A",
- "RANK_FG3_PCT",
- "RANK_FTM",
- "RANK_FTA",
- "RANK_FT_PCT",
- "RANK_OREB",
- "RANK_DREB",
- "RANK_REB",
- "RANK_AST",
- "RANK_STL",
- "RANK_BLK",
- "RANK_TOV",
- "RANK_PTS",
- "RANK_EFF"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsAllStarSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsCollegeSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "ORGANIZATION_ID",
- "SCHOOL_NAME",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsPostSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsPreseason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeasonTotalsRegularSeason",
- "headers": [
- "PLAYER_ID",
- "SEASON_ID",
- "LEAGUE_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PLAYER_AGE",
- "GP",
- "GS",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsPlayerID required | string (VsPlayerID) [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsPlayerID": "$request.query.VsPlayerID"
}, - "resource": "playervsplayer",
- "resultSets": [
- {
- "name": "OnOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Overall",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayerInfo",
- "headers": [
- "PERSON_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "DISPLAY_FIRST_LAST",
- "DISPLAY_LAST_COMMA_FIRST",
- "DISPLAY_FI_LAST",
- "BIRTHDATE",
- "SCHOOL",
- "COUNTRY",
- "LAST_AFFILIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string"
]
]
}, - {
- "name": "ShotAreaOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaOnCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaOverall",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOnCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOverall",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "VsPlayerInfo",
- "headers": [
- "PERSON_ID",
- "FIRST_NAME",
- "LAST_NAME",
- "DISPLAY_FIRST_LAST",
- "DISPLAY_LAST_COMMA_FIRST",
- "DISPLAY_FI_LAST",
- "BIRTHDATE",
- "SCHOOL",
- "COUNTRY",
- "LAST_AFFILIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonID | string (SeasonID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonID": "$request.query.SeasonID"
}, - "resource": "playoffpicture",
- "resultSets": [
- {
- "name": "EastConfPlayoffPicture",
- "headers": [
- "CONFERENCE",
- "HIGH_SEED_RANK",
- "HIGH_SEED_TEAM",
- "HIGH_SEED_TEAM_ID",
- "LOW_SEED_RANK",
- "LOW_SEED_TEAM",
- "LOW_SEED_TEAM_ID",
- "HIGH_SEED_SERIES_W",
- "HIGH_SEED_SERIES_L",
- "HIGH_SEED_SERIES_REMAINING_G",
- "HIGH_SEED_SERIES_REMAINING_HOME_G",
- "HIGH_SEED_SERIES_REMAINING_AWAY_G"
], - "rowSet": [
- [
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "EastConfRemainingGames",
- "headers": [
- "TEAM",
- "TEAM_ID",
- "REMAINING_G",
- "REMAINING_HOME_G",
- "REMAINING_AWAY_G"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "EastConfStandings",
- "headers": [
- "CONFERENCE",
- "RANK",
- "TEAM",
- "TEAM_SLUG",
- "TEAM_ID",
- "WINS",
- "LOSSES",
- "PCT",
- "DIV",
- "CONF",
- "HOME",
- "AWAY",
- "GB",
- "GR_OVER_500",
- "GR_OVER_500_HOME",
- "GR_OVER_500_AWAY",
- "GR_UNDER_500",
- "GR_UNDER_500_HOME",
- "GR_UNDER_500_AWAY",
- "RANKING_CRITERIA",
- "CLINCHED_PLAYOFFS",
- "CLINCHED_CONFERENCE",
- "CLINCHED_DIVISION",
- "Clinched_Play_In",
- "ELIMINATED_PLAYOFFS",
- "SOSA_REMAINING",
- "ReturnToPlay_East_PI_Flag",
- "ReturnToPlay_Already_Eliminated",
- "Seeding_Game_1_Outcome",
- "Seeding_Game_2_Outcome",
- "Seeding_Game_3_Outcome",
- "Seeding_Game_4_Outcome",
- "Seeding_Game_5_Outcome",
- "Seeding_Game_6_Outcome",
- "Seeding_Game_7_Outcome",
- "Seeding_Game_8_Outcome",
- "Seeding_Game_1_ID",
- "Seeding_Game_2_ID",
- "Seeding_Game_3_ID",
- "Seeding_Game_4_ID",
- "Seeding_Game_5_ID",
- "Seeding_Game_6_ID",
- "Seeding_Game_7_ID",
- "Seeding_Game_8_ID",
- "Seeding_Game_1_Opponent",
- "Seeding_Game_2_Opponent",
- "Seeding_Game_3_Opponent",
- "Seeding_Game_4_Opponent",
- "Seeding_Game_5_Opponent",
- "Seeding_Game_6_Opponent",
- "Seeding_Game_7_Opponent",
- "Seeding_Game_8_Opponent",
- "Seeding_Game_1_Label",
- "Seeding_Game_2_Label",
- "Seeding_Game_3_Label",
- "Seeding_Game_4_Label",
- "Seeding_Game_5_Label",
- "Seeding_Game_6_Label",
- "Seeding_Game_7_Label",
- "Seeding_Game_8_Label"
], - "rowSet": [
- [
- null,
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WestConfPlayoffPicture",
- "headers": [
- "CONFERENCE",
- "HIGH_SEED_RANK",
- "HIGH_SEED_TEAM",
- "HIGH_SEED_TEAM_ID",
- "LOW_SEED_RANK",
- "LOW_SEED_TEAM",
- "LOW_SEED_TEAM_ID",
- "HIGH_SEED_SERIES_W",
- "HIGH_SEED_SERIES_L",
- "HIGH_SEED_SERIES_REMAINING_G",
- "HIGH_SEED_SERIES_REMAINING_HOME_G",
- "HIGH_SEED_SERIES_REMAINING_AWAY_G"
], - "rowSet": [
- [
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WestConfRemainingGames",
- "headers": [
- "TEAM",
- "TEAM_ID",
- "REMAINING_G",
- "REMAINING_HOME_G",
- "REMAINING_AWAY_G"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WestConfStandings",
- "headers": [
- "CONFERENCE",
- "RANK",
- "TEAM",
- "TEAM_SLUG",
- "TEAM_ID",
- "WINS",
- "LOSSES",
- "PCT",
- "DIV",
- "CONF",
- "HOME",
- "AWAY",
- "GB",
- "GR_OVER_500",
- "GR_OVER_500_HOME",
- "GR_OVER_500_AWAY",
- "GR_UNDER_500",
- "GR_UNDER_500_HOME",
- "GR_UNDER_500_AWAY",
- "RANKING_CRITERIA",
- "CLINCHED_PLAYOFFS",
- "CLINCHED_CONFERENCE",
- "CLINCHED_DIVISION",
- "Clinched_Play_In",
- "ELIMINATED_PLAYOFFS",
- "SOSA_REMAINING",
- "ReturnToPlay_West_PI_Flag",
- "ReturnToPlay_Already_Eliminated",
- "Seeding_Game_1_Outcome",
- "Seeding_Game_2_Outcome",
- "Seeding_Game_3_Outcome",
- "Seeding_Game_4_Outcome",
- "Seeding_Game_5_Outcome",
- "Seeding_Game_6_Outcome",
- "Seeding_Game_7_Outcome",
- "Seeding_Game_8_Outcome",
- "Seeding_Game_1_ID",
- "Seeding_Game_2_ID",
- "Seeding_Game_3_ID",
- "Seeding_Game_4_ID",
- "Seeding_Game_5_ID",
- "Seeding_Game_6_ID",
- "Seeding_Game_7_ID",
- "Seeding_Game_8_ID",
- "Seeding_Game_1_Opponent",
- "Seeding_Game_2_Opponent",
- "Seeding_Game_3_Opponent",
- "Seeding_Game_4_Opponent",
- "Seeding_Game_5_Opponent",
- "Seeding_Game_6_Opponent",
- "Seeding_Game_7_Opponent",
- "Seeding_Game_8_Opponent",
- "Seeding_Game_1_Label",
- "Seeding_Game_2_Label",
- "Seeding_Game_3_Label",
- "Seeding_Game_4_Label",
- "Seeding_Game_5_Label",
- "Seeding_Game_6_Label",
- "Seeding_Game_7_Label",
- "Seeding_Game_8_Label"
], - "rowSet": [
- [
- null,
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DayOffset required | string (DayOffset) ^-{0,1}\d+$ [to do] |
GameDate required | string (GameDate) [to do] |
LeagueID required | string (LeagueID) [to do] |
{- "parameters": {
- "DayOffset": "$request.query.DayOffset",
- "GameDate": "$request.query.GameDate",
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "scoreboard",
- "resultSets": [
- {
- "name": "Available",
- "headers": [
- "GAME_ID",
- "PT_AVAILABLE"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "EastConfStandingsByDay",
- "headers": [
- "TEAM_ID",
- "LEAGUE_ID",
- "SEASON_ID",
- "STANDINGSDATE",
- "CONFERENCE",
- "TEAM",
- "G",
- "W",
- "L",
- "W_PCT",
- "HOME_RECORD",
- "ROAD_RECORD",
- "RETURNTOPLAY"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GameHeader",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "GAME_STATUS_ID",
- "GAME_STATUS_TEXT",
- "GAMECODE",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "SEASON",
- "LIVE_PERIOD",
- "LIVE_PC_TIME",
- "NATL_TV_BROADCASTER_ABBREVIATION",
- "LIVE_PERIOD_TIME_BCAST",
- "WH_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LastMeeting",
- "headers": [
- "GAME_ID",
- "LAST_GAME_ID",
- "LAST_GAME_DATE_EST",
- "LAST_GAME_HOME_TEAM_ID",
- "LAST_GAME_HOME_TEAM_CITY",
- "LAST_GAME_HOME_TEAM_NAME",
- "LAST_GAME_HOME_TEAM_ABBREVIATION",
- "LAST_GAME_HOME_TEAM_POINTS",
- "LAST_GAME_VISITOR_TEAM_ID",
- "LAST_GAME_VISITOR_TEAM_CITY",
- "LAST_GAME_VISITOR_TEAM_NAME",
- "LAST_GAME_VISITOR_TEAM_CITY1",
- "LAST_GAME_VISITOR_TEAM_POINTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LineScore",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY_NAME",
- "TEAM_NICKNAME",
- "TEAM_WINS_LOSSES",
- "PTS_QTR1",
- "PTS_QTR2",
- "PTS_QTR3",
- "PTS_QTR4",
- "PTS_OT1",
- "PTS_OT2",
- "PTS_OT3",
- "PTS_OT4",
- "PTS_OT5",
- "PTS_OT6",
- "PTS_OT7",
- "PTS_OT8",
- "PTS_OT9",
- "PTS_OT10",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeriesStandings",
- "headers": [
- "GAME_ID",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "GAME_DATE_EST",
- "HOME_TEAM_WINS",
- "HOME_TEAM_LOSSES",
- "SERIES_LEADER"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WestConfStandingsByDay",
- "headers": [
- "TEAM_ID",
- "LEAGUE_ID",
- "SEASON_ID",
- "STANDINGSDATE",
- "CONFERENCE",
- "TEAM",
- "G",
- "W",
- "L",
- "W_PCT",
- "HOME_RECORD",
- "ROAD_RECORD"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DayOffset required | string (DayOffset) ^-{0,1}\d+$ [to do] |
GameDate required | string (GameDate) [to do] |
LeagueID required | string (LeagueID) [to do] |
{- "parameters": {
- "DayOffset": "$request.query.DayOffset",
- "GameDate": "$request.query.GameDate",
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "scoreboardv2",
- "resultSets": [
- {
- "name": "Available",
- "headers": [
- "GAME_ID",
- "PT_AVAILABLE"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "EastConfStandingsByDay",
- "headers": [
- "TEAM_ID",
- "LEAGUE_ID",
- "SEASON_ID",
- "STANDINGSDATE",
- "CONFERENCE",
- "TEAM",
- "G",
- "W",
- "L",
- "W_PCT",
- "HOME_RECORD",
- "ROAD_RECORD",
- "RETURNTOPLAY"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GameHeader",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "GAME_STATUS_ID",
- "GAME_STATUS_TEXT",
- "GAMECODE",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "SEASON",
- "LIVE_PERIOD",
- "LIVE_PC_TIME",
- "NATL_TV_BROADCASTER_ABBREVIATION",
- "LIVE_PERIOD_TIME_BCAST",
- "WH_STATUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LastMeeting",
- "headers": [
- "GAME_ID",
- "LAST_GAME_ID",
- "LAST_GAME_DATE_EST",
- "LAST_GAME_HOME_TEAM_ID",
- "LAST_GAME_HOME_TEAM_CITY",
- "LAST_GAME_HOME_TEAM_NAME",
- "LAST_GAME_HOME_TEAM_ABBREVIATION",
- "LAST_GAME_HOME_TEAM_POINTS",
- "LAST_GAME_VISITOR_TEAM_ID",
- "LAST_GAME_VISITOR_TEAM_CITY",
- "LAST_GAME_VISITOR_TEAM_NAME",
- "LAST_GAME_VISITOR_TEAM_CITY1",
- "LAST_GAME_VISITOR_TEAM_POINTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LineScore",
- "headers": [
- "GAME_DATE_EST",
- "GAME_SEQUENCE",
- "GAME_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_CITY_NAME",
- "TEAM_NICKNAME",
- "TEAM_WINS_LOSSES",
- "PTS_QTR1",
- "PTS_QTR2",
- "PTS_QTR3",
- "PTS_QTR4",
- "PTS_OT1",
- "PTS_OT2",
- "PTS_OT3",
- "PTS_OT4",
- "PTS_OT5",
- "PTS_OT6",
- "PTS_OT7",
- "PTS_OT8",
- "PTS_OT9",
- "PTS_OT10",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "SeriesStandings",
- "headers": [
- "GAME_ID",
- "HOME_TEAM_ID",
- "VISITOR_TEAM_ID",
- "GAME_DATE_EST",
- "HOME_TEAM_WINS",
- "HOME_TEAM_LOSSES",
- "SERIES_LEADER"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamLeaders",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_CITY",
- "TEAM_NICKNAME",
- "TEAM_ABBREVIATION",
- "PTS_PLAYER_ID",
- "PTS_PLAYER_NAME",
- "PTS",
- "REB_PLAYER_ID",
- "REB_PLAYER_NAME",
- "REB",
- "AST_PLAYER_ID",
- "AST_PLAYER_NAME",
- "AST"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TicketLinks",
- "headers": [
- "GAME_ID",
- "LEAG_TIX"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "WestConfStandingsByDay",
- "headers": [
- "TEAM_ID",
- "LEAGUE_ID",
- "SEASON_ID",
- "STANDINGSDATE",
- "CONFERENCE",
- "TEAM",
- "G",
- "W",
- "L",
- "W_PCT",
- "HOME_RECORD",
- "ROAD_RECORD"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WinProbability",
- "headers": [ ],
- "rowSet": [
- [ ]
]
}
]
}
[to do]
AheadBehind required | string (AheadBehind) Enum: "Ahead or Behind" "Behind or Tied" "Ahead or Tied" [to do] |
ClutchTime required | string (ClutchTime) Enum: "Last 5 Minutes" "Last 4 Minutes" "Last 3 Minutes" "Last 2 Minutes" "Last 1 Minute" "Last 30 Seconds" "Last 10 Seconds" [to do] |
ContextFilter | null or string (ContextFilter) [to do] |
ContextMeasure required | string (ContextMeasure) Enum: "PTS" "FGM" "FGA" "FGPCT" "FG3M" "FG3A" "FG3PCT" "PF" "EFGPCT" "TSPCT" "PTSFB" "PTSOFFTOV" "PTS2NDCHANCE" "PF" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlayerPosition | null or string (PlayerPosition) Enum: null "F" "C" "G" "C-F" "F-C" "F-G" "G-F" [to do] |
PointDiff required | string (PointDiff) [to do] |
Position | null or string (Position) Enum: null "Guard" "Forward" "Center" [to do] |
RangeType required | string (RangeType) [to do] |
RookieYear | null or string (RookieYear) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "AheadBehind": "$request.query.AheadBehind",
- "ClutchTime": "$request.query.ClutchTime",
- "ContextFilter": "$request.query.ContextFilter",
- "ContextMeasure": "$request.query.ContextMeasure",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlayerPosition": "$request.query.PlayerPosition",
- "PointDiff": "$request.query.PointDiff",
- "Position": "$request.query.Position",
- "RangeType": "$request.query.RangeType",
- "RookieYear": "$request.query.RookieYear",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "shotchartdetail",
- "resultSets": [
- {
- "name": "LeagueAverages",
- "headers": [
- "GRID_TYPE",
- "SHOT_ZONE_BASIC",
- "SHOT_ZONE_AREA",
- "SHOT_ZONE_RANGE",
- "FGA",
- "FGM",
- "FG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Shot_Chart_Detail",
- "headers": [
- "GRID_TYPE",
- "GAME_ID",
- "GAME_EVENT_ID",
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_NAME",
- "PERIOD",
- "MINUTES_REMAINING",
- "SECONDS_REMAINING",
- "EVENT_TYPE",
- "ACTION_TYPE",
- "SHOT_TYPE",
- "SHOT_ZONE_BASIC",
- "SHOT_ZONE_AREA",
- "SHOT_ZONE_RANGE",
- "SHOT_DISTANCE",
- "LOC_X",
- "LOC_Y",
- "SHOT_ATTEMPTED_FLAG",
- "SHOT_MADE_FLAG",
- "GAME_DATE",
- "HTM",
- "VTM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season"
}, - "resource": "shotchartleaguewide",
- "resultSets": [
- {
- "name": "League_Wide",
- "headers": [
- "GRID_TYPE",
- "SHOT_ZONE_BASIC",
- "SHOT_ZONE_AREA",
- "SHOT_ZONE_RANGE",
- "FGA",
- "FGM",
- "FG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
ContextFilter | null or string (ContextFilter) [to do] |
ContextMeasure required | string (ContextMeasure) Enum: "PTS" "FGM" "FGA" "FGPCT" "FG3M" "FG3A" "FG3PCT" "PF" "EFGPCT" "TSPCT" "PTSFB" "PTSOFFTOV" "PTS2NDCHANCE" "PF" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GROUP_ID required | string (GROUP_ID) ^\d+(( - \d+){2,4})?$ [to do] |
GameID required | string (GameID) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "ContextFilter": "$request.query.ContextFilter",
- "ContextMeasure": "$request.query.ContextMeasure",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GROUP_ID": "$request.query.GROUP_ID",
- "GameID": "$request.query.GameID",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "shotchartlineupdetail",
- "resultSets": [
- {
- "name": "ShotChartLineupDetail",
- "headers": [
- "GRID_TYPE",
- "GAME_ID",
- "GAME_EVENT_ID",
- "GROUP_ID",
- "GROUP_NAME",
- "PLAYER_ID",
- "PLAYER_NAME",
- "TEAM_ID",
- "TEAM_NAME",
- "PERIOD",
- "MINUTES_REMAINING",
- "SECONDS_REMAINING",
- "EVENT_TYPE",
- "ACTION_TYPE",
- "SHOT_TYPE",
- "SHOT_ZONE_BASIC",
- "SHOT_ZONE_AREA",
- "SHOT_ZONE_RANGE",
- "SHOT_DISTANCE",
- "LOC_X",
- "LOC_Y",
- "SHOT_ATTEMPTED_FLAG",
- "SHOT_MADE_FLAG",
- "GAME_DATE",
- "HTM",
- "VTM"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotChartLineupLeagueAverage",
- "headers": [
- "GRID_TYPE",
- "SHOT_ZONE_BASIC",
- "SHOT_ZONE_AREA",
- "SHOT_ZONE_RANGE",
- "FGA",
- "FGM",
- "FG_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
PlayType | null or string (PlayType) [to do] |
PlayerOrTeam required | string (PlayerOrTeam) Enum: "Player" "Team" [to do] |
SeasonType required | string (SeasonType) [to do] |
SeasonYear required | string (SeasonYear) [to do] |
TypeGrouping | null or string (TypeGrouping) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "PlayType": "$request.query.PlayType",
- "PlayerOrTeam": "$request.query.PlayerOrTeam",
- "SeasonType": "$request.query.SeasonType",
- "SeasonYear": "$request.query.SeasonYear",
- "TypeGrouping": "$request.query.TypeGrouping"
}, - "resource": "synergyplaytypes",
- "resultSets": [
- {
- "name": "SynergyPlayType",
- "headers": [
- "SEASON_ID",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "PLAY_TYPE",
- "TYPE_GROUPING",
- "PERCENTILE",
- "GP",
- "POSS_PCT",
- "PPP",
- "FG_PCT",
- "FT_POSS_PCT",
- "TOV_POSS_PCT",
- "SF_POSS_PCT",
- "PLUSONE_POSS_PCT",
- "SCORE_POSS_PCT",
- "EFG_PCT",
- "POSS",
- "PTS",
- "FGM",
- "FGA",
- "FGMX"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
Conference | null or string (Conference) Enum: null "East" "West" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
Division | null or string (Division) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID1 required | string (PlayerID1) [to do] |
PlayerID2 required | string (PlayerID2) [to do] |
PlayerID3 required | string (PlayerID3) [to do] |
PlayerID4 required | string (PlayerID4) [to do] |
PlayerID5 required | string (PlayerID5) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsPlayerID1 required | string (VsPlayerID1) [to do] |
VsPlayerID2 required | string (VsPlayerID2) [to do] |
VsPlayerID3 required | string (VsPlayerID3) [to do] |
VsPlayerID4 required | string (VsPlayerID4) [to do] |
VsPlayerID5 required | string (VsPlayerID5) [to do] |
VsTeamID | string (VsTeamID) [to do] |
{- "parameters": {
- "Conference": "$request.query.Conference",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "Division": "$request.query.Division",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID1": "$request.query.PlayerID1",
- "PlayerID2": "$request.query.PlayerID2",
- "PlayerID3": "$request.query.PlayerID3",
- "PlayerID4": "$request.query.PlayerID4",
- "PlayerID5": "$request.query.PlayerID5",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsPlayerID1": "$request.query.VsPlayerID1",
- "VsPlayerID2": "$request.query.VsPlayerID2",
- "VsPlayerID3": "$request.query.VsPlayerID3",
- "VsPlayerID4": "$request.query.VsPlayerID4",
- "VsPlayerID5": "$request.query.VsPlayerID5",
- "VsTeamID": "$request.query.VsTeamID"
}, - "resource": "teamandplayersvsplayers",
- "resultSets": [
- {
- "name": "PlayersVsPlayers",
- "headers": [
- "GROUP_SET",
- "TITLE_DESCRIPTION",
- "DESCRIPTION",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}, - {
- "name": "TeamPlayersVsPlayersOff",
- "headers": [
- "GROUP_SET",
- "TITLE_DESCRIPTION",
- "PLAYER_ID",
- "PLAYER_NAME",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}, - {
- "name": "TeamPlayersVsPlayersOn",
- "headers": [
- "GROUP_SET",
- "TITLE_DESCRIPTION",
- "PLAYER_ID",
- "PLAYER_NAME",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}, - {
- "name": "TeamVsPlayers",
- "headers": [
- "GROUP_SET",
- "TITLE_DESCRIPTION",
- "DESCRIPTION",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}, - {
- "name": "TeamVsPlayersOff",
- "headers": [
- "GROUP_SET",
- "TITLE_DESCRIPTION",
- "DESCRIPTION",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameID required | string (GameID) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
GroupQuantity required | string (GroupQuantity) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameID": "$request.query.GameID",
- "GameSegment": "$request.query.GameSegment",
- "GroupQuantity": "$request.query.GroupQuantity",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashlineups",
- "resultSets": [
- {
- "name": "Lineups",
- "headers": [
- "GROUP_SET",
- "GROUP_ID",
- "GROUP_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Overall",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashptpass",
- "resultSets": [
- {
- "name": "PassesMade",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "TEAM_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PASS_TYPE",
- "G",
- "PASS_TO",
- "PASS_TEAMMATE_PLAYER_ID",
- "FREQUENCY",
- "PASS",
- "AST",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PassesReceived",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "TEAM_NAME",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "PASS_TYPE",
- "G",
- "PASS_FROM",
- "PASS_TEAMMATE_PLAYER_ID",
- "FREQUENCY",
- "PASS",
- "AST",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashptreb",
- "resultSets": [
- {
- "name": "NumContestedRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "REB_NUM_CONTESTING_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "G",
- "OVERALL",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "RebDistanceRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "REB_DIST_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "SHOT_DIST_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotTypeRebounding",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "G",
- "SHOT_TYPE_RANGE",
- "REB_FREQUENCY",
- "OREB",
- "DREB",
- "REB",
- "C_OREB",
- "C_DREB",
- "C_REB",
- "C_REB_PCT",
- "UC_OREB",
- "UC_DREB",
- "UC_REB",
- "UC_REB_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashptshots",
- "resultSets": [
- {
- "name": "ClosestDefender10ftPlusShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "CLOSE_DEF_DIST_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ClosestDefenderShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "CLOSE_DEF_DIST_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "DribbleShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "DRIBBLE_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "GeneralShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotClockShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_CLOCK_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TouchTimeShooting",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "TOUCH_TIME_RANGE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashboardbygeneralsplits",
- "resultSets": [
- {
- "name": "DaysRestTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "TEAM_DAYS_REST_RANGE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "LocationTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "TEAM_GAME_LOCATION",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "MonthTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "SEASON_MONTH_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "SEASON_YEAR",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PrePostAllStarTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "SEASON_SEGMENT",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WinsLossesTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "GAME_RESULT",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamdashboardbyshootingsplits",
- "resultSets": [
- {
- "name": "AssistedBy",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "AssitedShotTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "OverallTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "SEASON_YEAR",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Shot5FTTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Shot8FTTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotTypeTeamDashboard",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "EFG_PCT",
- "BLKA",
- "PCT_AST_2PM",
- "PCT_UAST_2PM",
- "PCT_AST_3PM",
- "PCT_UAST_3PM",
- "PCT_AST_FGM",
- "PCT_UAST_FGM",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "EFG_PCT_RANK",
- "BLKA_RANK",
- "PCT_AST_2PM_RANK",
- "PCT_UAST_2PM_RANK",
- "PCT_AST_3PM_RANK",
- "PCT_UAST_3PM_RANK",
- "PCT_AST_FGM_RANK",
- "PCT_UAST_FGM_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
{- "parameters": {
- "TeamID": "$request.query.TeamID"
}, - "resource": "teamdetails",
- "resultSets": [
- {
- "name": "TeamAwardsChampionships",
- "headers": [
- "YEARAWARDED",
- "OPPOSITETEAM"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "TeamAwardsConf",
- "headers": [
- "YEARAWARDED",
- "OPPOSITETEAM"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "TeamAwardsDiv",
- "headers": [
- "YEARAWARDED",
- "OPPOSITETEAM"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}, - {
- "name": "TeamBackground",
- "headers": [
- "TEAM_ID",
- "ABBREVIATION",
- "NICKNAME",
- "YEARFOUNDED",
- "CITY",
- "ARENA",
- "ARENACAPACITY",
- "OWNER",
- "GENERALMANAGER",
- "HEADCOACH",
- "DLEAGUEAFFILIATION"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamHistory",
- "headers": [
- "TEAM_ID",
- "CITY",
- "NICKNAME",
- "YEARFOUNDED",
- "YEARACTIVETILL"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamHof",
- "headers": [
- "PLAYERID",
- "PLAYER",
- "POSITION",
- "JERSEY",
- "SEASONSWITHTEAM",
- "YEAR"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamRetired",
- "headers": [
- "PLAYERID",
- "PLAYER",
- "POSITION",
- "JERSEY",
- "SEASONSWITHTEAM",
- "YEAR"
], - "rowSet": [
- [
- "string",
- "string",
- null,
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamSocialSites",
- "headers": [
- "ACCOUNTTYPE",
- "WEBSITE_LINK"
], - "rowSet": [
- [
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType"
}, - "resource": "teamestimatedmetrics",
- "resultSets": [
- {
- "name": "TeamEstimatedMetrics",
- "headers": [
- "TEAM_NAME",
- "TEAM_ID",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "E_OFF_RATING",
- "E_DEF_RATING",
- "E_NET_RATING",
- "E_PACE",
- "E_AST_RATIO",
- "E_OREB_PCT",
- "E_DREB_PCT",
- "E_REB_PCT",
- "E_TM_TOV_PCT",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "E_OFF_RATING_RANK",
- "E_DEF_RATING_RANK",
- "E_NET_RATING_RANK",
- "E_AST_RATIO_RANK",
- "E_OREB_PCT_RANK",
- "E_DREB_PCT_RANK",
- "E_REB_PCT_RANK",
- "E_TM_TOV_PCT_RANK",
- "E_PACE_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID"
}, - "resource": "teamgamelog",
- "resultSets": [
- {
- "name": "TeamGameLog",
- "headers": [
- "Team_ID",
- "Game_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "STL",
- "BLK",
- "TOV",
- "PF",
- "PTS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OppTeamID | null or string (OppTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OppTeamID": "$request.query.OppTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamgamelogs",
- "resultSets": [
- {
- "name": "TeamGameLogs",
- "headers": [
- "SEASON_YEAR",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GAME_ID",
- "GAME_DATE",
- "MATCHUP",
- "WL",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
SeasonID | string (SeasonID) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "SeasonID": "$request.query.SeasonID",
- "TeamID": "$request.query.TeamID"
}, - "resource": "teamhistoricalleaders",
- "resultSets": [
- {
- "name": "CareerLeadersByTeam",
- "headers": [
- "TEAM_ID",
- "PTS",
- "PTS_PERSON_ID",
- "PTS_PLAYER",
- "AST",
- "AST_PERSON_ID",
- "AST_PLAYER",
- "REB",
- "REB_PERSON_ID",
- "REB_PLAYER",
- "BLK",
- "BLK_PERSON_ID",
- "BLK_PLAYER",
- "STL",
- "STL_PERSON_ID",
- "STL_PLAYER",
- "SEASON_YEAR"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "Season": "$request.query.Season",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID"
}, - "resource": "teaminfocommon",
- "resultSets": [
- {
- "name": "AvailableSeasons",
- "headers": [
- "SEASON_ID"
], - "rowSet": [
- [
- "string"
]
]
}, - {
- "name": "TeamInfoCommon",
- "headers": [
- "TEAM_ID",
- "SEASON_YEAR",
- "TEAM_CITY",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CONFERENCE",
- "TEAM_DIVISION",
- "TEAM_CODE",
- "W",
- "L",
- "PCT",
- "CONF_RANK",
- "DIV_RANK",
- "MIN_YEAR",
- "MAX_YEAR"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamSeasonRanks",
- "headers": [
- "LEAGUE_ID",
- "SEASON_ID",
- "TEAM_ID",
- "PTS_RANK",
- "PTS_PG",
- "REB_RANK",
- "REB_PG",
- "AST_RANK",
- "AST_PG",
- "OPP_PTS_RANK",
- "OPP_PTS_PG"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PORound | null or string (PORound) [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
ShotClockRange | null or string (ShotClockRange) Enum: null "24-22" "22-18 Very Early" "18-15 Early" "15-7 Average" "7-4 Late" "4-0 Very Late" "ShotClock Off" [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PORound": "$request.query.PORound",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "ShotClockRange": "$request.query.ShotClockRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamplayerdashboard",
- "resultSets": [
- {
- "name": "PlayersSeasonTotals",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "TeamOverall",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_NAME",
- "GROUP_VALUE",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamplayeronoffdetails",
- "resultSets": [
- {
- "name": "OverallTeamPlayerOnOffDetails",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayersOffCourtTeamPlayerOnOffDetails",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayersOnCourtTeamPlayerOnOffDetails",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "teamplayeronoffsummary",
- "resultSets": [
- {
- "name": "OverallTeamPlayerOnOffSummary",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayersOffCourtTeamPlayerOnOffSummary",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "MIN",
- "PLUS_MINUS",
- "OFF_RATING",
- "DEF_RATING",
- "NET_RATING"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "PlayersOnCourtTeamPlayerOnOffSummary",
- "headers": [
- "GROUP_SET",
- "TEAM_ID",
- "TEAM_ABBREVIATION",
- "TEAM_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "MIN",
- "PLUS_MINUS",
- "OFF_RATING",
- "DEF_RATING",
- "NET_RATING"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
MeasureType required | string (MeasureType) Enum: "Base" "Advanced" "Misc" "Four Factors" "Scoring" "Opponent" "Usage" "Defense" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
PaceAdjust required | string (PaceAdjust) Enum: "Y" "N" [to do] |
PerMode required | string (PerMode) [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PlusMinus required | string (PlusMinus) Enum: "Y" "N" [to do] |
Rank required | string (Rank) Enum: "Y" "N" [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
VsPlayerID required | string (VsPlayerID) [to do] |
{- "parameters": {
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "MeasureType": "$request.query.MeasureType",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "PaceAdjust": "$request.query.PaceAdjust",
- "PerMode": "$request.query.PerMode",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PlusMinus": "$request.query.PlusMinus",
- "Rank": "$request.query.Rank",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision",
- "VsPlayerID": "$request.query.VsPlayerID"
}, - "resource": "teamvsplayer",
- "resultSets": [
- {
- "name": "OnOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "Overall",
- "headers": [
- "PLAYER_ID",
- "PLAYER_NAME_LAST_FIRST",
- "SORT_ORDER",
- "GP",
- "G",
- "SHOT_TYPE",
- "FGA_FREQUENCY",
- "FGM",
- "FGA",
- "FG_PCT",
- "EFG_PCT",
- "FG2A_FREQUENCY",
- "FG2M",
- "FG2A",
- "FG2_PCT",
- "FG3A_FREQUENCY",
- "FG3M",
- "FG3A",
- "FG3_PCT"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaOnCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotAreaOverall",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOffCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOnCourt",
- "headers": [
- "GROUP_SET",
- "PLAYER_ID",
- "PLAYER_NAME",
- "VS_PLAYER_ID",
- "VS_PLAYER_NAME",
- "COURT_STATUS",
- "GROUP_VALUE",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "ShotDistanceOverall",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "PLAYER_ID",
- "PLAYER_NAME",
- "FGM",
- "FGA",
- "FG_PCT",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "vsPlayerOverall",
- "headers": [
- "GROUP_SET",
- "GROUP_VALUE",
- "PLAYER_ID",
- "GP",
- "W",
- "L",
- "W_PCT",
- "MIN",
- "FGM",
- "FGA",
- "FG_PCT",
- "FG3M",
- "FG3A",
- "FG3_PCT",
- "FTM",
- "FTA",
- "FT_PCT",
- "OREB",
- "DREB",
- "REB",
- "AST",
- "TOV",
- "STL",
- "BLK",
- "BLKA",
- "PF",
- "PFD",
- "PTS",
- "PLUS_MINUS",
- "NBA_FANTASY_PTS",
- "DD2",
- "TD3",
- "GP_RANK",
- "W_RANK",
- "L_RANK",
- "W_PCT_RANK",
- "MIN_RANK",
- "FGM_RANK",
- "FGA_RANK",
- "FG_PCT_RANK",
- "FG3M_RANK",
- "FG3A_RANK",
- "FG3_PCT_RANK",
- "FTM_RANK",
- "FTA_RANK",
- "FT_PCT_RANK",
- "OREB_RANK",
- "DREB_RANK",
- "REB_RANK",
- "AST_RANK",
- "TOV_RANK",
- "STL_RANK",
- "BLK_RANK",
- "BLKA_RANK",
- "PF_RANK",
- "PFD_RANK",
- "PTS_RANK",
- "PLUS_MINUS_RANK",
- "NBA_FANTASY_PTS_RANK",
- "DD2_RANK",
- "TD3_RANK",
- "CFID",
- "CFPARAMS"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "Y",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
LeagueID required | string (LeagueID) [to do] |
PerMode required | string (PerMode) [to do] |
SeasonType required | string (SeasonType) [to do] |
TeamID | string (TeamID) [to do] |
{- "parameters": {
- "LeagueID": "$request.query.LeagueID",
- "PerMode": "$request.query.PerMode",
- "SeasonType": "$request.query.SeasonType",
- "TeamID": "$request.query.TeamID"
}, - "resource": "teamyearbyyearstats",
- "resultSets": [
- {
- "name": "TeamStats",
- "headers": [
- "GAME_ID",
- "TEAM_ID",
- "TEAM_NAME",
- "TEAM_ABBREVIATION",
- "TEAM_CITY",
- "MIN",
- "E_OFF_RATING",
- "OFF_RATING",
- "E_DEF_RATING",
- "DEF_RATING",
- "E_NET_RATING",
- "NET_RATING",
- "AST_PCT",
- "AST_TOV",
- "AST_RATIO",
- "OREB_PCT",
- "DREB_PCT",
- "REB_PCT",
- "E_TM_TOV_PCT",
- "TM_TOV_PCT",
- "EFG_PCT",
- "TS_PCT",
- "USG_PCT",
- "E_USG_PCT",
- "E_PACE",
- "PACE",
- "PACE_PER40",
- "POSS",
- "PIE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
AheadBehind required | string (AheadBehind) Enum: "Ahead or Behind" "Behind or Tied" "Ahead or Tied" [to do] |
ClutchTime required | string (ClutchTime) Enum: "Last 5 Minutes" "Last 4 Minutes" "Last 3 Minutes" "Last 2 Minutes" "Last 1 Minute" "Last 30 Seconds" "Last 10 Seconds" [to do] |
ContextFilter | null or string (ContextFilter) [to do] |
ContextMeasure required | string (ContextMeasure) Enum: "PTS" "FGM" "FGA" "FGPCT" "FG3M" "FG3A" "FG3PCT" "PF" "EFGPCT" "TSPCT" "PTSFB" "PTSOFFTOV" "PTS2NDCHANCE" "PF" [to do] |
DateFrom | null or string (DateFrom) [to do] |
DateTo | null or string (DateTo) [to do] |
EndPeriod required | string (EndPeriod) [to do] |
EndRange required | string (EndRange) [to do] |
GameID required | string (GameID) [to do] |
GameSegment required | null or string (GameSegment) Enum: null "First Half" "Overtime" "Second Half" [to do] |
LastNGames | null or string (LastNGames) [to do] |
LeagueID required | string (LeagueID) [to do] |
Location | null or string (Location) Enum: null "Home" "Road" [to do] |
Month | null or string (Month) [to do] |
OpponentTeamID | null or string (OpponentTeamID) [to do] |
Outcome | null or string (Outcome) Enum: null "W" "L" [to do] |
Period required | string (Period) [to do] |
PlayerID required | string (PlayerID) [to do] |
PointDiff required | string (PointDiff) [to do] |
Position | null or string (Position) Enum: null "Guard" "Forward" "Center" [to do] |
RangeType required | string (RangeType) [to do] |
RookieYear | null or string (RookieYear) [to do] |
Season required | string (Season) ^(\d{4}-\d{2})$ [to do] |
SeasonSegment | null or string (SeasonSegment) Enum: null "Post All-Star" "Pre All-Star" [to do] |
SeasonType required | string (SeasonType) [to do] |
StartPeriod required | string (StartPeriod) [to do] |
StartRange required | string (StartRange) [to do] |
TeamID | string (TeamID) [to do] |
VsConference | null or string (VsConference) Enum: null "East" "West" [to do] |
VsDivision | null or string (VsDivision) Enum: null "Atlantic" "Central" "Northwest" "Pacific" "Southeast" "Southwest" "East" "West" [to do] |
{- "parameters": {
- "AheadBehind": "$request.query.AheadBehind",
- "ClutchTime": "$request.query.ClutchTime",
- "ContextFilter": "$request.query.ContextFilter",
- "ContextMeasure": "$request.query.ContextMeasure",
- "DateFrom": "$request.query.DateFrom",
- "DateTo": "$request.query.DateTo",
- "EndPeriod": "$request.query.EndPeriod",
- "EndRange": "$request.query.EndRange",
- "GameID": "$request.query.GameID",
- "GameSegment": "$request.query.GameSegment",
- "LastNGames": "$request.query.LastNGames",
- "LeagueID": "$request.query.LeagueID",
- "Location": "$request.query.Location",
- "Month": "$request.query.Month",
- "OpponentTeamID": "$request.query.OpponentTeamID",
- "Outcome": "$request.query.Outcome",
- "Period": "$request.query.Period",
- "PlayerID": "$request.query.PlayerID",
- "PointDiff": "$request.query.PointDiff",
- "Position": "$request.query.Position",
- "RangeType": "$request.query.RangeType",
- "RookieYear": "$request.query.RookieYear",
- "Season": "$request.query.Season",
- "SeasonSegment": "$request.query.SeasonSegment",
- "SeasonType": "$request.query.SeasonType",
- "StartPeriod": "$request.query.StartPeriod",
- "StartRange": "$request.query.StartRange",
- "TeamID": "$request.query.TeamID",
- "VsConference": "$request.query.VsConference",
- "VsDivision": "$request.query.VsDivision"
}, - "resource": "videodetails",
- "resultSets": [ ]
}
[to do]
GameEventID required | string (GameEventID) [to do] |
GameID required | string (GameID) [to do] |
{- "parameters": {
- "GameEventID": "$request.query.GameEventID",
- "GameID": "$request.query.GameID"
}, - "resource": "videoevents",
- "resultSets": [ ]
}
[to do]
GameDate required | string (GameDate) [to do] |
LeagueID required | string (LeagueID) [to do] |
{- "parameters": {
- "GameDate": "$request.query.GameDate",
- "LeagueID": "$request.query.LeagueID"
}, - "resource": "videostatus",
- "resultSets": [
- {
- "name": "VideoStatus",
- "headers": [
- "GAME_ID",
- "GAME_DATE",
- "VISITOR_TEAM_ID",
- "VISITOR_TEAM_CITY",
- "VISITOR_TEAM_NAME",
- "VISITOR_TEAM_ABBREVIATION",
- "HOME_TEAM_ID",
- "HOME_TEAM_CITY",
- "HOME_TEAM_NAME",
- "HOME_TEAM_ABBREVIATION",
- "GAME_STATUS",
- "GAME_STATUS_TEXT",
- "IS_AVAILABLE",
- "PT_XYZ_AVAILABLE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string"
]
]
}
]
}
[to do]
GameID required | string (GameID) [to do] |
RunType required | string (RunType) [to do] |
{- "parameters": {
- "GameID": "$request.query.GameID",
- "RunType": "$request.query.RunType"
}, - "resource": "winprobabilitypbp",
- "resultSets": [
- {
- "name": "GameInfo",
- "headers": [
- "GAME_DATE",
- "ATTENDANCE",
- "GAME_TIME"
], - "rowSet": [
- [
- "string",
- "string",
- "string"
]
]
}, - {
- "name": "WinProbPBP",
- "headers": [
- "GAME_ID",
- "EVENT_NUM",
- "HOME_PCT",
- "VISITOR_PCT",
- "HOME_PTS",
- "VISITOR_PTS",
- "HOME_SCORE_MARGIN",
- "PERIOD",
- "SECONDS_REMAINING",
- "HOME_POSS_IND",
- "HOME_G",
- "DESCRIPTION",
- "LOCATION",
- "PCTIMESTRING",
- "ISVISIBLE"
], - "rowSet": [
- [
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- "string",
- null,
- "string",
- "string"
]
]
}
]
}