---
title: "VideoDetails"
method: GET
path: "/videodetails"
tags: ["nba", "wnba"]
---

# VideoDetails

`GET /videodetails`

[to do]

## Query parameters

- `AheadBehind` 'Ahead or Behind' | 'Behind or Tied' | 'Ahead or Tied', required — [to do]
- `ClutchTime` 'Last 5 Minutes' | 'Last 4 Minutes' | 'Last 3 Minutes' | 'Last 2 Minutes' | 'Last 1 Minute' | 'Last 30 Seconds' | 'Last 10 Seconds', required — [to do]
- `ContextFilter` string, nullable — [to do]
- `ContextMeasure` 'PTS' | 'FGM' | 'FGA' | 'FGPCT' | 'FG3M' | 'FG3A' | 'FG3PCT' | 'PF' | 'EFGPCT' | 'TSPCT' | 'PTSFB' | 'PTSOFFTOV' | 'PTS2NDCHANCE' | 'PF', required — [to do]
- `DateFrom` string, nullable — [to do]
- `DateTo` string, nullable — [to do]
- `EndPeriod` string, required — [to do]
- `EndRange` string, required — [to do]
- `GameID` string, required — [to do]
- `GameSegment` 'null' | 'First Half' | 'Overtime' | 'Second Half', nullable, required — [to do]
- `LastNGames` string, nullable — [to do]
- `LeagueID` string, required — [to do]
- `Location` 'null' | 'Home' | 'Road', nullable — [to do]
- `Month` string, nullable — [to do]
- `OpponentTeamID` string, nullable — [to do]
- `Outcome` 'null' | 'W' | 'L', nullable — [to do]
- `Period` string, required — [to do]
- `PlayerID` string, required — [to do]
- `PointDiff` string, required — [to do]
- `Position` 'null' | 'Guard' | 'Forward' | 'Center', nullable — [to do]
- `RangeType` string, required — [to do]
- `RookieYear` string, nullable — [to do]
- `Season` string, required — [to do]
- `SeasonSegment` 'null' | 'Post All-Star' | 'Pre All-Star', nullable — [to do]
- `SeasonType` string, required — [to do]
- `StartPeriod` string, required — [to do]
- `StartRange` string, required — [to do]
- `TeamID` string — [to do]
- `VsConference` 'null' | 'East' | 'West', nullable — [to do]
- `VsDivision` 'null' | 'Atlantic' | 'Central' | 'Northwest' | 'Pacific' | 'Southeast' | 'Southwest' | 'East' | 'West', nullable — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `AheadBehind` '$request.query.AheadBehind'
    - `ClutchTime` '$request.query.ClutchTime'
    - `ContextFilter` '$request.query.ContextFilter'
    - `ContextMeasure` '$request.query.ContextMeasure'
    - `DateFrom` '$request.query.DateFrom'
    - `DateTo` '$request.query.DateTo'
    - `EndPeriod` '$request.query.EndPeriod'
    - `EndRange` '$request.query.EndRange'
    - `GameID` '$request.query.GameID'
    - `GameSegment` '$request.query.GameSegment'
    - `LastNGames` '$request.query.LastNGames'
    - `LeagueID` '$request.query.LeagueID'
    - `Location` '$request.query.Location'
    - `Month` '$request.query.Month'
    - `OpponentTeamID` '$request.query.OpponentTeamID'
    - `Outcome` '$request.query.Outcome'
    - `Period` '$request.query.Period'
    - `PlayerID` '$request.query.PlayerID'
    - `PointDiff` '$request.query.PointDiff'
    - `Position` '$request.query.Position'
    - `RangeType` '$request.query.RangeType'
    - `RookieYear` '$request.query.RookieYear'
    - `Season` '$request.query.Season'
    - `SeasonSegment` '$request.query.SeasonSegment'
    - `SeasonType` '$request.query.SeasonType'
    - `StartPeriod` '$request.query.StartPeriod'
    - `StartRange` '$request.query.StartRange'
    - `TeamID` '$request.query.TeamID'
    - `VsConference` '$request.query.VsConference'
    - `VsDivision` '$request.query.VsDivision'
  - `resource` 'videodetails'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

---

[API](https://skmtc.net/sgsdm/apis/official-nba-stats-api.md) · [All operations](https://skmtc.net/sgsdm/apis/official-nba-stats-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sgsdm/official-nba-stats-api/versions/bfc757de2da0/schema)
