---
title: "ISTStangings"
method: GET
path: "/iststangings"
tags: ["nba"]
---

# ISTStangings

`GET /iststangings`

[to do]

## Query parameters

- `LeagueID` string, required — [to do]
- `Season` string, required — [to do]
- `Section` 'group' | 'widcard', required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `LeagueID` '$request.query.LeagueID'
    - `Season` '$request.query.Season'
    - `Section` '$request.query.Section'
  - `resource` 'iststangings'
  - `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/revisions/bfc757de2da0/schema)
