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

# GET /district/{district_key}/teams

`GET /district/{district_key}/teams`

Gets a list of `Team` objects that competed in events in the given district.

## Path parameters

- `district_key` string, required

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- Team[]
  - `key` string, required — TBA team key with the format `frcXXXX` with `XXXX` representing the team number.
  - `team_number` integer, required — Official team number issued by FIRST.
  - `nickname` string, required — Team nickname provided by FIRST.
  - `name` string, required — Official long name registered with FIRST.
  - `school_name` string, nullable, required — Name of team school or affilited group registered with FIRST.
  - `city` string, nullable, required — City of team derived from parsing the address registered with FIRST.
  - `state_prov` string, nullable, required — State of team derived from parsing the address registered with FIRST.
  - `country` string, nullable, required — Country of team derived from parsing the address registered with FIRST.
  - `address` string, nullable, required — Will be NULL, for future development.
  - `postal_code` string, nullable, required — Postal code from the team address.
  - `gmaps_place_id` string, nullable, required — Will be NULL, for future development.
  - `gmaps_url` string, url, nullable, required — Will be NULL, for future development.
  - `lat` number, double, nullable, required — Will be NULL, for future development.
  - `lng` number, double, nullable, required — Will be NULL, for future development.
  - `location_name` string, nullable, required — Will be NULL, for future development.
  - `website` string, url, nullable, required — Official website associated with the team.
  - `rookie_year` integer, nullable, required — First year the team officially competed.
  - `motto` string, nullable, required — Team's motto or tagline.

## 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)
