---
title: "LeagueLeaders"
method: GET
path: "/leagueleaders"
tags: ["nba", "wnba"]
---

# LeagueLeaders

`GET /leagueleaders`

[to do]

## Query parameters

- `ActiveFlag` string, nullable — [to do]
- `LeagueID` string, required — [to do]
- `PerMode` string, required — [to do]
- `Scope` 'RS' | 'S' | 'Rookies', required — [to do]
- `Season` string, required — [to do]
- `SeasonType` string, required — [to do]
- `StatCategory` 'Points' | 'Rebounds' | 'Assists' | 'Defense' | 'Clutch' | 'Playmaking' | 'Efficiency' | 'Fast Break' | 'Scoring Breakdown', required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `ActiveFlag` '$request.query.ActiveFlag'
    - `LeagueID` '$request.query.LeagueID'
    - `PerMode` '$request.query.PerMode'
    - `Scope` '$request.query.Scope'
    - `Season` '$request.query.Season'
    - `SeasonType` '$request.query.SeasonType'
    - `StatCategory` '$request.query.StatCategory'
  - `resource` 'leagueleaders'
  - `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)
