Get detailed information about a YouTube channel by channel ID, URL, or name/handle. Returns channel name, description, subscriber count, video count, total view count, country, creation date, verification status, external links, profile picture, and banner.
curl "https://apidirect.io/v1/youtube/channel?id=UCXuqSBlHAE6Xw-yeJA0Tunw" \
-H "X-API-Key: YOUR_API_KEY"
{
"channel": {
"channel_id": "UCXuqSBlHAE6Xw-yeJA0Tunw",
"channel_name": "Linus Tech Tips",
"description": "Linus Tech Tips is a passionate team of \"professionally curious\" experts in consumer technology and video production who aim to educate and entertain.",
"subscriber_count": "16.9M",
"video_count": "7.8K",
"view_count": 9633982641,
"country": "Canada",
"creation_date": "2008-11-25",
"verified": true,
"has_business_email": true,
"links": [
{
"name": "lttstore.com",
"url": "https://lttstore.com"
},
{
"name": "Twitter",
"url": "https://twitter.com/LinusTech"
}
],
"profile_pic_url": "https://yt3.googleusercontent.com/.../photo.jpg",
"banner": "https://yt3.googleusercontent.com/.../banner.jpg",
"url": "https://youtube.com/channel/UCXuqSBlHAE6Xw-yeJA0Tunw"
}
}