获取单个视频播放量(含详情)/Get Item Play Count

Douyinapi

About

获取单个视频播放量(含详情)/Get Item Play Count

Documentation

获取单个视频播放量(含详情)/Get Item Play Count

[中文]

用途:

  • 获取单个视频(item)的播放量(watch_cnt)及完整详情,播放量已提到顶层方便直接取用
  • 注意:watch_cnt 为含投流(广告加热)的总播放量,并附带作品详情;如需未投流(自然) 播放量,请调用抖音App V3 的 /api/v1/douyin/app/v3/fetch_video_statistics
  • 价格:0.002$ / 次

参数:

  • item_id: 视频(item) ID
  • platform_source: 平台来源,默认1
  • need_cover_url: 是否返回封面URL,默认true

返回:

  • exist: 视频是否存在(已删除/ID非法为false)
  • watch_cnt: 播放量(int),取不到为null
  • stats: 完整统计块(点赞/评论/转发/收藏/互动率/人均观看时长等)
  • item: 完整视频详情(标题/封面/时长/发布时间/作者ID等)

[English]

Purpose:

  • Get play count (watch_cnt) and full details of a single video (item); play count is surfaced at the top level for convenience
  • Note: watch_cnt is the total play count INCLUDING paid promotion (ad boost), returned with video details; for organic (non-promoted) play count, use Douyin App V3 /api/v1/douyin/app/v3/fetch_video_statistics
  • Price: 0.002$ / time

Parameters:

  • item_id: Video (item) ID
  • platform_source: Platform source, default 1
  • need_cover_url: Whether to return cover URL, default true

Return:

  • exist: Whether the video exists (false if deleted / invalid ID)
  • watch_cnt: Play count (int), null if unavailable
  • stats: Full stats block (like/comment/share/favorite/interaction rate/avg watch duration)
  • item: Full video details (title/cover/duration/create time/author ID, etc.)

[示例/Example]

item_id = "7630036460159111515"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取单个视频播放量(含详情)/Get Item Play Count

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models