Skip to main content
GET
Fetch public comments for a YouTube video

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

url
string<uri>
required

A publicly reachable HTTPS URL. Do not submit private, authenticated, redirect-only, or user-specific URLs.

max_results
integer

Maximum number of comments to return. The Gateway may return fewer results.

Required range: 1 <= x <= 50

Response

Public top-level comments for one YouTube video.

items
object[]
required
video_id
string
required
total
integer<int64>