---
title: "GET /teams/{year}/{page_num}/simple"
method: GET
path: "/teams/{year}/{page_num}/simple"
tags: ["team"]
---

# GET /teams/{year}/{page_num}/simple

`GET /teams/{year}/{page_num}/simple`

Gets a list of short form `Team_Simple` objects that competed in the given year, paginated in groups of 500.

## Path parameters

- `year` integer, required
- `page_num` integer, 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/b9b0f447dbcb/schema)
