获取视频详情/Get video detail

Weiboapi

About

获取视频详情/Get video detail

Documentation

获取视频详情/Get video detail

[中文]

用途:

参数:

  • mid: 视频微博ID或链接中的ID(必填)

返回:

  • 视频详细数据,包含视频播放地址、封面、时长、标题等
  • items[0].data.idstr: 真实的视频微博ID,可用于获取评论等操作

注意:

  • 返回的视频地址可能有时效性
  • 支持获取高清视频地址
  • 获取评论前必须先调用此接口: 链接中的ID不能直接用于获取评论,需要先通过此接口获取 items[0].data.idstr 中的真实ID

[English]

Purpose:

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

Related Models