开发者

Youtube keyless API to retrieve video information by id [closed]

开发者 https://www.devze.com 2023-02-20 04:51 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, so开发者_如何学Cftware libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

I'm looking for a youtube API to retrieve information by id (like l3UPzd1ci1k) which:

  • Does not require a sign up to get a 'Developer key'.
  • Outputs title, date, and probably comment/description given a video ID which is visible in the URL.
  • Preferably uses JSON to output the information.


The YouTube API doesn't require authentication for read-only queries that don't rely on information about a specific user, so you can use the standard API, e.g. http://gdata.youtube.com/feeds/api/videos/3aICB2mUu2k?v=2&alt=json. See the documentation for details.

0

精彩评论

暂无评论...
验证码 换一张
取 消