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

List playlist videos

listPlaylistVideos(id, query?, options?): PlaylistVideosPage

GET/v1/playlists/{id}/videos1 Credit

Page through a playlist using the next_cursor returned by Get playlist or a previous call to this endpoint.

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:

Playlist ID (PL...) or a full YouTube playlist URL.

cursor?:string

Query param:

Opaque continuation cursor from the previous response.

required_country?:string

Query param:

ISO country hint used when region availability matters.

ReturnsExpand Collapse
playlist_id:string

Canonical playlist ID.

title?:string

Playlist title when included.

videos:PlaylistVideo[]

This page of items.

has_more:boolean

Whether another page is available.

next_cursor:string | null

Cursor for the next page, or null when complete.