Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
xsort=hot&Refer=user_videotypeall=1data.parsed_data 内。{
"code": 200,
"data": {
"parsed_data": {
"results": [
{
"weibo_id": "xxxxxx",
"user_name": "昵称",
"user_url": "https://weibo.com/xxxx",
"content": "文本内容",
"weibo_type": "original | repost",
"media": {
"has_image": false,
"has_video": true,
"images": [],
"videos": [
{
"type": "video",
"src": "https://video.weibocdn.com/....mp4", // 若可见
"streams": ["https://video.weibocdn.com/....mp4"], // 直链候选
"poster": "https://...jpg",
"duration": "00:12",
"page_url": "https://video.weibo.com/show?...",
"fid": "1034:..."
}
]
},
"interaction": {"repost_count": 0, "comment_count": 0, "like_count": 0}
}
],
"result_count": 1,
"pagination": {"current_page": 1, "total_pages": 10, "has_next_page": true},
"search_stats": {"filter_type": "综合|实时|热门…"},
"parse_success": true
}
}
}GET /fetch_video_search?query=yu7&mode=hot&page=1GET /fetch_video_search?query=yu7&mode=all&page=1Referer=https://weibo.com/。Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_video_search?query=yu7&mode=hot&page=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": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}