YouTube Channel API
Channel overview by handle or channelId: title, description, subscriber and video counts, banner.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"found": true,
"data": {
"channelId": "UCBJycsmduvYEL83R_U4JriQ",
"handle": "@mkbhd",
"title": "Marques Brownlee",
"description": "Quality Tech Videos.",
"subscribers": 19600000,
"videoCount": 1680,
"viewCount": 4120000000,
"country": "US",
"bannerUrl": "https://yt3.googleusercontent.com/mkbhd-banner.jpg"
}
}interface YoutubeChannelResponse {
data: {
avatarUrl: string;
channelId: string;
description: string;
subscribers: number;
title: string;
videos: number;
views: 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 30dcurl -X POST https://api.getanyapi.com/v1/run/youtube.channel \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"@mkbhd"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| channelId | string | YouTube channel ID (UC...). |
| handle | string | "@mkbhd"YouTube channel handle. |
| Response | ||
| found | boolean | true |
| data | object | |
| data.channelId | string | "UCBJycsmduvYEL83R_U4JriQ" |
| data.handle | string | "@mkbhd" |
| data.title | string | "Marques Brownlee" |
| data.description | string | "Quality Tech Videos." |
| data.subscribers | number | 19600000 |
| data.videoCount | number | 1680 |
| data.viewCount | number | 4120000000 |
| data.country | string | "US" |
| data.bannerUrl | string | "https://yt3.googleusercontent.com/mkbhd-banner.jpg" |
| Price | ||
| Price per request | USD | $0.0005 |
| Price /1k req | USD | $0.50 |
FAQ
About the YouTube Channel API
The AnyAPI YouTube Channel API returns YouTube channel data as normalized JSON from one POST call to /v1/run/youtube.channel. Channel overview by handle or channelId: title, description, subscriber and video counts, banner. AnyAPI routes each request across 3 sources and falls back automatically when one fails. It costs from $0.50 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 98.7% of YouTube channel calls through AnyAPI succeeded, with a median response time of 3.9 seconds across 797 measured calls.