---
title: "GET /api/news/{id}"
method: GET
path: "/api/news/{id}"
tags: ["ApiNews"]
---

# GET /api/news/{id}

`GET /api/news/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Success

- NewsItemViewModel
  - `id` integer
  - `language` 0 | 1 | 20
  - `currencyListingCode` string, nullable
  - `title` string, nullable
  - `body` string, nullable
  - `preview` string, nullable
  - `dateCreated` string, date-time
  - `imageId` string, nullable
  - `imageUrl` string, nullable
  - `bannerImageId` string, nullable
  - `bannerImageUrl` string, nullable

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
