---
title: "GET /v2/announcements"
method: GET
path: "/v2/announcements"
---

# GET /v2/announcements

`GET /v2/announcements`

## Response `200`

OK

- object[]
  - `id` string, required
  - `title` string, required
  - `content` string, required
  - `iconUrl` string, nullable, required
  - `linkUrl` string, nullable, required
  - `linkLabel` string, nullable, required
  - `category` 'maintenance' | 'downtime' | 'info', required
  - `status` 'draft' | 'published' | 'archived', required
  - `authorId` string, required
  - `publishedAt` string, date-time, nullable, required
  - `createdAt` string, date-time, nullable, required
  - `updatedAt` string, date-time, nullable, required

---

[API](https://skmtc.dev/deadlockmods/apis/deadlock-mods-api.md) · [All operations](https://skmtc.dev/deadlockmods/apis/deadlock-mods-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deadlockmods/deadlock-mods-api/revisions/bd2128436e2f/schema)
