---
title: "Get legacy news"
method: GET
path: "/latest-news"
tags: ["news"]
---

# Get legacy news

`GET /latest-news`

<Note>
This endpoint is cached for <Badge intent="error" minimal>1 hour</Badge> in the <Badge intent="success" minimal>SHARED</Badge> cache source.   See [Caching](/welcome#caching). <Indent></Indent> This endpoint belongs to the <Badge intent="warning" minimal>SHARED</Badge> rate-limit bucket. See [Throttling and Rate Limits](/welcome#throttling-and-rate-limits).
</Note>

Returns the latest legacy forum news.

## Response `200`

Latest news entries.

- LatestNewsEntry[]
  - `title` string, required
  - `date` string, required
  - `forumThread` string, uri, required
  - `author` string, required
  - `content` string, required
  - `comments` string, required

---

[API](https://skmtc.dev/wynncraft/apis/modules.md) · [All operations](https://skmtc.dev/wynncraft/apis/modules/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wynncraft/modules/revisions/6c6214729eae/schema)
