YouTube API
YouTube Channel playlists API
List a YouTube channel's playlists by handle or channel ID with cursor pagination (title, video count, thumbnail).
POST/v1/run/youtube.channel_playlists
Requests
-
30d
Try it
Make your first request
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
"data": {
"nextCursor": "example",
"playlists": [
{
"id": "a1b2c3d4",
"playlistUrl": "https://example.com/page",
"thumbnail": "https://example.com/image.jpg",
"title": "Example title",
"videoCount": 12500
}
]
},
"found": true
}Response interface
interface YoutubeChannelPlaylistsResponse {
data: {
nextCursor: string | null;
playlists: {
id: string;
playlistUrl: string;
thumbnail: string;
title: string;
videoCount: number;
}[];
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dPOST /v1/run/youtube.channel_playlists
curl -X POST https://api.getanyapi.com/v1/run/youtube.channel_playlists \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"@veritasium"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| channelId | string | YouTube channel ID. |
| cursor | string | Continuation token from a previous response for pagination. |
| handle | string | "@veritasium"YouTube channel handle. |
| Response | ||
| data | object | |
| data.nextCursor | string | Opaque cursor for the next page of playlists, or null when this lane has no more. Pass it back as cursor to continue. |
| data.playlists | object[] | Populated whenever the provider has data for the entity. |
| data.playlists[].id | string | Populated whenever the provider has data for the entity. |
| data.playlists[].playlistUrl | string | Populated whenever the provider has data for the entity. |
| data.playlists[].thumbnail | string | |
| data.playlists[].title | string | Populated whenever the provider has data for the entity. |
| data.playlists[].videoCount | integer | |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the YouTube Channel playlists API
The AnyAPI YouTube Channel playlists API returns YouTube channel playlists data as normalized JSON from one POST call to /v1/run/youtube.channel_playlists. List a YouTube channel's playlists by handle or channel ID with cursor pagination (title, video count, thumbnail). AnyAPI returns one normalized schema whichever source serves it. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum.
It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.
List a YouTube channel's playlists by handle or channel ID with cursor pagination (title, video count, thumbnail). The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.
More to call
Other YouTube endpoints
Channelfrom $0.50 /1k reqVideofrom $0.90 /1k reqVideo transcriptfrom $1.25 /1k reqSearchfrom $0.50 /1k reqChannel videosfrom $0.50 /1k reqVideo commentsfrom $1.20 /1k reqChannel community postsfrom $1.20 /1k reqChannel contactfrom $71.80 /1k reqChannel livesfrom $1.20 /1k reqChannel shortsfrom $1.20 /1k reqComment repliesfrom $1.20 /1k reqCommunity postfrom $1.20 /1k reqPlaylistfrom $1.20 /1k reqSearch hashtagfrom $1.20 /1k reqSearch shortsfrom $1.20 /1k reqTrending shortsfrom $1.20 /1k reqVideo sponsorsfrom $1.20 /1k reqVideo transcript fullfrom $1.00 /1k req