Logo
Modash API Documentation

Media Comment Replies

GET {{baseUrl}}/v1/raw/ig/media-comment-replies?code=nostrud proident qui eu Lorem&comment_id=nostrud proident qui eu Lorem&after=nostrud proident qui eu Lorem

Get comment replies

 

Body PARAM

Key Datatype Required Description 
code
string (Required) Instagram post shortcode (digits and letters after https://www.instagram.com/p/)
comment_id
string (Required)
after
string Use `end_cursor` from the last page to get the next page



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "child_comments": [ { "pk": "adipisicing consectetur voluptate dolore Excepteur", "user": { "pk": "laboris ex", "profile_pic_url": "enim incididunt", "username": "consequat", "full_name": "sit mollit consectetur nulla consequat", "is_private": false, "is_verified": false }, "created_at": -28386156.156097457, "text": "ea commodo", "comment_like_count": -84373261.04221988, "child_comment_count": -8566972.79133436 }, { "pk": "deserunt consectetur ex eu", "user": { "pk": "dolore mollit aute sit dolor", "profile_pic_url": "magna deserunt adipisicing ipsum", "username": "amet eiusmod in", "full_name": "ut non voluptate eu", "is_private": false, "is_verified": false }, "created_at": -42053696.78734967, "text": "Duis nulla dolor", "comment_like_count": -78825759.32101327, "child_comment_count": 94088038.11498436 } ], "more_available&qu
Curl
curl -X GET 'https://api.modash.io/v1/raw/ig/media-comment-replies?code=nostrud proident qui eu Lorem&comment_id=nostrud proident qui eu Lorem&after=nostrud proident qui eu Lorem?code=nostrud proident qui eu Lorem&comment_id=nostrud proident qui eu Lorem&after=nostrud proident qui eu Lorem' -H 'Accept: application/json'

ENDPOINTS