---
title: "Depth Charts"
method: GET
path: "/{format}/DepthCharts"
---

# Depth Charts

`GET /{format}/DepthCharts`

This endpoint provides a depth chart for each NBA team.

## Path parameters

- `format` 'XML' | 'JSON', required

## Response `200`

- TeamDepthChart[]
  - `DepthCharts` DepthChart[]
    - `DepthChartID` integer
    - `DepthOrder` integer, nullable
    - `Name` string, nullable
    - `PlayerID` integer, nullable
    - `Position` string, nullable
    - `PositionCategory` string, nullable
    - `TeamID` integer
    - `Updated` string, nullable
  - `TeamID` integer

---

[API](https://skmtc.net/sportsdata/apis/nba-v3-projections.md) · [All operations](https://skmtc.net/sportsdata/apis/nba-v3-projections/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sportsdata/nba-v3-projections/versions/036520e719a4/schema)
