List playlist videos
listPlaylistVideos(id, query?, options?): PlaylistVideosPage
Page through a playlist using the next_cursor returned by Get playlist or a previous call to this endpoint.
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:
Playlist ID (PL...) or a full YouTube playlist URL.
cursor?:stringQuery param:
Opaque continuation cursor from the previous response.
required_country?:stringQuery param:
ISO country hint used when region availability matters.
ReturnsExpand Collapse
playlist_id:stringCanonical playlist ID.
title?:stringPlaylist title when included.
videos:PlaylistVideo[]This page of items.
has_more:booleanWhether another page is available.
next_cursor:string | nullCursor for the next page, or null when complete.