Social Fetch
YouTube

List YouTube comment replies

Get replies to a YouTube comment.

GET/v1/youtube/videos/comments/replies
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
1
cursor*stringquery

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

min 1 chars

Response fields
23

Endpoint-specific response payload.

Replies returned for this page.

datareplies[]id
string

Stable identifier for the reply.

min 1 chars

datareplies[]text
string

Reply text.

datareplies[]publishedAt
stringnullable

ISO-8601 timestamp when the reply was published.

datareplies[]publishedTimeText
stringnullable

Human-readable relative publish time when available.

datareplies[]replyLevel
integer

Nesting depth of the reply within the thread.

≥ 0

datareplies[]likes
integer

Like count on the reply.

≥ 0

datareplies[]replyCount
integer

Direct reply count beneath this reply.

≥ 0

Reply author.

datareplies[]authorname
string

Display name or handle for the reply author.

min 1 chars

datareplies[]authorchannelId
stringnullable

YouTube channel id when available.

datareplies[]authorchannelUrl
stringnullable

Channel page URL when available.

datareplies[]authoravatarUrl
stringnullable

Profile image URL for the author when available.

datareplies[]authorisVerified
boolean

Whether the author channel is verified.

datareplies[]authorisCreator
boolean

Whether the author is the video creator.

Pagination information for this response.

datapagenextCursor
stringnullable

Cursor for the next page when another page exists.

datapagehasMore
boolean

Whether another page of replies is available.

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

Code example

curl "https://api.socialfetch.dev/v1/youtube/videos/comments/replies?cursor=Eg0SC2RRdzR3OVdnWGNRGAYygwEaUBIaVWd6Z2UzNDBkQmdCNzVoV0JtNTRBYUFCQWciAggAKhhVQ3VBWEZrZ3N3MUw3eGFDZm5kNUpKT3cyC2RRdzR3OVdnWGNRQABICoIBAggBQi9jb21tZW50LXJlcGxpZXMtaXRlbS1VZ3pnZTM0MGRCZ0I3NWhXQm01NEFhQUJBZw%3D%3D" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Comment replies for the supplied cursor.

On this page

No Headings