Playlists
Learn about the playlist resource and how it is used to retrieve or modify information about a YouTube playlist.
Playlists on YouTube are collections of videos that we can view successively. These playlists can be created manually by users or automatically by YouTube to identify different kinds of videos on a particular channel, such as lists of liked or uploaded videos. The information about these playlists is stored in the playlist
resource.
Supported methods
The API supports the following methods for the playlist
resource:
list
: Returns a list of playlists specified in the API call that matches the request parameters. For example, we can retrieve all the playlists owned by a YouTube channel.insert
: Creates a new playlist.update
: Modifies a playlist by changing its title or description.delete
: Deletes a playlist.
Let’s look at each method in detail with the help of a few examples.
The list
method
We can use the list
method to retrieve a list of playlists owned by a particular YouTube channel, specified by the value of the ...