Youtube API - 通过 Json 获取 youtube-trends,可能吗?

发布于 2024-11-16 22:46:27 字数 928 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

故事未完 2024-11-23 22:46:27

如果您要查找 YouTube 上的热门视频,可以在以下位置找到该 Feed:

https:// gdata.youtube.com/feeds/api/standardfeeds/on_the_web?alt=json

这是 描述为

此 Feed 将热门视频列为
YouTube 趋势上看到,
热门视频的受欢迎程度是
增加并分析更广泛
YouTube 内的发展趋势
社区。该提要可作为
实验性功能。

您引用的是基于该 Feed 的博客文章,如此处所示。

If you are looking for the Trending videos on YouTube, you can find that feed at:

https://gdata.youtube.com/feeds/api/standardfeeds/on_the_web?alt=json

It is described as:

This feed lists trending videos as
seen on YouTube Trends, which surfaces
popular videos as their popularity is
increasing and also analyzes broader
trends developing within the YouTube
community. This feed is available as
an experimental feature.

What you are referencing are blog posts based on that feed, as seen on here.

樱花细雨 2024-11-23 22:46:27

首先,您需要一个 API 密钥。
然后,只需将以下链接粘贴到网络浏览器中,然后右键单击 -->另存为 JSON

https:// www.googleapis.com/youtube/v3/videos?part=contentDetails&chart=mostPopular®ionCode=lk&key= {您的 API key}

{您的 API 密钥} - 您的个人 API 密钥可以从 - https:// 获取Developers.google.com/youtube/v3/getting-started

此问题已在此处得到解答

Youtube API - 获取特定关键字的热门视频

First, you need an API key.
Then, Just paste the following link into a web browser and then right-click --> save as JSON

https://www.googleapis.com/youtube/v3/videos?part=contentDetails&chart=mostPopular®ionCode=lk&key= {Your API key}

{Your API key} - Your personal API key can get from - https://developers.google.com/youtube/v3/getting-started

This question is already answered here

Youtube API - Getting trending videos for a specific keyword

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文