---
title: "Get all current active announcements"
method: GET
path: "/announcements"
tags: ["announcements"]
---

# Get all current active announcements

`GET /announcements`

## Response `200`

Succeeded

- object — Current announcements
  - `data` object[], required
    - `is_enabled` boolean, required — Whether the announcement is enabled
    - `link_en` string, nullable, required — English link URL
    - `link_ja` string, nullable, required — Japanese link URL
    - `prefix_icon` string, nullable, required — Prefix icon
    - `public_id` string, required — Public ID of the announcement
    - `publish_at` string, date-time, required — Publish start time
    - `suffix_icon` string, nullable, required — Suffix icon
    - `text_en` string, required — English text
    - `text_ja` string, required — Japanese text
    - `unpublish_at` string, date-time, required — Publish end time

## Other responses

- `400` — Bad request
- `default` — Other error

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
