---
title: "PlayByPlay"
method: GET
path: "/playbyplay"
tags: ["nba", "wnba"]
---

# PlayByPlay

`GET /playbyplay`

[to do]

## Query parameters

- `EndPeriod` string, required — [to do]
- `GameID` string, required — [to do]
- `StartPeriod` string, required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `EndPeriod` '$request.query.EndPeriod'
    - `GameID` '$request.query.GameID'
    - `StartPeriod` '$request.query.StartPeriod'
  - `resource` 'playbyplay'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

- **2026-07-13** `bfc757de2da0` — 2 warning
  - removed the optional property `resultSets/prefixItems[#/components/schemas/AvailableVideo]/x-tags` from the response with the `200` status
  - removed the optional property `resultSets/prefixItems[#/components/schemas/PlayByPlay]/x-tags` from the response with the `200` status
- **2024-02-01** `b3e351ad6236` — 3 info
  - api tag `wnba` added
  - added the optional property `resultSets/prefixItems[#/components/schemas/AvailableVideo]/x-tags` to the response with the `200` status
  - added the optional property `resultSets/prefixItems[#/components/schemas/PlayByPlay]/x-tags` to the response with the `200` status
- **2024-02-01** `b939e27e1714` — 3 breaking, 3 info
  - the `parameters/EndPeriod` 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 `parameters/StartPeriod` response's property type changed from `string` to no type for status `200`
  - the `EndPeriod` response property const value `$request.query.EndPeriod` was added for the status `200`
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/sgsdm/apis/official-nba-stats-api/changes/playbyplay/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)
