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

# GET /event/{event_key}/oprs

`GET /event/{event_key}/oprs`

Gets a set of Event OPRs (including OPR, DPR, and CCWM) for the given Event.

## Path parameters

- `event_key` string, required

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- EventOPRs — OPR, DPR, and CCWM for teams at the event.
  - `oprs` object — A key-value pair with team key (eg `frc254`) as key and OPR as value.
  - `dprs` object — A key-value pair with team key (eg `frc254`) as key and DPR as value.
  - `ccwms` object — A key-value pair with team key (eg `frc254`) as key and CCWM as value.

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