weibo/app/video-detail
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)
Input
Idle
Example output — click Run to generate your own
API README
Get video detail
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.

