---
title: "PlayerFantasyProfile"
method: GET
path: "/playerfantasyprofile"
tags: ["nba", "wnba"]
---

# PlayerFantasyProfile

`GET /playerfantasyprofile`

[to do]

## Query parameters

- `LeagueID` string, required — [to do]
- `MeasureType` 'Base' | 'Advanced' | 'Misc' | 'Four Factors' | 'Scoring' | 'Opponent' | 'Usage' | 'Defense', required — [to do]
- `PaceAdjust` 'Y' | 'N', required — [to do]
- `PerMode` string, required — [to do]
- `PlayerID` string, required — [to do]
- `PlusMinus` 'Y' | 'N', required — [to do]
- `Rank` 'Y' | 'N', required — [to do]
- `Season` string, required — [to do]
- `SeasonType` string, required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `LeagueID` '$request.query.LeagueID'
    - `MeasureType` '$request.query.MeasureType'
    - `PaceAdjust` '$request.query.PaceAdjust'
    - `PerMode` '$request.query.PerMode'
    - `PlayerID` '$request.query.PlayerID'
    - `PlusMinus` '$request.query.PlusMinus'
    - `Rank` '$request.query.Rank'
    - `Season` '$request.query.Season'
    - `SeasonType` '$request.query.SeasonType'
  - `resource` 'playerfantasyprofile'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

- **2026-07-13** `bfc757de2da0` — 5 warning
  - removed the optional property `resultSets/prefixItems[#/components/schemas/DaysRestModified]/x-tags` from the response with the `200` status
  - removed the optional property `resultSets/prefixItems[#/components/schemas/LastNGames-2]/x-tags` from the response with the `200` status
  - removed the optional property `resultSets/prefixItems[#/components/schemas/Location-2]/x-tags` from the response with the `200` status
  - removed the optional property `resultSets/prefixItems[#/components/schemas/Opponent]/x-tags` from the response with the `200` status
  - …1 more
- **2024-02-01** `b3e351ad6236` — 6 info
  - api tag `wnba` added
  - added the optional property `resultSets/prefixItems[#/components/schemas/DaysRestModified]/x-tags` to the response with the `200` status
  - added the optional property `resultSets/prefixItems[#/components/schemas/LastNGames-2]/x-tags` to the response with the `200` status
  - added the optional property `resultSets/prefixItems[#/components/schemas/Location-2]/x-tags` to the response with the `200` status
  - …2 more
- …earlier changes not shown

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