# Media Comment Replies

Get comment replies

Endpoint: GET /raw/ig/media-comment-replies
Security: accessToken

## Query parameters:

  - `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

## Response 200 fields (application/json):

  - `child_comments` (array, required)

  - `child_comments.pk` (string, required)

  - `child_comments.user` (object, required)

  - `child_comments.user.pk` (string, required)

  - `child_comments.user.is_verified` (boolean)

  - `child_comments.user.profile_pic_url` (string)

  - `child_comments.user.username` (string, required)

  - `child_comments.user.full_name` (string)

  - `child_comments.user.is_private` (boolean)

  - `child_comments.created_at` (number, required)

  - `child_comments.text` (string, required)

  - `child_comments.comment_like_count` (number, required)

  - `child_comments.child_comment_count` (number, required)

  - `more_available` (boolean, required)

  - `end_cursor` (string, required)

