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": {
"list": [
{
"微博ID": "string",
"微博内容": "string",
"发布时间": "string",
"微博类型": "string",
"媒体文件": [],
"互动数据": {
"转发数": "number",
"评论数": "number",
"点赞数": "number"
}
}
],
"total_count": "搜索结果总数",
"next_page": "下一页标识"
}
}
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/search_user_posts?uid=7277477906&q=python&page=1&starttime&endtime&hasori=1&hasret=1&hastext=1&haspic=1&hasvideo=1&hasmusic=1' \
--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
}