YTAPI.devDocs
Last updated Sep 13, 2026
||MarkdownView as Markdown|Agent setup

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.

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.

transcripts:read
ParametersExpand Collapse
id:string

Path param:

Channel handle or canonical channel ID.

cursor?:string

Query param:

Continuation cursor from the previous response.

ReturnsExpand Collapse
playlists:ChannelPlaylist[]

Playlist cards with playlist_id, title, video_count, and thumbnails.

has_more:boolean

Whether another page is available.

next_cursor?:string

Cursor for the next page.