YouTube playlist details
Look up metadata for a public YouTube playlist by id.
← All YouTube endpoints · Capability overview
/v1/youtube/playlist-detailshttps://api.vee3.io/v1/youtube/playlist-details
Look up metadata for a public YouTube playlist by id.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
get_youtube_playlist_detailsParameters1 field
playlist_idstringRequiredYouTube playlist id (for example PLcirGkCPmbmFeQ1sm4wFciF03D_EroIfr).
max length 512
Response22 fields
playlistIdstringCanonical YouTube playlist id.
titlestringPlaylist title.
descriptionstringPlaylist description.
updatedTimestringLast update date (ISO 8601).
updatedTimeTextstringHuman-readable last update time.
badgesarrayitems1 fieldPlaylist badges when available.
badgesarrayitemsbadgestringBadge label.
authorobject7 fieldsPlaylist creator summary.
authorobjecttitlestringPlaylist creator display name.
channelIdstringCreator channel id.
canonicalBaseUrlstringCanonical channel path on YouTube when available.
avatararrayitems3 fieldsCreator avatar images at different sizes.
avatararrayitemsheightintegerImage height in pixels.
widthintegerImage width in pixels.
urlstringImage URL.
statsobject2 fieldsPublic playlist statistics.
statsobjectvideosintegerNumber of videos in the playlist.
viewsintegerTotal playlist view count.
thumbnailsarrayitems3 fieldsPlaylist thumbnail images at different sizes.
thumbnailsarrayitemsheightintegerImage height in pixels.
widthintegerImage width in pixels.
urlstringImage URL.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, youtube_playlist_not_found, youtube_not_configured, youtube_upstream_error