---
title: "GET /insights/notables/{year}"
method: GET
path: "/insights/notables/{year}"
tags: ["insight"]
---

# GET /insights/notables/{year}

`GET /insights/notables/{year}`

Gets a list of `NotablesInsight` objects from a specific year. Use year=0 for overall.

## Path parameters

- `year` integer, required

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- NotablesInsight[]
  - `data` object, required
    - `entries` object[], required
      - `context` string[], required — A list of events this team achieved the notable at. This type may change over time.
      - `team_key` string, required
  - `name` string, required
  - `year` integer, required

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