---
title: "GET /districts/{year}"
method: GET
path: "/districts/{year}"
tags: ["district"]
---

# GET /districts/{year}

`GET /districts/{year}`

Gets a list of districts and their corresponding district key, for the given year.

## Path parameters

- `year` integer, 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)
