---
title: "Get video comments"
method: GET
path: "/public/youtube/comments/{videoId}"
tags: ["📢 Public APIs"]
---

# Get video comments

`GET /public/youtube/comments/{videoId}`

The API endpoint allows you to retrieve YouTube video comments based on the video's unique ID provided as a path variable.

When accessing this endpoint, you will receive a response containing complete details of the comments, including the author's information, like count, and the comment content.

This functionality facilitates accessing and displaying comprehensive comment data for a specific YouTube video.

**Disclaimer:**

Data provided by the API is static and not real-time.

This simplifies the process of developing a **YouTube clone**, allowing developers to solely focus on UI design and creativity, without worrying about complex API key configuration.

## Response `200`

Get video comments

- object
  - `data` object[]
    - `id` string
    - `snippet` object
      - `topLevelComment` object
        - `id` string
        - `snippet` object
          - `authorDisplayName` string
          - `authorProfileImageUrl` string
          - `likeCount` number
          - `publishedAt` string
          - `textDisplay` string
          - `textOriginal` string
          - `updatedAt` string
      - `totalReplyCount` number
      - `videoId` string
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
