Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
fetch_user_info: 获取完整的用户信息(详细资料)/Get complete user information (detailed profile)
fetch_user_basic_info: 获取基本的用户信息(轻量级)/Get basic user information (lightweight)
{
"code": 200,
"data": {
"用户基本信息": {
"用户ID": "string",
"用户名": "string",
"头像": "string",
"简介": "string",
"认证信息": "string"
}
}
}
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_user_basic_info?uid=7277477906' \
--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
}