Skip to main content

Path Parameters

string
required
The YouTube playlist id (the list= value, e.g. PLrAXtmErZgOeiKm4sgNOknGvNjby9efdf).

Query Parameters

string
default:"US"
Content region (ISO 3166-1 alpha-2). Examples: US, GB, DE, JP.
string
default:"en"
UI / interface language (BCP-47). Examples: en, de, fr, ja.

Response

string
The playlist id.
string
Playlist title (nullable).
string
Playlist description (nullable).
string
Full playlist URL (nullable).
integer
Number of videos in the playlist (nullable).
integer
Total playlist views (nullable).
string
Total views as displayed (nullable).
string
When the playlist was last updated, as displayed (nullable).
string
Owner channel id (nullable).
string
Owner channel name (nullable).
string
Owner channel URL (nullable).
boolean
Whether the owner channel is verified (nullable).
array
Playlist thumbnail variants with url, width, height.
string
Best/primary thumbnail URL (nullable).
string
Privacy status, e.g. PUBLIC, UNLISTED (nullable).
boolean
Whether the playlist is an auto-generated mix (nullable).
array
First page of playlist items.
string
Token to fetch the next page of items (nullable when no more pages).
string
ISO 8601 timestamp when the playlist was scraped.
number
Unix timestamp when the playlist was scraped.

Example Response

Paginate the remaining items with /v1/youtube/playlists/{playlist_id}/items using the returned continuation token. Auto-generated mixes are available at GET /v1/youtube/mixes/{mix_id} and return the same Playlist shape with is_mix: true.
A playlist (or mix) request costs 5 credits. Failed requests are not charged.