---
title: "GET /search_index"
method: GET
path: "/search_index"
---

# GET /search_index

`GET /search_index`

Gets a large blob of data that is used on the frontend for searching. May change without notice.

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- SearchIndex
  - `teams` object[], required
    - `key` string, required
    - `nickname` string, required
  - `events` object[], required
    - `key` string, required
    - `name` string, 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/b9b0f447dbcb/schema)
