Skip to main content

nba_shotchartleaguewide

Endpoint URL#

https://stats.nba.com/stats/shotchartleaguewide

Valid URL#

https://stats.nba.com/stats/shotchartleaguewide?LeagueID=00&Season=2019-20

Parameters#

API Parameter NameParameterPatternRequiredNullable
LeagueIDleague_idY
SeasonseasonY

Data Sets#

League_Wide league_wide#

['GRID_TYPE', 'SHOT_ZONE_BASIC', 'SHOT_ZONE_AREA', 'SHOT_ZONE_RANGE', 'FGA', 'FGM', 'FG_PCT']

JSON#

{    "data_sets": {        "League_Wide": [            "GRID_TYPE",            "SHOT_ZONE_BASIC",            "SHOT_ZONE_AREA",            "SHOT_ZONE_RANGE",            "FGA",            "FGM",            "FG_PCT"        ]    },    "endpoint": "ShotChartLeagueWide",    "last_validated_date": "2020-08-15",    "nullable_parameters": [],    "parameter_patterns": {        "LeagueID": null,        "Season": null    },    "parameters": [        "LeagueID",        "Season"    ],    "required_parameters": [        "LeagueID",        "Season"    ],    "status": "success"}

Last validated 2020-08-16