---
title: "FantasyWidget"
method: GET
path: "/fantasywidget"
tags: ["nba", "wnba"]
---

# FantasyWidget

`GET /fantasywidget`

[to do]

## Query parameters

- `ActivePlayers` 'Y' | 'N', required — [to do]
- `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]
- `PORound` string, nullable — [to do]
- `PlayerID` string, required — [to do]
- `Position` 'null' | 'Guard' | 'Forward' | 'Center', nullable — [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]
- `TodaysOpponent` string, required — [to do]
- `TodaysPlayers` 'Y' | 'N', required — [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
    - `ActivePlayers` '$request.query.ActivePlayers'
    - `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'
    - `PORound` '$request.query.PORound'
    - `PlayerID` '$request.query.PlayerID'
    - `Position` '$request.query.Position'
    - `Season` '$request.query.Season'
    - `SeasonSegment` '$request.query.SeasonSegment'
    - `SeasonType` '$request.query.SeasonType'
    - `TeamID` '$request.query.TeamID'
    - `TodaysOpponent` '$request.query.TodaysOpponent'
    - `TodaysPlayers` '$request.query.TodaysPlayers'
    - `VsConference` '$request.query.VsConference'
    - `VsDivision` '$request.query.VsDivision'
  - `resource` 'fantasywidget'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

- **2026-07-13** `bfc757de2da0` — 1 warning
  - removed the optional property `resultSets/prefixItems[#/components/schemas/FantasyWidgetResult]/x-tags` from the response with the `200` status
- **2024-02-01** `b3e351ad6236` — 1 breaking, 2 info
  - the response property `resultSets/prefixItems[#/components/schemas/FantasyWidgetResult]/rowSet/items/prefixItems[#/components/schemas/PlayerPosition]/` became nullable for the status `200`
  - api tag `wnba` added
  - added the optional property `resultSets/prefixItems[#/components/schemas/FantasyWidgetResult]/x-tags` to the response with the `200` status
- **2024-02-01** `b939e27e1714` — 19 breaking, 46 info
  - the `parameters/ActivePlayers` response's property type changed from `string` to no type for status `200`
  - 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`
  - …61 more
- …earlier changes not shown

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