MoreAPI
首页官方网站源码购买推荐服务器MoreAPI_PRO接口文档
首页官方网站源码购买推荐服务器MoreAPI_PRO接口文档
  1. 抖音API
  • MoreAPI开放接口说明
  • 更新记录
  • 用户
    • 用户注册
    • 激活账号
    • 用户登录
    • 重置密码
  • 抖音API
    • 获取视频详情
      POST
    • 获取视频详情 V3
      POST
    • 获取视频详情 V2
      POST
    • 获取用户信息
      POST
    • 获取用户信息 _V2
      POST
    • 获取直播间信息与视频流直链
      POST
    • 获取视频一级评论
      POST
    • 获取视频子评论
      POST
    • 综合搜索
      POST
    • 获取开放直播间用户列表
      POST
    • 搜索话题
      POST
    • 获取话题视频
      POST
    • 获取视频弹幕
      POST
    • 搜索用户
      POST
    • 搜索用户V2
      POST
    • 搜索用户V3
      POST
    • 搜索直播用户
      POST
    • 获取视频短连接
      POST
    • 检查是否可投放DOU+
      POST
    • 生成视频抖音码
      POST
    • 获取用户主页发布
      POST
    • 获取西瓜视频详情
      POST
    • 获取直播间商品列表
      POST
    • 搜索视频
      POST
    • 搜索视频V2
      POST
    • 获取用户最新作品
      POST
    • 获取用户最新作品V2
      POST
    • 获取用户合集
      POST
    • 获取合集视频列表
      POST
    • 搜索用户指定作品
      POST
    • 用户喜欢的作品
      POST
  • TikTok
    • 获取视频详情
    • 获取用户详情
    • 获取视频一级评论
    • 获取视频二级评论
  • 快手API
    • 获取视频详情
    • 获取视频详情V2
    • 获取用户发布
    • 获取视频评论
    • 搜索视频
    • 获取话题相关
    • 获取用户基本信息
    • 获取视频短链
    • 获取视频评论V2
  • 小红书API
    • 创作者相关接口
      • 发布图文笔记
      • 发布视频笔记
      • 获取@用户列表
      • 获取话题列表
      • 笔记评论
      • 删除笔记评论
      • 评论用户
      • 关注用户
      • 取消关注用户
      • 收藏笔记
      • 取消收藏笔记
      • 点赞笔记
      • 点赞评论
      • 取消点赞评论
      • 取消点赞笔记
    • 获取笔记详情
    • 获取用户信息
    • 获取用户笔记
    • 获取笔记评论
    • 获取笔记子评论
    • 搜索笔记
    • 搜索用户
    • 搜索话题
    • 获取主页推荐
    • 获取话题相关笔记
    • 搜索联想关键词
  • 微博API
    • 获取用户信息
    • 获取用户发布
    • 获取微博详情
    • 获取微博评论
    • 获取微博子评论
    • 获取话题详情
    • 获取话题数据
    • 获取短视频信息
    • 搜索
    • 获取用户视频列表
  • 哔哩哔哩API
    • 获取视频信息
    • 视频下载
    • 视频下载V2
    • 获取用户所有动态
    • 搜索数据
    • 获取视频评论
  • 榜单API
    • 抖音热点分类
    • 抖音实时上升热点榜
    • 抖音城市列表
    • 抖音同城热点榜单
    • 抖音实时挑战榜
    • 抖音热点总榜
    • 抖音榜单相关视频
    • 抖音用户粉丝画像
    • 抖音用户粉丝兴趣
    • 抖音视频点赞观众画像
    • 抖音视频榜单
  • youtube
    • 获取视频信息
    • 获取视频评论
    • 搜索数据
    • 获取频道播放列表
    • 获取播放列表视频
  • cookie池
    • 新增小红书cookie
    • 获取小红书cookie 
    • 删除小红书指定cookie
    • 删除小红书指定cookie
  • Lemon8
    • 获取作品详情
    • 获取用户信息
    • 获取用户发布列表
  1. 抖音API

获取视频子评论

POST
https://pro.moreapi.wouldmissyou.com/api/douyin/video_sub_comment
最后修改时间:2024-06-05 05:52:28

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Body 参数application/json
aweme_id
string 
视频ID
可选
comment_id
string 
父评论ID
必需
cursor
integer 
下一页锚点
可选
count
integer 
返回条数
可选
示例
{
    "aweme_id":"7258926046223797544",
    "comment_id":"7259166458138231606",
    "cursor":"0",
    "count":"10"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://pro.moreapi.wouldmissyou.com/api/douyin/video_sub_comment' \
--header 'Content-Type: application/json' \
--data-raw '{
    "aweme_id":"7258926046223797544",
    "comment_id":"7259166458138231606",
    "cursor":"0",
    "count":"10"
}'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
msg
string 
必需
data
object 
必需
cursor
integer 
下一页锚点
必需
has_more
integer 
是否有下一页
必需
total
integer 
总条数
必需
comments
array [object]  | null 
可选
示例
{
    "code": 200,
    "msg": "请求成功",
    "data": {
        "status_code": 0,
        "comments": [
            {
                "cid": "7259251964919513897",
                "text": "加油[强壮]",
                "aweme_id": "7258926046223797544",
                "create_time": 1690176321,
                "digg_count": 0,
                "status": 1,
                "user": {
                    "uid": "106036766364",
                    "short_id": "1696891510",
                    "nickname": "难回首",
                    "signature": "",
                    "avatar_larger": {
                        "uri": "",
                        "url_list": [],
                        "width": 720,
                        "height": 720
                    },
                    "avatar_thumb": {
                        "uri": "100x100/aweme-avatar/tos-cn-i-0813_5cf69b98cdf6487e99ed2b38acc7b47d",
                        "url_list": [
                            "https://p3-pc.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-i-0813_5cf69b98cdf6487e99ed2b38acc7b47d.jpeg?from=2956013662"
                        ],
                        "width": 720,
                        "height": 720
                    },
                    "avatar_medium": {
                        "uri": "720x720/aweme-avatar/tos-cn-i-0813_5cf69b98cdf6487e99ed2b38acc7b47d",
                        "url_list": [
                            "https://p3-pc.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813_5cf69b98cdf6487e99ed2b38acc7b47d.jpeg?from=2956013662"
                        ],
                        "width": 720,
                        "height": 720
                    },
                    "is_verified": true,
                    "follow_status": 0,
                    "aweme_count": 0,
                    "following_count": 0,
                    "follower_count": 0,
                    "favoriting_count": 0,
                    "total_favorited": 0,
                    "is_block": false,
                    "hide_search": false,
                    "constellation": 0,
                    "avatar_schema_list": null,
                    "hide_location": false,
                    "weibo_verify": "",
                    "custom_verify": "",
                    "unique_id": "",
                    "profile_mob_params": null,
                    "special_lock": 1,
                    "need_recommend": 0,
                    "is_binded_weibo": false,
                    "weibo_name": "",
                    "weibo_schema": "",
                    "weibo_url": "",
                    "story_open": false,
                    "story_count": 0,
                    "has_facebook_token": false,
                    "has_twitter_token": false,
                    "fb_expire_time": 0,
                    "tw_expire_time": 0,
                    "has_youtube_token": false,
                    "youtube_expire_time": 0,
                    "live_verify": 0,
                    "authority_status": 0,
                    "verify_info": "",
                    "shield_follow_notice": 0,
                    "shield_digg_notice": 0,
                    "shield_comment_notice": 0,
                    "live_high_value": 0,
                    "familiar_visitor_user": null,
                    "special_follow_status": 0,
                    "with_commerce_entry": false,
                    "verification_type": 1,
                    "enterprise_verify_reason": "",
                    "is_ad_fake": false,
                    "special_people_labels": null,
                    "region": "CN",
                    "account_region": "",
                    "sync_to_toutiao": 0,
                    "live_agreement": 0,
                    "platform_sync_info": null,
                    "with_shop_entry": false,
                    "secret": 1,
                    "has_orders": false,
                    "prevent_download": false,
                    "show_image_bubble": false,
                    "geofencing": [],
                    "unique_id_modify_time": 1701351370,
                    "video_icon": {
                        "uri": "",
                        "url_list": [],
                        "width": 720,
                        "height": 720
                    },
                    "ins_id": "",
                    "google_account": "",
                    "youtube_channel_id": "",
                    "youtube_channel_title": "",
                    "apple_account": 0,
                    "with_dou_entry": false,
                    "with_fusion_shop_entry": false,
                    "is_phone_binded": false,
                    "accept_private_policy": false,
                    "twitter_id": "",
                    "twitter_name": "",
                    "user_canceled": false,
                    "has_email": false,
                    "is_gov_media_vip": false,
                    "live_agreement_time": 0,
                    "status": 1,
                    "avatar_uri": "aweme-avatar/tos-cn-i-0813_5cf69b98cdf6487e99ed2b38acc7b47d",
                    "follower_status": 0,
                    "neiguang_shield": 0,
                    "comment_setting": 0,
                    "duet_setting": 0,
                    "reflow_page_gid": 0,
                    "reflow_page_uid": 0,
                    "user_rate": 1,
                    "download_setting": -1,
                    "download_prompt_ts": 0,
                    "react_setting": 0,
                    "live_commerce": false,
                    "cover_url": [],
                    "show_gender_strategy": 0,
                    "language": "zh-Hans",
                    "has_insights": false,
                    "item_list": null,
                    "user_mode": 0,
                    "user_period": 0,
                    "has_unread_story": false,
                    "new_story_cover": null,
                    "is_star": false,
                    "cv_level": "",
                    "type_label": null,
                    "ad_cover_url": null,
                    "comment_filter_status": 0,
                    "avatar_168x168": {
                        "uri": "",
                        "url_list": [],
                        "width": 720,
                        "height": 720
                    },
                    "avatar_300x300": {
                        "uri": "",
                        "url_list": [],
                        "width": 720,
                        "height": 720
                    },
                    "relative_users": null,
                    "cha_list": null,
                    "sec_uid": "MS4wLjABAAAA85EqstIfjI98jrUbUMECn8QIxsat07bfkXW_dUSVtd0",
                    "urge_detail": {
                        "user_urged": 0
                    },
                    "need_points": null,
                    "homepage_bottom_toast": null,
                    "can_set_geofencing": null,
                    "white_cover_url": null,
                    "user_tags": null,
                    "stitch_setting": 0,
                    "is_mix_user": false,
                    "enable_nearby_visible": true,
                    "ban_user_functions": [],
                    "aweme_control": {
                        "can_forward": true,
                        "can_share": true,
                        "can_comment": true,
                        "can_show_comment": true
                    },
                    "user_not_show": 1,
                    "ky_only_predict": 0,
                    "user_not_see": 0,
                    "card_entries": null,
                    "signature_display_lines": 0,
                    "display_info": null,
                    "follower_request_status": 0,
                    "live_status": 0,
                    "is_not_show": false,
                    "card_entries_not_display": null,
                    "card_sort_priority": null,
                    "show_nearby_active": false,
                    "interest_tags": null,
                    "school_category": 0,
                    "search_impr": {
                        "entity_id": "106036766364"
                    },
                    "link_item_list": null,
                    "user_permissions": null,
                    "offline_info_list": null,
                    "is_cf": 0,
                    "is_blocking_v2": false,
                    "is_blocked_v2": false,
                    "close_friend_type": 0,
                    "signature_extra": null,
                    "max_follower_count": 0,
                    "personal_tag_list": null,
                    "cf_list": null,
                    "im_role_ids": null,
                    "not_seen_item_id_list": null,
                    "is_ban": false,
                    "contacts_status": 1,
                    "risk_notice_text": "",
                    "follower_list_secondary_information_struct": null,
                    "endorsement_info_list": null,
                    "text_extra": null,
                    "contrail_list": null,
                    "data_label_list": null,
                    "not_seen_item_id_list_v2": null
                },
                "reply_id": "7259166458138231606",
                "user_digged": 0,
                "reply_comment": null,
                "text_extra": [],
                "label_text": "",
                "label_type": -1,
                "reply_to_reply_id": "0",
                "is_author_digged": false,
                "user_buried": false,
                "label_list": null,
                "is_hot": false,
                "text_music_info": null,
                "image_list": null,
                "is_note_comment": 0,
                "ip_label": "北京",
                "root_comment_id": "7259251964919513897",
                "can_share": true,
                "level": 2,
                "comment_reply_total": 4,
                "video_list": null,
                "content_type": 1
            }
        ],
        "cursor": 10,
        "has_more": 0,
        "total": 4,
        "extra": {
            "now": 1701351370000,
            "fatal_item_ids": null
        },
        "log_pb": {
            "impr_id": "202311302136106E28C14B238E7728A7C0"
        }
    }
}

维护不易!赏口饭吃~

如果您觉得服务对您有用,请随意赞赏~支持开发者持续维护并更新项目~开发者将赠送解析次数

请喝咖啡~
修改于 2024-06-05 05:52:28
上一页
获取视频一级评论
下一页
综合搜索
Built with