Playground

Retrieve the playlists tab for a YouTube channel API playground

Returns normalized playlist items from a channel's Playlists tab and an optional continuation token.

GETapiKey3 credits/requestyoutube.channelFeedResponseDoc

Selected endpoint

GET /youtube/channel/{id}/playlists

Returns normalized playlist items from a channel's Playlists tab and an optional continuation token.

Group
YouTube
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
1
Query parameters
1
Body parameters
0
GETapiKey3 credits/requestchannelFeedResponseDoc

Retrieve the playlists tab for a YouTube channel

Returns normalized playlist items from a channel's Playlists tab and an optional continuation token.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "channel_id": "UCXZCJLdBC09xxGZ6gcdrc6A",
    "channel_title": "OpenAI",
    "handle": "@OpenAI",
    "items": [
      {
        "type": "playlist",
        "position": 1,
        "title": "OpenAI Podcast",
        "playlist_id": "PL1234567890abcdef",
        "video_count": "12 videos"
      }
    ],
    "continuation_token": "NEXT_TOKEN"
  }
}