---
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]

---

[API](https://skmtc.net/sgsdm/apis/official-nba-stats-api.md) · [All operations](https://skmtc.net/sgsdm/apis/official-nba-stats-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sgsdm/official-nba-stats-api/versions/bfc757de2da0/schema)
