---
title: "/news/type/{type}"
method: GET
path: "/news/type/{type}"
tags: ["news"]
---

# /news/type/{type}

`GET /news/type/{type}`

Returns the last 100 in-game server news for a given type <br><br>[cache 2 min]

## Path parameters

- `type` '0' | '1' | '2', required

## Response `200`

successful operation

- NewsEntry
  - `Date` string
  - `Type` 'RvR' | 'PlayerRP' | 'PlayerXP'
  - `Realm` 'Albion' | 'Midgard' | 'Hibernia' | 'None'
  - `Text` string

## Other responses

- `404` — Not found

## Changes

- **2022-05-28** `1a31505f8d22` — 1 info
  - endpoint added
- **2021-12-08** `ed9c251dd091` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opendaoc/apis/atlasapi/changes/news/type/:type/get.md)

---

[API](https://skmtc.dev/opendaoc/apis/atlasapi.md) · [All operations](https://skmtc.dev/opendaoc/apis/atlasapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opendaoc/atlasapi/revisions/c52550dc12b8/schema)
