Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
{
"code": 200,
"data": {
"ok": 1,
"data": {
"following_list": [
{
"用户ID": "string",
"用户名": "string",
"昵称": "string",
"头像": "string",
"认证信息": "string",
"简介": "string",
"粉丝数": "number",
"关注数": "number",
"微博数": "number",
"关注时间": "string"
}
],
"total_count": "关注总数",
"has_more": "是否还有更多",
"next_page": "下一页页码"
}
}
}
fetch_user_following: 获取用户的关注列表(该用户关注了谁)
fetch_user_fans: 获取用户的粉丝列表(谁关注了该用户)
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_user_following?uid=1722594714&page=0' \
--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
}