Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The YouTube video ID to get comment threads for. This is a unique 11-character string.
11
"dQw4w9WgXcQ"
The YouTube channel ID to get comment threads for. This is a unique 24-character string.
24
"UCuAXFkgsw1L7xaCfnd5JJOw"
The list of comment IDs to get threads for. Use this to retrieve replies to a comments.
"UgzarqjaaPC7TbFINNx4AaABAg"
The page token to retrieve the next page of comment threads. This token is provided in the nextPageToken
field of the previous response.
A search term to filter comment threads. Only threads containing this term will be returned.
"great video"
The order to sort comment threads by. "time" sorts by newest first, "relevance" sorts by most relevant first.
time
, relevance
"time"
The format to return comments in. "html" includes HTML formatting, "plainText" returns unformatted text.
html
, plainText
The maximum number of comment threads to return. The default is 100, and the maximum is 100.