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": {
"fans_list": [
{
"用户ID/User ID": "string",
"用户名/Username": "string",
"昵称/Nickname": "string",
"头像/Avatar": "string",
"认证信息/Verification": "string",
"简介/Description": "string",
"粉丝数/Followers count": "number",
"关注数/Following count": "number",
"微博数/Posts count": "number",
"关注时间/Follow time": "string"
}
],
"total_count": "粉丝总数/Total fans count",
"has_more": "是否还有更多/Has more",
"next_page": "下一页页码/Next page number"
}
}
}
fetch_user_following: 获取用户的关注列表(该用户关注了谁)/Get user's following list (who the user follows)
fetch_user_fans: 获取用户的粉丝列表(谁关注了该用户)/Get user's fans list (who follows the user)
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_user_fans?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
}