youtube.playlist_details
Fetch metadata for a public YouTube playlist by playlist id.
Returns title, description, creator summary, video and view counts, thumbnails, badges, and last updated timestamps.
Cost = 10 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | YouTube playlist id (for example PLcirGkCPmbmFeQ1sm4wFciF03D_EroIfr). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stats | No | Public playlist statistics. | |
| title | No | Playlist title. | |
| author | No | Playlist creator summary. | |
| badges | No | Playlist badges when available. | |
| playlistId | No | Canonical YouTube playlist id. | |
| thumbnails | No | Playlist thumbnail images at different sizes. | |
| description | No | Playlist description. | |
| updatedTime | No | Last update date (ISO 8601). | |
| updatedTimeText | No | Human-readable last update time. |