nba_playerfantasyprofilebargraph
#
Endpoint URL#
Valid URL#
ParametersAPI Parameter Name | Parameter | Pattern | Required | Nullable |
---|---|---|---|---|
PlayerID | player_id | Y | ||
Season | season | Y | ||
SeasonType | season_type_all_star_nullable | ^(Regular Season)\|(Pre Season)\|(Playoffs)\|(All Star)$ | Y | |
LeagueID | league_id_nullable | Y |
#
Data Setslast_five_games_avg
#
LastFiveGamesAvg ['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']
season_avg
#
SeasonAvg ['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']
#
JSON{ "data_sets": { "LastFiveGamesAvg": [ "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" ], "SeasonAvg": [ "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" ] }, "endpoint": "PlayerFantasyProfileBarGraph", "last_validated_date": "2020-08-15", "nullable_parameters": [ "LeagueID", "SeasonType" ], "parameter_patterns": { "LeagueID": null, "PlayerID": null, "Season": null, "SeasonType": "^(Regular Season)|(Pre Season)|(Playoffs)|(All Star)$" }, "parameters": [ "LeagueID", "PlayerID", "Season", "SeasonType" ], "required_parameters": [ "PlayerID", "Season" ], "status": "success"}
Last validated 2020-08-16