Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
fetch_post_comments: 获取微博的主评论/Get main comments of Weibo
fetch_post_sub_comments: 获取评论的回复(子评论)/Get replies (sub-comments) of comments
{
"code": 200,
"data":[
{
"回复ID": "string",
"回复内容": "string",
"回复者信息": {
"用户名": "string",
"头像": "string"
},
"被回复者": "string",
"回复时间": "string",
"点赞数": "number"
}
],
"max_id": "下一页标识",
"total_count": "子评论总数"
}
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_post_sub_comments?id=5201793550385562&count=10&max_id=' \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "2025-09-16 03:14:36",
"time_stamp": 1758017676,
"time_zone": "America/Los_Angeles",
"docs": "string",
"router": "",
"params": {},
"data": null
}