📢 Public APIs
Get channel details
This Channel Details API is your gateway to access comprehensive information about a specific YouTube channel.
By leveraging a static JSON file, you can effortlessly retrieve and explore vital details, statistics, and metadata associated with the channel to build stunning YouTube like channel page UI.
Disclaimer:
Data provided by the API is static and not real-time.
This simplifies the process of developing a YouTube clone, allowing developers to solely focus on UI design and creativity, without worrying about complex API key configuration.
get/public/youtube/channel
Response
Get channel details
Example response
{
"data": {
"info": {
"brandingSettings": {
"channel": {
"country": "IN",
"description": "Website: https://hiteshchoudhary.com\nHey there everyone, Hitesh here back again with another video!\nThis means I create a lot of videos, every single week. I cover a wide range of subjects like programming, what's latest in tech, new frameworks, open-source products etc. I keep my interest in a wide area of tech like Javascript, Python, PHP, Machine Learning, etc.\n\nFor the Business purpose, Sponsorships and invitation, reach out at team@hiteshchoudhary.com\n\nNOTE: Personal questions and code-related questions are not answered at this email. Post them in the course discussion section or react me out at social platforms.\n\n#iWriteCode\n\nInstagram: https://instagram.com/hiteshchoudharyofficial\nFacebook: www.fb.com/HiteshChoudharyPage",
"keywords": "Programming computers code hitesh udemy Udacity Edx \"machine learning\" python javascript devops cloud",
"title": "Hitesh Choudhary",
"unsubscribedTrailer": "xJq0EQMFGyg"
},
"image": {
"bannerExternalUrl": "https://yt3.googleusercontent.com/xGlR3Vz-RYHgwRj50-VEdBksVyjyJhvzQUEVttMCd5iRVdw-OXdFkPBPswF2nG_13QR2UfXnCQ"
}
},
"id": "UCXgGY0wkgOzynnHvSEVmE3A",
"kind": "youtube#channel",
"snippet": {
"country": "IN",
"customUrl": "@hiteshchoudharydotcom",
"description": "Website: https://hiteshchoudhary.com\nHey there everyone, Hitesh here back again with another video!\nThis means I create a lot of videos, every single week. I cover a wide range of subjects like programming, what's latest in tech, new frameworks, open-source products etc. I keep my interest in a wide area of tech like Javascript, Python, PHP, Machine Learning, etc.\n\nFor the Business purpose, Sponsorships and invitation, reach out at team@hiteshchoudhary.com\n\nNOTE: Personal questions and code-related questions are not answered at this email. Post them in the course discussion section or react me out at social platforms.\n\n#iWriteCode\n\nInstagram: https://instagram.com/hiteshchoudharyofficial\nFacebook: www.fb.com/HiteshChoudharyPage",
"localized": {
"description": "Website: https://hiteshchoudhary.com\nHey there everyone, Hitesh here back again with another video!\nThis means I create a lot of videos, every single week. I cover a wide range of subjects like programming, what's latest in tech, new frameworks, open-source products etc. I keep my interest in a wide area of tech like Javascript, Python, PHP, Machine Learning, etc.\n\nFor the Business purpose, Sponsorships and invitation, reach out at team@hiteshchoudhary.com\n\nNOTE: Personal questions and code-related questions are not answered at this email. Post them in the course discussion section or react me out at social platforms.\n\n#iWriteCode\n\nInstagram: https://instagram.com/hiteshchoudharyofficial\nFacebook: www.fb.com/HiteshChoudharyPage",
"title": "Hitesh Choudhary"
},
"publishedAt": "2011-10-24T10:25:16Z",
"thumbnails": {
"default": {
"height": 88,
"url": "https://yt3.ggpht.com/ytc/AOPolaTLK52bUQ_YHxgb7RK8GMt_bksIMavy-aEZ9fUOvg=s88-c-k-c0x00ffffff-no-rj",
"width": 88
},
"high": {
"height": 800,
"url": "https://yt3.ggpht.com/ytc/AOPolaTLK52bUQ_YHxgb7RK8GMt_bksIMavy-aEZ9fUOvg=s800-c-k-c0x00ffffff-no-rj",
"width": 800
},
"medium": {
"height": 240,
"url": "https://yt3.ggpht.com/ytc/AOPolaTLK52bUQ_YHxgb7RK8GMt_bksIMavy-aEZ9fUOvg=s240-c-k-c0x00ffffff-no-rj",
"width": 240
}
},
"title": "Hitesh Choudhary"
},
"statistics": {
"subscriberCount": "801000",
"videoCount": "1442",
"viewCount": "54384618"
}
},
"kind": "youtube#channelListResponse"
},
"message": "Channel details fetched successfully!",
"statusCode": 200,
"success": true
}