Skip to main content
GET
/
media
/
playlists
/
{playlistId}
Get playlist videos
curl --request GET \
  --url https://api.example.com/media/playlists/{playlistId}
{
  "items": [
    {
      "id": "<string>",
      "snippet": {
        "resourceId": {
          "kind": "<string>",
          "videoId": "<string>"
        },
        "title": "<string>",
        "thumbnails": {}
      },
      "contentDetails": {
        "duration": "<string>",
        "regionRestriction": {
          "blocked": [
            "<string>"
          ]
        },
        "contentRating": {}
      },
      "statistics": {
        "viewCount": "<string>"
      }
    }
  ],
  "title": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

playlistId
string
required

YouTube playlist ID

Response

200 - application/json

Playlist with videos

Playlist containing videos

items
object[]

List of videos in the playlist

title
string

Playlist title