Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
# 通过用户ID查询/Query by user ID
GET /fetch_user_info?uid=1722594714
# 通过自定义用户名查询/Query by custom username
GET /fetch_user_info?custom=shuqi
{
"code": 200,
"data": {
"用户基本信息": {
"用户名": "string",
"头像": "string",
"粉丝数": "number",
"关注数": "number",
"微博数": "number",
"认证信息": "string"
}
}
}
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_user_info?uid=1722594714&custom=shuqi' \
--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
}