---
title: "GET /team/{team_key}/simple"
method: GET
path: "/team/{team_key}/simple"
tags: ["team"]
---

# GET /team/{team_key}/simple

`GET /team/{team_key}/simple`

Gets a `Team_Simple` object for the team referenced by the given key.

## Path parameters

- `team_key` string, required

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- TeamSimple
  - `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.
  - `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.

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