Youtube API - Get notes from videos?

后端 未结 1 1628
一整个雨季
一整个雨季 2021-01-23 11:42

Im using Youtube api v3, I want to get the notes from videos in my playslist for example:

The screenshot above is from a playlist I have in my account - I want

相关标签:
1条回答
  • 2021-01-23 12:25

    Figured it out:

    You need to hit: https://www.googleapis.com/youtube/v3/playlistItems?part=snippet,contentDetails&playlistId=${PLAYLIST_ID}&key=${API_KEY}

    Note the part parameter is snippet, contentDetails

    See: https://developers.google.com/youtube/v3/docs/playlistItems#contentDetails

    Returns:

    0 讨论(0)
提交回复
热议问题