---
title: "VA announcements feed"
method: GET
path: "/data/announcements"
tags: ["Reference Data"]
---

# VA announcements feed

`GET /data/announcements`

Up to the 10 most recent news items for the VA. Rendered on the pilot dashboard. The phpVMS reference implementation strips HTML tags from the body and truncates to 200 characters for the `subtitle`.

## Response `200`

Array of announcements, newest first.

- Announcement[]
  - `id` string, required
  - `title` string, required
  - `subtitle` string, required — First 200 characters of the body with HTML tags stripped.
  - `link` string, uri, nullable, required
  - `image` string, uri, nullable, required
  - `publish_date` string, date, required

## Other responses

- `401` — Missing or invalid Bearer token.

---

[API](https://skmtc.dev/skyvexsoftware/apis/stratos-core-api.md) · [All operations](https://skmtc.dev/skyvexsoftware/apis/stratos-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skyvexsoftware/stratos-core-api/revisions/0b7ba98ff0aa/schema)
