Social Fetch
YouTube

List YouTube comment replies

Get replies to a YouTube comment.

Operation

GET/v1/youtube/videos/comments/replies
Cost: 1 credit

Headers

x-api-keystringrequired(header)

API key (`sfk_...`)

Parameters

cursorstringrequired(query)

Comment `repliesCursor` from Video Comments endpoint, or `page.nextCursor` to paginate replies.

min 1 chars

Response fields

data
objectrequired

Endpoint-specific response payload.

datareplies
arrayrequired

Replies returned for this page.

datareplies[]id
stringrequired

Stable identifier for the reply.

min 1 chars

datareplies[]text
stringrequired

Reply text.

datareplies[]publishedAt
stringrequirednullable

ISO-8601 timestamp when the reply was published.

datareplies[]publishedTimeText
stringrequirednullable

Human-readable relative publish time when available.

datareplies[]replyLevel
integerrequired

Nesting depth of the reply within the thread.

≥ 0

datareplies[]likes
integerrequired

Like count on the reply.

≥ 0

datareplies[]replyCount
integerrequired

Direct reply count beneath this reply.

≥ 0

datareplies[]author
objectrequired

Reply author.

datareplies[]authorname
stringrequired

Display name or handle for the reply author.

min 1 chars

datareplies[]authorchannelId
stringrequirednullable

YouTube channel id when available.

datareplies[]authorchannelUrl
stringrequirednullable

Channel page URL when available.

datareplies[]authoravatarUrl
stringrequirednullable

Profile image URL for the author when available.

datareplies[]authorisVerified
booleanrequired

Whether the author channel is verified.

datareplies[]authorisCreator
booleanrequired

Whether the author is the video creator.

datapage
objectrequired

Pagination information for this response.

datapagenextCursor
stringrequirednullable

Cursor for the next page when another page exists.

datapagehasMore
booleanrequired

Whether another page of replies is available.

meta
objectrequired

Metadata describing the request and billing outcome.

metarequestId
stringrequired

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integerrequired

Credits charged for this request.

≥ 0

metaversion
stringrequired

Public API version that served the response.

one of: v1

Code example

Responses

Comment replies for the supplied cursor.

Error codes

bad_requestinsufficient_creditsinternal_errorlookup_failedtemporarily_unavailableunauthorized

On this page