nba_gamerotation
#
Endpoint URL#
Valid URLhttps://stats.nba.com/stats/gamerotation?GameID=0021700807&LeagueID=00
#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
GameID | game_id | ^\d{10}$ | Y | |
LeagueID | league_id | Y |
#
Data Setsaway_team
#
AwayTeam ['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']
home_team
#
HomeTeam ['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']
#
JSON{ "data_sets": { "AwayTeam": [ "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" ], "HomeTeam": [ "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" ] }, "endpoint": "GameRotation", "last_validated_date": "2020-08-15", "nullable_parameters": [], "parameter_patterns": { "GameID": "^\\d{10}$", "LeagueID": null }, "parameters": [ "GameID", "LeagueID" ], "required_parameters": [ "GameID", "LeagueID" ], "status": "success"}
Last validated 2020-08-16