---
title: "LeadersTiles"
method: GET
path: "/leaderstiles"
tags: ["nba", "wnba"]
---

# LeadersTiles

`GET /leaderstiles`

[to do]

## Query parameters

- `GameScope` 'null' | 'Yesterday' | 'Last 10', nullable — [to do]
- `LeagueID` string, required — [to do]
- `PlayerOrTeam` 'Player' | 'Team', required — [to do]
- `PlayerScope` 'All Players' | 'Rookies', required — [to do]
- `Season` string, required — [to do]
- `SeasonType` string, required — [to do]
- `Stat` 'PTS' | 'REB' | 'AST' | 'FGPCT' | 'FTPCT' | 'FG3PCT' | 'STL' | 'BLK', required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `GameScope` '$request.query.GameScope'
    - `LeagueID` '$request.query.LeagueID'
    - `PlayerOrTeam` '$request.query.PlayerOrTeam'
    - `PlayerScope` '$request.query.PlayerScope'
    - `Season` '$request.query.Season'
    - `SeasonType` '$request.query.SeasonType'
    - `Stat` '$request.query.Stat'
  - `resource` 'leaderstiles'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

## Changes

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

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