Aamir
Aamir

Reputation: 111

YouTube API v3.0 recordingDetails from playlistItems

I am looking to get recordingDetails from items in a playlist or from the videos in a channel. So far I have only found the /videos method to respond with recordingDetails.

Upvotes: 0

Views: 91

Answers (1)

Ibrahim Ulukaya
Ibrahim Ulukaya

Reputation: 12877

  1. From channels->list method, you should get uploads playlist
  2. Then from playlists->list, you will get video Ids.
  3. With that video ids, you can do videos->list to get recordingDetails.

Upvotes: 2

Related Questions