---
title: "GET /event/{event_key}/nexus_info"
method: GET
path: "/event/{event_key}/nexus_info"
tags: ["event"]
---

# GET /event/{event_key}/nexus_info

`GET /event/{event_key}/nexus_info`

Gets live match-queuing info for an event from Nexus (https://frc.nexus/), or `null` if no data is currently available for this event.

## Path parameters

- `event_key` string, required

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- NexusEventInfo — Live match-queuing info for an event, sourced from Nexus (https://frc.nexus/) and cached by TBA.
  - `data_as_of_ms` integer, required — Unix timestamp (in milliseconds) of when this data was last fetched from Nexus.
  - `now_queueing` NexusNowQueueing, required — The match currently being queued, as reported by Nexus.
    - `match_key` string, required — TBA match key for the match currently being queued.
    - `match_name` string, required — The match name as reported by Nexus, e.g. `Qualification 5`.
  - `matches` object, required — Map of TBA match key to live queuing info for that match.

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