View details about a YouTube channel using the Official Channel List endpoint.
channel_id
Required
The channel ID to look up. For example, in the URL https://www.youtube.com/channel/UCArmutk8nAbYQdaYzgqKOwA/ the channel ID would be UCArmutk8nAbYQdaYzgqKOwA
. If you only know the username (the URL doesn’t contain /channel/
), then see the YouTube User Channels endpiont to get the channel ID from the username.
auth_token
Required
Your YouTube API Key - see how to get your YouTube API Key if you need help.
part
Default id,snippet,contentDetails,statistics
Parts to return in the response.
auditDetails
brandingSettings
contentDetails
contentOwnerDetails
id
localizations
snippet
statistics
status
topicDetails
View details about a YouTube channel using the Official Channel List endpoint.
/youtube/v3/channels
?part={{part}}&key={{auth_token}}&id={{channel_id}}
Body
Headers