---
title: "AssistLeaders"
method: GET
path: "/assistleaders"
tags: ["nba", "wnba"]
---

# AssistLeaders

`GET /assistleaders`

[to do]

## Query parameters

- `LeagueID` string, required — [to do]
- `PerMode` string, required — [to do]
- `PlayerOrTeam` 'Player' | 'Team', required — [to do]
- `Season` string, required — [to do]
- `SeasonType` string, required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `LeagueID` '$request.query.LeagueID'
    - `PerMode` '$request.query.PerMode'
    - `PlayerOrTeam` '$request.query.PlayerOrTeam'
    - `Season` '$request.query.Season'
    - `SeasonType` '$request.query.SeasonType'
  - `resource` 'assistleaders'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

- **2026-07-13** `bfc757de2da0` — 1 warning
  - removed the optional property `resultSets/prefixItems[#/components/schemas/AssistLeaders]/x-tags` from the response with the `200` status
- **2024-02-01** `b3e351ad6236` — 2 info
  - api tag `wnba` added
  - added the optional property `resultSets/prefixItems[#/components/schemas/AssistLeaders]/x-tags` to the response with the `200` status
- **2024-02-01** `b939e27e1714` — 5 breaking, 8 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/PlayerOrTeam` response's property type changed from `string` to no type for status `200`
  - the `parameters/Season` response's property type changed from `string` to no type for status `200`
  - …9 more
- **2024-02-01** `edb1e5406e9a` — 1 info
  - removed `#/components/schemas/Rank, #/components/schemas/TeamId, #/components/schemas/TeamAbbreviation, #/components/schemas/TeamName, #/components/schemas/Ast` from the `resultSets/prefixItems[#/components/schemas/AssistLeaders]/rowSet` response property 'prefixItems' list for the response status `200`
- …earlier changes not shown

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