YouTube channel details
Look up metadata for a public YouTube channel by id or URL.
← All YouTube endpoints · Capability overview
/v1/youtube/channel-detailshttps://api.vee3.io/v1/youtube/channel-details
Look up metadata for a public YouTube channel by id or URL.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
get_youtube_channel_detailsParameters1 field
channel_idstringRequiredYouTube channel id or URL (for example UCJ5v_MCY6GNUBTO8-D3XoAg or https://www.youtube.com/@WWE).
max length 2048
Response48 fields
channelIdstringCanonical YouTube channel id.
titlestringChannel display name.
usernamestringPublic @ handle when available.
descriptionstringChannel About description.
joinedDatestringChannel creation date (ISO 8601).
joinedDateTextstringHuman-readable join date.
countrystringCountry associated with the channel when available.
keywordsarrayitems1 fieldChannel keywords from the About page.
keywordsarrayitemskeywordstringSingle keyword string.
isVerifiedbooleanWhether the channel is verified.
isVerifiedArtistbooleanWhether the channel is a verified artist channel.
isFamilySafebooleanWhether the channel is marked family safe.
hasBusinessEmailbooleanWhether a business email is available for contact.
artistBiostringArtist bio text when the channel is a music artist.
canonicalBaseUrlstringCanonical channel path on YouTube when available.
badgesarrayitems2 fieldsChannel badges (for example Official Artist Channel).
badgesarrayitemstextstringBadge label.
typestringBadge type code.
avatararrayitems3 fieldsChannel avatar images at different sizes.
avatararrayitemsheightintegerImage height in pixels.
widthintegerImage width in pixels.
urlstringImage URL.
bannerobject12 fieldsChannel banner images for desktop, mobile, and TV layouts.
bannerobjectdesktoparrayitems3 fieldsDesktop banner images.
desktoparrayitemsheightintegerImage height in pixels.
widthintegerImage width in pixels.
urlstringImage URL.
mobilearrayitems3 fieldsMobile banner images.
mobilearrayitemsheightintegerImage height in pixels.
widthintegerImage width in pixels.
urlstringImage URL.
tvarrayitems3 fieldsTV banner images.
tvarrayitemsheightintegerImage height in pixels.
widthintegerImage width in pixels.
urlstringImage URL.
statsobject5 fieldsPublic channel statistics.
statsobjectsubscribersintegerSubscriber count.
subscribersTextstringFormatted subscriber count.
videosintegerPublished video count.
videosTextstringFormatted video count when available.
viewsintegerLifetime view count.
linksarrayitems6 fieldsExternal links listed on the channel About page.
linksarrayitemstitlestringLink label shown on the channel About page.
targetUrlstringDestination URL.
iconarrayitems3 fieldsFavicon images at different sizes.
iconarrayitemsheightintegerImage height in pixels.
widthintegerImage width in pixels.
urlstringImage URL.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, youtube_channel_not_found, youtube_not_configured, youtube_upstream_error