---
title: "Get official news post"
method: GET
path: "/news/{newsId}"
tags: ["News"]
---

# Get official news post

`GET /news/{newsId}`

## Path parameters

- `newsId` integer, required

## Response `200`

OK

- object
  - `news` object, required
    - `id` integer, required
    - `authorId` string, required
    - `title` string, required
    - `content` string, required
    - `image` string, nullable, required
    - `pinned` boolean, required
    - `published` boolean, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `author` object, required
      - `name` string, required
      - `image` string, nullable, required
      - `webId` integer
      - `handle` string, nullable
  - `related` object[], required
    - `id` integer, required
    - `authorId` string, required
    - `title` string, required
    - `content` string, required
    - `image` string, nullable, required
    - `pinned` boolean, required
    - `published` boolean, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `author` object, required
      - `name` string, required
      - `image` string, nullable, required
      - `webId` integer
      - `handle` string, nullable

## Changes

- **2026-09-27** `880b1f4d531c` — 4 info
  - added the optional property `news/author/handle` to the response with the `200` status
  - added the optional property `news/author/webId` to the response with the `200` status
  - added the optional property `related/items/author/handle` to the response with the `200` status
  - added the optional property `related/items/author/webId` to the response with the `200` status

[Change history](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/changes/news/:newsId/get.md)

---

[API](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api.md) · [All operations](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/llms.txt) · [OpenAPI document](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/revisions/880b1f4d531c?raw)
