获取视频详情/Get video detail
Weiboapi
About
获取视频详情/Get video detail
Documentation
获取视频详情/Get video detail
[中文]
用途:
- 获取单个视频的详细信息,包括视频播放地址。
- 重要: 从微博视频链接(如 https://weibo.com/tv/show/1034:5232127105761312)获取真实视频ID的必需步骤
参数:
- mid: 视频微博ID或链接中的ID(必填)
返回:
- 视频详细数据,包含视频播放地址、封面、时长、标题等
- items[0].data.idstr: 真实的视频微博ID,可用于获取评论等操作
注意:
- 返回的视频地址可能有时效性
- 支持获取高清视频地址
- 获取评论前必须先调用此接口: 链接中的ID不能直接用于获取评论,需要先通过此接口获取 items[0].data.idstr 中的真实ID
[English]
Purpose:
- Get detailed information of single video, including video play URL.
- Important: Required step to get real video ID from Weibo video link (e.g., https://weibo.com/tv/show/1034:5232127105761312)
Parameters:
- mid: Video post ID or ID from link (required)
Return:
- Video detailed data, including video play URL, cover, duration, title, etc.
- items[0].data.idstr: Real video post ID, can be used for fetching comments
Note:
- Returned video URL may have expiration time
- Support getting HD video URL
- Must call this API before fetching comments: ID from link cannot be used directly for comments, must get real ID from items[0].data.idstr first
[示例/Example]
mid = "5242977759006596"
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取视频详情/Get video detail
Test this model in the Sandbase Playground with your own prompts.
Open in Playground