Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能吗?使用 Youtube API v3.0 获取视频长度和观看次数?我似乎找不到任何东西,因为所有结果都是针对 v2.0 的。
搜索端点还没有返回此信息的方法,但如果您请求参数contentDetails中statistics的part
contentDetails
statistics
part
https://www.googleapis.com/youtube/v3/videos?part=contentDetails%2Cstatistics&id=voNEBqRZmBc&key={YOUR_API_KEY}
返回的对象将具有durationISO 8601 格式的属性(在 contentDetails 下),以及views在统计信息下的属性。
duration
views