我需要使用Youtube API获取特定关键字的趋势视频。
例如,"勒布朗·詹姆斯"的流行视频。
是否可以通过Youtube API实现?谢谢
趋势视频
https://www.googleapis.com/youtube/v3/videos?part=contentDetails&chart=mostPopular®ionCode=IN&密钥=API_key
1.部分:参数值中可以包含的部分名称有id、snippet、contentDetails、fileDetails、liveStreamingDetails、本地化、播放器、processingDetails、recordingDetails、统计信息、状态、建议和topicDetails。
chart:chart参数标识要检索的图表。(字符串)类似于"mostPopular"
regionCode:参数值为ISO 3166-1字母2国家代码。(字符串)
密钥:Google Project API密钥