curl --request GET \
--url 'https://api.keyapi.ai/v1/instagram/fetch_comment_replies?code_or_url=DRhvwVLAHAG&comment_id=18067775592012345' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"data": {
"additional_data": {
"comment_like_count": 1,
"content_type": "comment",
"created_at": 1620349526,
"created_at_for_fb_app": 1620349526,
"created_at_utc": 1620349526,
"did_report_as_spam": false,
"has_disliked_comment": false,
"id": "17884651670198873",
"is_covered": false,
"is_edited": false,
"is_photo_comments_enabled_for_comment_author": false,
"is_ranked_comment": false,
"is_text_editable": false,
"liked_by_media_coauthors": [],
"liked_by_media_owner_badge_enabled": true,
"media_id": "2567184013910210663",
"private_reply_status": 0,
"share_enabled": true,
"text": "Cool shot @javan !",
"type": 0,
"user": {
"fbid_v2": "17841400140730091",
"full_name": "N.L.",
"id": "5828691",
"is_mentionable": true,
"is_private": false,
"is_verified": false,
"latest_reel_media": 0,
"profile_pic_id": "2961856036463206483",
"profile_pic_url": "https://scontent-bos5-1.cdninstagram.com/v/t51.2885-19/313331663_135932802553598_4689213423647997323_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_cat=109&ig_cache_key=GM8PrRL_1mhSoXsAAIs9iKjDbhNBbkULAAAB1501500j-ccb7-5&ccb=7-5&_nc_sid=669407&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=QpxSdiLnIlMQ7kNvwFSnCDG&_nc_oc=AdlhF1rX4zyDdlHrYZashTqUFy2l9pCAJ_x1gV_r6vmQzAejevQudceTJsjYZZPi9CA&_nc_ad=z-m&_nc_cid=0&_nc_zt=24&_nc_ht=scontent-bos5-1.cdninstagram.com&_nc_ss=1a&oh=00_AfwTzCZHszqrsVwPbriV3ZFsEO-5ySlfPTbSADZuZ8gQuQ&oe=69B82E50",
"username": "soundscapist"
}
},
"count": 1,
"items": [
{
"child_comment_index": 0,
"comment_like_count": 0,
"content_type": "comment",
"created_at": 1620361987,
"created_at_for_fb_app": 1620361987,
"created_at_utc": 1620361987,
"did_report_as_spam": false,
"has_disliked_comment": false,
"hashtags": [],
"id": "17884679318298937",
"is_covered": false,
"is_edited": false,
"is_photo_comments_enabled_for_comment_author": false,
"is_ranked_comment": false,
"is_text_editable": false,
"liked_by_media_coauthors": [],
"media_id": "2567184013910210663",
"mentions": [
"@soundscapist"
],
"parent_comment_id": "17884651670198873",
"private_reply_status": 0,
"replied_to_comment_id": "17884651670198873",
"share_enabled": true,
"status": "Active",
"text": "@soundscapist Thanks bro!",
"type": 2,
"user": {
"fbid_v2": "17841400555810000",
"full_name": "Javan Ng",
"id": "18527",
"is_mentionable": true,
"is_private": false,
"is_verified": false,
"latest_reel_media": 1773228407,
"profile_pic_id": "3459147014560655728",
"profile_pic_url": "https://scontent-bos5-1.cdninstagram.com/v/t51.2885-19/460170653_852233457013406_8133149038171915885_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_cat=111&ig_cache_key=GJ2lbRuekngQGgcDAG0GjH31v95wbkULAAAB1501500j-ccb7-5&ccb=7-5&_nc_sid=669407&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=ZUnKRgSAB7UQ7kNvwHf0VhK&_nc_oc=AdnXuCdOx3Zi0lzcRP6EPa47VRj1sjjoVzKS4mWomSF0UddZ0JtcgfOqGYXZVfnMTUw&_nc_ad=z-m&_nc_cid=0&_nc_zt=24&_nc_ht=scontent-bos5-1.cdninstagram.com&_nc_ss=1a&oh=00_Afyi9j3RzRRHO4leSChggRATMa_C_CaYmNH0DzkHsm15rw&oe=69B8463F",
"username": "javan"
}
}
],
"total": 1
},
"pagination_token": null
},
"requestId": "50fafb3b-adde-4f5b-9751-241bfa29460b"
}Get a list of replies to a comment. Requires obtaining the comment ID via fetch_post_comments first. Supports paginated retrieval.
curl --request GET \
--url 'https://api.keyapi.ai/v1/instagram/fetch_comment_replies?code_or_url=DRhvwVLAHAG&comment_id=18067775592012345' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"data": {
"additional_data": {
"comment_like_count": 1,
"content_type": "comment",
"created_at": 1620349526,
"created_at_for_fb_app": 1620349526,
"created_at_utc": 1620349526,
"did_report_as_spam": false,
"has_disliked_comment": false,
"id": "17884651670198873",
"is_covered": false,
"is_edited": false,
"is_photo_comments_enabled_for_comment_author": false,
"is_ranked_comment": false,
"is_text_editable": false,
"liked_by_media_coauthors": [],
"liked_by_media_owner_badge_enabled": true,
"media_id": "2567184013910210663",
"private_reply_status": 0,
"share_enabled": true,
"text": "Cool shot @javan !",
"type": 0,
"user": {
"fbid_v2": "17841400140730091",
"full_name": "N.L.",
"id": "5828691",
"is_mentionable": true,
"is_private": false,
"is_verified": false,
"latest_reel_media": 0,
"profile_pic_id": "2961856036463206483",
"profile_pic_url": "https://scontent-bos5-1.cdninstagram.com/v/t51.2885-19/313331663_135932802553598_4689213423647997323_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_cat=109&ig_cache_key=GM8PrRL_1mhSoXsAAIs9iKjDbhNBbkULAAAB1501500j-ccb7-5&ccb=7-5&_nc_sid=669407&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=QpxSdiLnIlMQ7kNvwFSnCDG&_nc_oc=AdlhF1rX4zyDdlHrYZashTqUFy2l9pCAJ_x1gV_r6vmQzAejevQudceTJsjYZZPi9CA&_nc_ad=z-m&_nc_cid=0&_nc_zt=24&_nc_ht=scontent-bos5-1.cdninstagram.com&_nc_ss=1a&oh=00_AfwTzCZHszqrsVwPbriV3ZFsEO-5ySlfPTbSADZuZ8gQuQ&oe=69B82E50",
"username": "soundscapist"
}
},
"count": 1,
"items": [
{
"child_comment_index": 0,
"comment_like_count": 0,
"content_type": "comment",
"created_at": 1620361987,
"created_at_for_fb_app": 1620361987,
"created_at_utc": 1620361987,
"did_report_as_spam": false,
"has_disliked_comment": false,
"hashtags": [],
"id": "17884679318298937",
"is_covered": false,
"is_edited": false,
"is_photo_comments_enabled_for_comment_author": false,
"is_ranked_comment": false,
"is_text_editable": false,
"liked_by_media_coauthors": [],
"media_id": "2567184013910210663",
"mentions": [
"@soundscapist"
],
"parent_comment_id": "17884651670198873",
"private_reply_status": 0,
"replied_to_comment_id": "17884651670198873",
"share_enabled": true,
"status": "Active",
"text": "@soundscapist Thanks bro!",
"type": 2,
"user": {
"fbid_v2": "17841400555810000",
"full_name": "Javan Ng",
"id": "18527",
"is_mentionable": true,
"is_private": false,
"is_verified": false,
"latest_reel_media": 1773228407,
"profile_pic_id": "3459147014560655728",
"profile_pic_url": "https://scontent-bos5-1.cdninstagram.com/v/t51.2885-19/460170653_852233457013406_8133149038171915885_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_cat=111&ig_cache_key=GJ2lbRuekngQGgcDAG0GjH31v95wbkULAAAB1501500j-ccb7-5&ccb=7-5&_nc_sid=669407&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=ZUnKRgSAB7UQ7kNvwHf0VhK&_nc_oc=AdnXuCdOx3Zi0lzcRP6EPa47VRj1sjjoVzKS4mWomSF0UddZ0JtcgfOqGYXZVfnMTUw&_nc_ad=z-m&_nc_cid=0&_nc_zt=24&_nc_ht=scontent-bos5-1.cdninstagram.com&_nc_ss=1a&oh=00_Afyi9j3RzRRHO4leSChggRATMa_C_CaYmNH0DzkHsm15rw&oe=69B8463F",
"username": "javan"
}
}
],
"total": 1
},
"pagination_token": null
},
"requestId": "50fafb3b-adde-4f5b-9751-241bfa29460b"
}π€ Why Code When AI Can Do It For You?
Stop writing code like itβs 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.
Post shortcode or post URL
"COgeEJWLfhn"
Comment ID
"17884651670198873"
Pagination token, taken from the previous response
The response is of type object.