/shortcode_to_media_id 接口从短码转换获得pk 字段)data.next_min_child_cursor 获取data.child_comments: 子评论列表user: 评论者信息text: 评论文本created_at: 评论时间戳comment_like_count: 评论点赞数pk: 评论IDdata.next_min_child_cursor: 下一页分页游标(传给下次请求的min_id参数)data.has_more_tail_child_comments: 是否有更多子评论data.num_tail_child_comments: 剩余子评论数media_id 和 comment_id 参数data.next_min_child_cursornext_min_child_cursor 原样传入 min_id 参数(无需预处理,接口会自动反转义)data.has_more_tail_child_comments 为 falsemin_id 可能是转义 JSON 字符串(如 {"key":"val"}),直接原样传入即可,接口内部会自动反转义处理/shortcode_to_media_id endpointpk field from get_post_comments response)data.next_min_child_cursordata.child_comments: Child comments listuser: Commenter infotext: Comment textcreated_at: Comment timestampcomment_like_count: Comment likes countpk: Comment IDdata.next_min_child_cursor: Next page cursor (use as min_id in next request)data.has_more_tail_child_comments: Whether has more child commentsdata.num_tail_child_comments: Remaining child comments countmedia_id and comment_id parametersdata.next_min_child_cursor from responsenext_min_child_cursor as-is to min_id parameter (no pre-processing needed, the API handles unescaping automatically)data.has_more_tail_child_comments is falsemin_id may be an escaped JSON string (e.g. {"key":"val"}), just pass it as-is, the API handles unescaping internallyAuthorization: Bearer ********************curl --location --request GET 'https://api.tikomni.com/api/u1/v1/instagram/v3/get_comment_replies?media_id=3829530490739515971&comment_id=18065937092249736&min_id' \
--header 'Authorization: Bearer <token>'{}