---
title: "GET /event/{event_key}/district_points"
method: GET
path: "/event/{event_key}/district_points"
tags: ["event", "district"]
---

# GET /event/{event_key}/district_points

`GET /event/{event_key}/district_points`

Gets a list of district points for the Event. These are always calculated, regardless of event type, and may/may not be actually useful.

## Path parameters

- `event_key` string, required

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- EventDistrictPoints
  - `points` object, required — Points gained for each team at the event. Stored as a key-value pair with the team key as the key, and an object describing the points as its value.
  - `tiebreakers` object — Tiebreaker values for each team at the event. Stored as a key-value pair with the team key as the key, and an object describing the tiebreaker elements as its value.

## 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/versions/9a7cbeb48787/schema)
