List channel playlists
listChannelPlaylists(id, query?, options?): ChannelPlaylistsPage
GET/v1/channels/{id}/playlists1 Credit
Returns public playlists for the channel. Pass next_cursor as cursor to continue.
Security
API Token
The preferred authorization scheme for the YouTube Transcript API. Create a key with transcripts:read in the developer dashboard.
Example: Authorization: Bearer YOUR_API_KEY
See Authentication for scopes and rate limits.
Accepted permissions (at least one required)
ParametersExpand Collapse
id:stringPath param:
Channel handle or canonical channel ID.
cursor?:stringQuery param:
Continuation cursor from the previous response.
ReturnsExpand Collapse
playlists:ChannelPlaylist[]Playlist cards with playlist_id, title, video_count, and thumbnails.
has_more:booleanWhether another page is available.
next_cursor?:stringCursor for the next page.