---
title: "GET /team/{team_key}/districts"
method: GET
path: "/team/{team_key}/districts"
tags: ["team", "district"]
---

# GET /team/{team_key}/districts

`GET /team/{team_key}/districts`

Gets an array of districts representing each year the team was in a district. Will return an empty array if the team was never in a district.

## Path parameters

- `team_key` string, required

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- District[]
  - `abbreviation` string, required — The short identifier for the district.
  - `display_name` string, required — The long name for the district.
  - `key` string, required — Key for this district, e.g. `2016ne`.
  - `year` integer, required — Year this district participated.
  - `official_advancement_counts` object, required — The number of teams advancing to DCMP and CMP from this district, as specified in the FIRST manual.
    - `dcmp` integer, required — Number of teams advancing to the District Championship.
    - `cmp` integer, required — Number of teams advancing to the Championship.

## Other responses

- `304` — Not Modified - Use Local Cached Value
- `401` — Authorization information is missing or invalid.
- `404` — Not Found

---

[API](https://skmtc.net/thebluealliance/apis/the-blue-alliance-api-v3.md) · [All operations](https://skmtc.net/thebluealliance/apis/the-blue-alliance-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thebluealliance/the-blue-alliance-api-v3/revisions/9a7cbeb48787/schema)
