v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1383206367.4 KB
comments

Retrieves a list of resources, possibly filtered.

get/youtube/v3/comments

Query parameters

partstring[] required

The part parameter specifies a comma-separated list of one or more comment resource properties that the API response will include.

idstring[]

Returns the comments with the given IDs for One Platform.

maxResultsinteger

The maxResults parameter specifies the maximum number of items that should be returned in the result set.

pageTokenstring

The pageToken parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved.

parentIdstring

Returns replies to the specified comment. Note, currently YouTube features only one level of replies (ie replies to top level comments). However replies to replies may be supported in the future.

textFormat'textFormatUnspecified' | 'html' | 'plainText'

The requested text format for the returned comments.

Response

Successful response