---
title: "PlayerDashPtPass"
method: GET
path: "/playerdashptpass"
tags: ["nba", "wnba"]
---

# PlayerDashPtPass

`GET /playerdashptpass`

[to do]

## Query parameters

- `DateFrom` string, nullable — [to do]
- `DateTo` 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]
- `PerMode` string, required — [to do]
- `PlayerID` string, required — [to do]
- `Season` string, required — [to do]
- `SeasonSegment` 'null' | 'Post All-Star' | 'Pre All-Star', nullable — [to do]
- `SeasonType` string, required — [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]

## Response `200`

[to do]

- object
  - `parameters` object
    - `DateFrom` '$request.query.DateFrom'
    - `DateTo` '$request.query.DateTo'
    - `LastNGames` '$request.query.LastNGames'
    - `LeagueID` '$request.query.LeagueID'
    - `Location` '$request.query.Location'
    - `Month` '$request.query.Month'
    - `OpponentTeamID` '$request.query.OpponentTeamID'
    - `Outcome` '$request.query.Outcome'
    - `PerMode` '$request.query.PerMode'
    - `PlayerID` '$request.query.PlayerID'
    - `Season` '$request.query.Season'
    - `SeasonSegment` '$request.query.SeasonSegment'
    - `SeasonType` '$request.query.SeasonType'
    - `TeamID` '$request.query.TeamID'
    - `VsConference` '$request.query.VsConference'
    - `VsDivision` '$request.query.VsDivision'
  - `resource` 'playerdashptpass'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

- **2026-07-13** `bfc757de2da0` — 2 warning
  - removed the optional property `resultSets/prefixItems[#/components/schemas/PassesMade]/x-tags` from the response with the `200` status
  - removed the optional property `resultSets/prefixItems[#/components/schemas/PassesReceived]/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/PassesMade]/x-tags` to the response with the `200` status
  - added the optional property `resultSets/prefixItems[#/components/schemas/PassesReceived]/x-tags` to the response with the `200` status
- **2024-02-01** `b939e27e1714` — 16 breaking, 38 info
  - the `parameters/DateFrom` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/DateTo` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/LastNGames` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/LeagueID` response's property type changed from `string` to no type for status `200`
  - …50 more
- …earlier changes not shown

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