API Parameter Name | Python Parameter Variable | Pattern | Required | Nullable |
---|---|---|---|---|
EndPeriod | end_period | Y |
||
EndRange | end_range | Y |
||
GameID | game_id | ^\d{10}$ |
Y |
|
RangeType | range_type | Y |
||
StartPeriod | start_period | Y |
||
StartRange | start_range | Y |
['gameId', 'teamId', 'teamCity', 'teamName', 'teamTricode', 'teamSlug', 'personId', 'firstName', 'familyName', 'nameI', 'playerSlug', 'position', 'comment', 'jerseyNum', 'minutes', 'usagePercentage', 'percentageFieldGoalsMade', 'percentageFieldGoalsAttempted', 'percentageThreePointersMade', 'percentageThreePointersAttempted', 'percentageFreeThrowsMade', 'percentageFreeThrowsAttempted', 'percentageReboundsOffensive', 'percentageReboundsDefensive', 'percentageReboundsTotal', 'percentageAssists', 'percentageTurnovers', 'percentageSteals', 'percentageBlocks', 'percentageBlocksAllowed', 'percentagePersonalFouls', 'percentagePersonalFoulsDrawn', 'percentagePoints']
['gameId', 'teamId', 'teamCity', 'teamName', 'teamTricode', 'teamSlug', 'minutes', 'usagePercentage', 'percentageFieldGoalsMade', 'percentageFieldGoalsAttempted', 'percentageThreePointersMade', 'percentageThreePointersAttempted', 'percentageFreeThrowsMade', 'percentageFreeThrowsAttempted', 'percentageReboundsOffensive', 'percentageReboundsDefensive', 'percentageReboundsTotal', 'percentageAssists', 'percentageTurnovers', 'percentageSteals', 'percentageBlocks', 'percentageBlocksAllowed', 'percentagePersonalFouls', 'percentagePersonalFoulsDrawn', 'percentagePoints']
{
"data_sets": {
"PlayerStats": [
"gameId",
"teamId",
"teamCity",
"teamName",
"teamTricode",
"teamSlug",
"personId",
"firstName",
"familyName",
"nameI",
"playerSlug",
"position",
"comment",
"jerseyNum",
"minutes",
"usagePercentage",
"percentageFieldGoalsMade",
"percentageFieldGoalsAttempted",
"percentageThreePointersMade",
"percentageThreePointersAttempted",
"percentageFreeThrowsMade",
"percentageFreeThrowsAttempted",
"percentageReboundsOffensive",
"percentageReboundsDefensive",
"percentageReboundsTotal",
"percentageAssists",
"percentageTurnovers",
"percentageSteals",
"percentageBlocks",
"percentageBlocksAllowed",
"percentagePersonalFouls",
"percentagePersonalFoulsDrawn",
"percentagePoints"
],
"TeamStats": [
"gameId",
"teamId",
"teamCity",
"teamName",
"teamTricode",
"teamSlug",
"minutes",
"usagePercentage",
"percentageFieldGoalsMade",
"percentageFieldGoalsAttempted",
"percentageThreePointersMade",
"percentageThreePointersAttempted",
"percentageFreeThrowsMade",
"percentageFreeThrowsAttempted",
"percentageReboundsOffensive",
"percentageReboundsDefensive",
"percentageReboundsTotal",
"percentageAssists",
"percentageTurnovers",
"percentageSteals",
"percentageBlocks",
"percentageBlocksAllowed",
"percentagePersonalFouls",
"percentagePersonalFoulsDrawn",
"percentagePoints"
]
},
"endpoint": "BoxScoreUsageV3",
"last_validated_date": "2023-09-14",
"nullable_parameters": [],
"parameter_patterns": {
"EndPeriod": null,
"EndRange": null,
"GameID": "^\\d{10}$",
"RangeType": null,
"StartPeriod": null,
"StartRange": null
},
"parameters": [
"EndPeriod",
"EndRange",
"GameID",
"RangeType",
"StartPeriod",
"StartRange"
],
"required_parameters": [
"EndPeriod",
"EndRange",
"GameID",
"RangeType",
"StartPeriod",
"StartRange"
],
"status": "success"
}
Last validated 2023-09-14