video_comments
Retrieve and view comments for YouTube videos using video ID, with pagination support through cursor tokens and language/region options.
Instructions
Video Comments
Query Parameters:
id: Video ID
cursor: Cursor token
hl: Example value: en
gl: Example value: US
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Video ID | |
| cursor | No | Cursor token | |
| hl | No | Example value: en | |
| gl | No | Example value: US |