---
title: "AssistTracker"
method: GET
path: "/assisttracker"
tags: ["nba", "wnba"]
---

# AssistTracker

`GET /assisttracker`

[to do]

## Query parameters

- `College` string, nullable — [to do]
- `Conference` 'null' | 'East' | 'West', nullable — [to do]
- `Country` string, nullable — [to do]
- `DateFrom` string, nullable — [to do]
- `DateTo` string, nullable — [to do]
- `Division` 'null' | 'Atlantic' | 'Central' | 'Northwest' | 'Pacific' | 'Southeast' | 'Southwest', nullable — [to do]
- `DraftPick` string, nullable — [to do]
- `DraftYear` string, nullable — [to do]
- `GameScope` 'null' | 'Yesterday' | 'Last 10', nullable — [to do]
- `Height` string, nullable — [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]
- `PORound` string, nullable — [to do]
- `PerMode` string, required — [to do]
- `PlayerExperience` 'null' | 'Rookie' | 'Sophomore' | 'Veteran', nullable — [to do]
- `PlayerPosition` 'null' | 'F' | 'C' | 'G' | 'C-F' | 'F-C' | 'F-G' | 'G-F', nullable — [to do]
- `Season` string, required — [to do]
- `SeasonSegment` 'null' | 'Post All-Star' | 'Pre All-Star', nullable — [to do]
- `SeasonType` string, required — [to do]
- `StarterBench` 'null' | 'Starters' | 'Bench', nullable — [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]
- `Weight` string, nullable — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `College` '$request.query.College'
    - `Conference` '$request.query.Conference'
    - `Country` '$request.query.Country'
    - `DateFrom` '$request.query.DateFrom'
    - `DateTo` '$request.query.DateTo'
    - `Division` '$request.query.Division'
    - `DraftPick` '$request.query.DraftPick'
    - `DraftYear` '$request.query.DraftYear'
    - `GameScope` '$request.query.GameScope'
    - `Height` '$request.query.Height'
    - `LastNGames` '$request.query.LastNGames'
    - `LeagueID` '$request.query.LeagueID'
    - `Location` '$request.query.Location'
    - `Month` '$request.query.Month'
    - `OpponentTeamID` '$request.query.OpponentTeamID'
    - `Outcome` '$request.query.Outcome'
    - `PORound` '$request.query.PORound'
    - `PerMode` '$request.query.PerMode'
    - `PlayerExperience` '$request.query.PlayerExperience'
    - `PlayerPosition` '$request.query.PlayerPosition'
    - `Season` '$request.query.Season'
    - `SeasonSegment` '$request.query.SeasonSegment'
    - `SeasonType` '$request.query.SeasonType'
    - `StarterBench` '$request.query.StarterBench'
    - `TeamID` '$request.query.TeamID'
    - `VsConference` '$request.query.VsConference'
    - `VsDivision` '$request.query.VsDivision'
    - `Weight` '$request.query.Weight'
  - `resource` 'assisttracker'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

- **2026-07-13** `bfc757de2da0` — 1 warning
  - removed the optional property `resultSets/prefixItems[#/components/schemas/AssistTracker]/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/AssistTracker]/x-tags` to the response with the `200` status
- **2024-02-01** `b939e27e1714` — 28 breaking, 78 info
  - the `parameters/College` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Conference` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Country` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/DateFrom` response's property type/format changed from ``/`` to ``/`` for status `200`
  - …102 more
- **2024-02-01** `edb1e5406e9a` — 1 info
  - removed `#/components/schemas/Assists` from the `resultSets/prefixItems[#/components/schemas/AssistTracker]/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/assisttracker/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)
