Skip to main content
GET
Channel Playlists
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

channelId
string

YouTube channel ID

Example:

"UCX6OQ3DkcsbYNE6H8uQQuVA"

handle
string

YouTube channel handle

Example:

"MrBeast"

continuationToken
string

Continuation token to get more playlists. Get 'continuationToken' from previous response.

Response

Successful response containing channel playlists

Key Response Fields:

  • playlists[].id: YouTube playlist ID
  • playlists[].title: Playlist title
  • playlists[].playlistUrl: Full URL to the playlist
  • playlists[].videoId: ID of the first video in the playlist
  • playlists[].videoUrl: URL to the first video
  • playlists[].videoCount: Number of videos in the playlist
  • playlists[].thumbnail: Playlist thumbnail image URL
  • continuationToken: Token to fetch the next page of playlists (null if no more pages)