Skip to content

Latest commit

 

History

History
91 lines (84 loc) · 3.67 KB

boxscorematchupsv3.md

File metadata and controls

91 lines (84 loc) · 3.67 KB

BoxScoreMatchupsV3

Endpoint URL

https://stats.nba.com/stats/boxscorematchupsv3

Valid URL

https://stats.nba.com/stats/boxscorematchupsv3?GameID=0021700807

Parameters

API Parameter Name Python Parameter Variable Pattern Required Nullable
GameID game_id ^\d{10}$ Y

Data Sets

PlayerStats player_stats

["gameId", "teamId", "teamCity", "teamName", "teamTricode", "teamSlug", "personIdOff", "firstNameOff", "familyNameOff", "nameIOff", "playerSlugOff", "jerseyNumOff", "personIdDef", "firstNameDef", "familyNameDef", "nameIDef", "playerSlugDef", "positionDef", "commentDef", "jerseyNumDef", "matchupMinutes", "matchupMinutesSort", "partialPossessions", "percentageDefenderTotalTime", "percentageOffensiveTotalTime", "percentageTotalTimeBothOn", "switchesOn", "playerPoints", "teamPoints", "matchupAssists", "matchupPotentialAssists", "matchupTurnovers", "matchupBlocks", "matchupFieldGoalsMade", "matchupFieldGoalsAttempted", "matchupFieldGoalsPercentage", "matchupThreePointersMade", "matchupThreePointersAttempted", "matchupThreePointersPercentage", "helpBlocks", "helpFieldGoalsMade", "helpFieldGoalsAttempted", "helpFieldGoalsPercentage", "matchupFreeThrowsMade", "matchupFreeThrowsAttempted", "shootingFouls"]

JSON

{
    "data_sets": {
        "PlayerStats": [
          "gameId", 
          "teamId",
          "teamCity",
          "teamName",
          "teamTricode",
          "teamSlug",
          "personIdOff",
          "firstNameOff",
          "familyNameOff",
          "nameIOff",
          "playerSlugOff",
          "jerseyNumOff",
          "personIdDef",
          "firstNameDef",
          "familyNameDef",
          "nameIDef",
          "playerSlugDef",
          "positionDef",
          "commentDef",
          "jerseyNumDef",
          "matchupMinutes",
          "matchupMinutesSort",
          "partialPossessions",
          "percentageDefenderTotalTime",
          "percentageOffensiveTotalTime",
          "percentageTotalTimeBothOn",
          "switchesOn",
          "playerPoints",
          "teamPoints",
          "matchupAssists",
          "matchupPotentialAssists",
          "matchupTurnovers",
          "matchupBlocks",
          "matchupFieldGoalsMade",
          "matchupFieldGoalsAttempted",
          "matchupFieldGoalsPercentage",
          "matchupThreePointersMade",
          "matchupThreePointersAttempted",
          "matchupThreePointersPercentage",
          "helpBlocks",
          "helpFieldGoalsMade",
          "helpFieldGoalsAttempted",
          "helpFieldGoalsPercentage",
          "matchupFreeThrowsMade",
          "matchupFreeThrowsAttempted",
          "shootingFouls"
        ]
    },
    "endpoint": "BoxScoreMatchupsV3",
    "last_validated_date": "2023-09-14",
    "nullable_parameters": [],
    "parameter_patterns": {
        "GameID": "^\\d{10}$"
    },
    "parameters": [
        "GameID"
    ],
    "required_parameters": [
        "GameID"
    ],
    "status": "success"
}

Last validated 2023-09-14