---
title: "VideoEvents"
method: GET
path: "/videoevents"
tags: ["nba", "wnba"]
---

# VideoEvents

`GET /videoevents`

[to do]

## Query parameters

- `GameEventID` string, required — [to do]
- `GameID` string, required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `GameEventID` '$request.query.GameEventID'
    - `GameID` '$request.query.GameID'
  - `resource` 'videoevents'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

- **2024-02-01** `b3e351ad6236` — 1 info
  - api tag `wnba` added
- **2024-02-01** `b939e27e1714` — 2 breaking, 2 info
  - the `parameters/GameEventID` response's property type changed from `string` to no type for status `200`
  - the `parameters/GameID` response's property type changed from `string` to no type for status `200`
  - the `GameEventID` response property const value `$request.query.GameEventID` was added for the status `200`
  - the `GameID` response property const value `$request.query.GameID` was added for the status `200`
- **2024-02-01** `9d267fbbaf5a` — 4 breaking, 1 info
  - the `GameEventID` response property const value `$request.query.GameEventID` was removed for the status `200`
  - the `GameID` response property const value `$request.query.GameID` was removed for the status `200`
  - the `parameters/GameEventID` response's property type changed from no type to `string` for status `200`
  - the `parameters/GameID` response's property type changed from no type to `string` for status `200`
  - …1 more

[Change history](https://skmtc.dev/sgsdm/apis/official-nba-stats-api/changes/videoevents/get.md)

---

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