List TikTok comment replies
List replies to a TikTok video comment.
Requires parent `commentId` from List TikTok video comments plus the same video `url`. Paginate with `data.page.hasMore` and `data.page.nextCursor`; do not assume a fixed page size.
Headers
Get your API keyAPI key (`sfk_...`)
Parent comment id from List TikTok video comments (`data.comments[].id`).
min 1 chars
Link to the TikTok video that contains the parent comment.
min 1 chars · max 4096 chars
Opaque cursor from a previous response to fetch the next page.
min 1 chars
Endpoint-specific response payload.
Whether the parent comment thread was resolved for this request.
one of: found, not_found
Replies returned for this page.
Stable identifier for the reply when provided by TikTok; otherwise a deterministic placeholder derived from available fields.
min 1 chars
Reply text.
ISO-8601 timestamp when the reply was created.
Like count on the reply.
≥ 0
Direct reply count beneath this reply.
≥ 0
Reported language code for the reply text.
Reply author.
Public TikTok username without a leading @.
min 1 chars
Display name shown on the reply author profile.
Profile image URL for the reply author when available.
Numeric user id for the reply author when available.
Opaque stable user identifier when available.
Pagination information for this response.
Cursor to pass in the next request when more pages exist.
Whether another page of replies is available.
Total reply count reported for the parent comment when available; null when the thread could not be resolved.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/tiktok/videos/comments/replies?commentId=7623828115408274207&url=https://www.tiktok.com/@mrbeast/video/7596844935442189598" \
-H "x-api-key: YOUR_API_KEY"Responses
Comment reply listing.