---
title: "Get every announcement published on one day, bodies included"
method: GET
path: "/v3/changelogs/announcements/day"
tags: ["Changelogs"]
---

# Get every announcement published on one day, bodies included

`GET /v3/changelogs/announcements/day`

Returns every update published on the given calendar day, so they can be read together.

## Query parameters

- `date` string, required

## Response `200`

Every announcement on that date, titles split from bodies.

- object — Every announcement on that date, titles split from bodies.
  - `date` string, required
  - `announcements` object[], required
    - `id` string, required
    - `title` string, required
    - `description` string, required
    - `imageUrl` string, nullable, required
    - `type` string, required
    - `date` string, required
    - `slug` string, nullable, required

## Other responses

- `400` — Invalid date.
- `401` — Not signed in.
- `404` — No published announcements on this date.
- `500` — Server error while loading.

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/94875d963953/schema)
