---
title: "Get"
method: GET
path: "/public/api/comments/{id}"
tags: ["Comments"]
---

# Get

`GET /public/api/comments/{id}`

Get a comment for the given id.

## Path parameters

- `id` string, required

## Headers

- `Accept` string

## Response `200`

OK

- object
  - `comment_id` string
  - `user_id` string
  - `news_id` string
  - `date` string
  - `text` string
  - `text_en` string
  - `sentiment` number
  - `language` string
  - `_lmt` string
  - `_ect` string
  - `tenant` string
  - `created_date` string
  - `updated_date` string

---

[API](https://skmtc.net/yoobic/apis/yoobic-public-api.md) · [All operations](https://skmtc.net/yoobic/apis/yoobic-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yoobic/yoobic-public-api/revisions/dd57df399bc4/schema)
