Video Comment Replies
GET {{baseUrl}}/v1/raw/youtube/video-comment-replies?url=<string>&after=<string>
Returns a list of 20 YouTube video comment replies. To obtain the first replies page use replies_cursor
from Video Comments endpoint.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
url | string | (Required) YouTube video page url i.e. https://www.youtube.com/watch?v={videoId} | |
after | string | Use cursor from the last page to get the next page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"replies_list":{"comments":[{"comment_id":"\u003cstring\u003e","author_channel_id":"\u003cstring\u003e","author_name":"\u003cstring\u003e","author_picture":"\u003cstring\u003e","published_at":"\u003cstring\u003e","author_is_channel_owner":"\u003cboolean\u003e","likes":"\u003cnumber\u003e","text":"\u003cstring\u003e","liked_by_creator":"\u003cboolean\u003e","reply_count":"\u003cnumber\u003e","replies_cursor":"\u003cstring\u003e"},{"comment_id":"\u003cstring\u003e","author_channel_id":"\u003cstring\u003e","author_name":"\u003cstring\u003e","author_picture":"\u003cstring\u003e","published_at":"\u003cstring\u003e","author_is_channel_owner":"\u003cboolean\u003e","likes":"\u003cnumber\u003e","text":"\u003cstring\u003e","liked_by_creator":"\u003cboolean\u003e","reply_count":"\u003cnumber\u003e","replies_cursor":"\u003cstring\u003e"}],"cursor":"\u003cstring\u003e"}}