---
title: "Get What's New updates"
method: GET
path: "/api/whats-new"
tags: ["whats-new"]
---

# Get What's New updates

`GET /api/whats-new`

Get all active What's New updates. This is a public endpoint that returns app updates and release notes ordered by date (newest first).

## Query parameters

- `locale` string — Locale/language code (e.g., it, en)

## Response `200`

Successful Response

- WhatsNewResponse — What's New response model - contains list of app updates.
  - `updates` WhatsNewItem[], required — List of app updates
    - `version` string, required — App version (e.g., 1.0.0)
    - `date` string, required — Release date in ISO format
    - `title` string, required — Update title
    - `description` string, required — Update description
    - `changes` string[], required — List of changes/features

## Other responses

- `422` — Validation Error

---

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