Logo
Modash API Documentation

Media Comments

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

Get media comments

 

Body PARAM

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



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "comments_disabled": false, "comments": [ { "pk": "ipsum", "user": { "pk": "Excepteur culpa dolor aute quis", "profile_pic_url": "in ad eiusmod", "username": "ipsum in consectetur velit", "full_name": "consectetur occaecat", "is_private": false, "is_verified": false }, "created_at": 86888832.32962933, "text": "eu id cu", "comment_like_count": -92417695.13451459, "child_comment_count": 83746093.20795599 }, { "pk": "eu", "user": { "pk": "qui elit", "profile_pic_url": "minim enim", "username": "ut dolore id aliquip", "full_name": "dolor Lorem", "is_private": false, "is_verified": false }, "created_at": -21843530.14883089, "text": "reprehenderit dolor veniam ea", "comment_like_count": 84144178.38725194, "child_comment_count": -61617589.30129855 } ], "comment_count": -50071084.194711976, "more_available": true, "end_cursor": "tempor con" }

Curl
curl -X GET 'https://api.modash.io/v1/raw/ig/media-comments?code=nostrud proident qui eu Lorem&after=nostrud proident qui eu Lorem?code=nostrud proident qui eu Lorem&after=nostrud proident qui eu Lorem' -H 'Accept: application/json'

ENDPOINTS