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

# GET /district/{district_key}/rankings

`GET /district/{district_key}/rankings`

Gets a list of team district rankings for the given district.

## Path parameters

- `district_key` string, required

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- DistrictRanking[], nullable
  - `team_key` string, required — TBA team key for the team.
  - `rank` integer, required — Numerical rank of the team, 1 being top rank.
  - `rookie_bonus` integer, required — Any points added to a team as a result of the rookie bonus.
  - `point_total` integer, required — Total district points for the team.
  - `event_points` object[], required — List of events that contributed to the point total for the team.
    - `district_cmp` boolean, required — `true` if this event is a District Championship event.
    - `total` integer, required — Total points awarded at this event.
    - `alliance_points` integer, required — Points awarded for alliance selection.
    - `elim_points` integer, required — Points awarded for elimination match performance.
    - `award_points` integer, required — Points awarded for event awards.
    - `event_key` string, required — TBA Event key for this event.
    - `qual_points` integer, required — Points awarded for qualification match performance.
  - `adjustments` integer — Any points adjustments applied to the team.
  - `other_bonus` integer — Any other bonus points awarded to the team.

## 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/b9b0f447dbcb/schema)
