Use KonbiniAPI from ChatGPT, Claude, Cursor, Zapier, and other AI agents and automation tools — no code needed. See all integrations →
curl --request GET \
--url https://api.konbiniapi.com/v1/tiktok/videos/{videoId}/comments/{commentId}/replies \
--header 'Authorization: Bearer <token>'{
"data": {
"@context": [
"https://www.w3.org/ns/activitystreams#",
"https://konbiniapi.com/ns/social#"
],
"type": "OrderedCollectionPage",
"partOf": "https://api.konbiniapi.com/v1/tiktok/videos/7611615657754381599/comments/7611646895321105170/replies",
"totalItems": 1309,
"cursor": "0",
"nextCursor": "1772217402000",
"next": "https://api.konbiniapi.com/v1/tiktok/videos/7611615657754381599/comments/7611646895321105170/replies?cursor=1772217402000&count=30",
"itemCount": 30,
"orderedItems": [
{
"type": "Note",
"id": "https://www.tiktok.com/@khaby.lame/video/7611615657754381599/comment/7611646895321105170",
"content": "This man hasn't been in my fyp for so long",
"likeCount": 93210,
"attributedTo": {
"type": "Person",
"id": "https://www.tiktok.com/@khaby.lame",
"url": "https://www.tiktok.com/@khaby.lame",
"isPrivate": false,
"isVerified": true,
"entityId": "MS4wLjABAAAAwAg0rSzO65WQfz4RzQgGv2Xdv108BgPXhRrrmNVIHQZ9PO8-flwwRtEppYTS0OjA",
"name": "Khabane Lame",
"preferredUsername": "khaby.lame",
"summary": "Just a guy who reacts",
"attachment": [
{
"type": "Link",
"href": "https://linktr.ee/khaby.lame",
"rel": "preferred"
}
],
"published": "2020-03-15T00:00:00.000Z",
"isLive": false,
"hasLikes": true,
"hasPlaylists": true,
"followerCount": 160300000,
"followingCount": 85,
"language": "en",
"likeCount": 2600000000,
"likedCount": 5300,
"mediaCount": 1309,
"icon": {
"type": "Image",
"url": "https://p16-sign.tiktokcdn-us.com/tos-maliva-avt-0068/avatar.jpeg",
"width": 576,
"height": 1024
},
"image": [
{
"type": "Image",
"url": "https://p16-sign.tiktokcdn-us.com/tos-maliva-avt-0068/avatar.jpeg",
"width": 576,
"height": 1024
}
]
},
"url": "https://www.tiktok.com/@khaby.lame/video/7611615657754381599/comment/7611646895321105170",
"entityId": "7611646895321105170",
"language": "en",
"published": "2026-02-27T20:37:38.000Z",
"replyCount": 96,
"status": "1",
"isPinned": false,
"isLiked": false,
"inReplyTo": "https://www.tiktok.com/@khaby.lame/video/7611615657754381599"
}
]
}
}Returns a paginated list of replies to a TikTok comment. Maximum 50 per page. Includes author info, like counts, and reply timestamps.
curl --request GET \
--url https://api.konbiniapi.com/v1/tiktok/videos/{videoId}/comments/{commentId}/replies \
--header 'Authorization: Bearer <token>'{
"data": {
"@context": [
"https://www.w3.org/ns/activitystreams#",
"https://konbiniapi.com/ns/social#"
],
"type": "OrderedCollectionPage",
"partOf": "https://api.konbiniapi.com/v1/tiktok/videos/7611615657754381599/comments/7611646895321105170/replies",
"totalItems": 1309,
"cursor": "0",
"nextCursor": "1772217402000",
"next": "https://api.konbiniapi.com/v1/tiktok/videos/7611615657754381599/comments/7611646895321105170/replies?cursor=1772217402000&count=30",
"itemCount": 30,
"orderedItems": [
{
"type": "Note",
"id": "https://www.tiktok.com/@khaby.lame/video/7611615657754381599/comment/7611646895321105170",
"content": "This man hasn't been in my fyp for so long",
"likeCount": 93210,
"attributedTo": {
"type": "Person",
"id": "https://www.tiktok.com/@khaby.lame",
"url": "https://www.tiktok.com/@khaby.lame",
"isPrivate": false,
"isVerified": true,
"entityId": "MS4wLjABAAAAwAg0rSzO65WQfz4RzQgGv2Xdv108BgPXhRrrmNVIHQZ9PO8-flwwRtEppYTS0OjA",
"name": "Khabane Lame",
"preferredUsername": "khaby.lame",
"summary": "Just a guy who reacts",
"attachment": [
{
"type": "Link",
"href": "https://linktr.ee/khaby.lame",
"rel": "preferred"
}
],
"published": "2020-03-15T00:00:00.000Z",
"isLive": false,
"hasLikes": true,
"hasPlaylists": true,
"followerCount": 160300000,
"followingCount": 85,
"language": "en",
"likeCount": 2600000000,
"likedCount": 5300,
"mediaCount": 1309,
"icon": {
"type": "Image",
"url": "https://p16-sign.tiktokcdn-us.com/tos-maliva-avt-0068/avatar.jpeg",
"width": 576,
"height": 1024
},
"image": [
{
"type": "Image",
"url": "https://p16-sign.tiktokcdn-us.com/tos-maliva-avt-0068/avatar.jpeg",
"width": 576,
"height": 1024
}
]
},
"url": "https://www.tiktok.com/@khaby.lame/video/7611615657754381599/comment/7611646895321105170",
"entityId": "7611646895321105170",
"language": "en",
"published": "2026-02-27T20:37:38.000Z",
"replyCount": 96,
"status": "1",
"isPinned": false,
"isLiked": false,
"inReplyTo": "https://www.tiktok.com/@khaby.lame/video/7611615657754381599"
}
]
}
}Send your API key in the Authorization header as a Bearer token.
Example: Authorization: Bearer <your-api-key>
TikTok video ID
"7611615657754381599"
TikTok comment ID
"7611616052479869736"
Number of replies to fetch (maximum: 50)
1 <= x <= 5050
Pagination cursor
"0"
Returns the comment replies
Show child attributes