---
title: "SynergyPlayTypes"
method: GET
path: "/synergyplaytypes"
tags: ["nba", "wnba"]
---

# SynergyPlayTypes

`GET /synergyplaytypes`

[to do]

## Query parameters

- `LeagueID` string, required — [to do]
- `PerMode` string, required — [to do]
- `PlayType` string, nullable — [to do]
- `PlayerOrTeam` 'Player' | 'Team', required — [to do]
- `SeasonType` string, required — [to do]
- `SeasonYear` string, required — [to do]
- `TypeGrouping` string, nullable — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `LeagueID` '$request.query.LeagueID'
    - `PerMode` '$request.query.PerMode'
    - `PlayType` '$request.query.PlayType'
    - `PlayerOrTeam` '$request.query.PlayerOrTeam'
    - `SeasonType` '$request.query.SeasonType'
    - `SeasonYear` '$request.query.SeasonYear'
    - `TypeGrouping` '$request.query.TypeGrouping'
  - `resource` 'synergyplaytypes'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

- **2026-07-13** `bfc757de2da0` — 1 warning
  - removed the optional property `resultSets/prefixItems[#/components/schemas/SynergyPlayType]/x-tags` from the response with the `200` status
- **2024-02-01** `b3e351ad6236` — 2 breaking, 2 info
  - the response property `resultSets/prefixItems[#/components/schemas/SynergyPlayType]/rowSet/items/prefixItems[#/components/schemas/PlayType]/` became nullable for the status `200`
  - the response property `resultSets/prefixItems[#/components/schemas/SynergyPlayType]/rowSet/items/prefixItems[#/components/schemas/TypeGrouping]/` became nullable for the status `200`
  - api tag `wnba` added
  - added the optional property `resultSets/prefixItems[#/components/schemas/SynergyPlayType]/x-tags` to the response with the `200` status
- **2024-02-01** `b939e27e1714` — 7 breaking, 9 info
  - the `parameters/LeagueID` response's property type changed from `string` to no type for status `200`
  - the `parameters/PerMode` response's property type changed from `string` to no type for status `200`
  - the `parameters/PlayType` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/PlayerOrTeam` response's property type changed from `string` to no type for status `200`
  - …12 more
- …earlier changes not shown

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