YouTube video details

Look up metadata for a public YouTube video by id or URL.

← All YouTube endpoints · Capability overview

GET/v1/youtube/video-details

https://api.vee3.io/v1/youtube/video-details

10 tokens

Look up metadata for a public YouTube video 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_video_details
Parameters1 field
video_idstringRequired

YouTube video id or URL (for example PuQFESk0BrA, https://youtu.be/PuQFESk0BrA, or https://www.youtube.com/watch?v=PuQFESk0BrA).

max length 2048

Response17 fields
video_idstring

Canonical YouTube video id.

titlestring

Video title.

authorstring

Channel display name.

number_of_viewsinteger

Total view count.

video_lengthstring

Video duration in seconds as a string.

descriptionstring

Plain-text video description.

is_live_contentstring

Whether the video is live content (True or False as a string).

published_timestring

Publish date (ISO 8601).

channel_idstring

Uploader channel id.

categorystring

Primary category label.

typestring

Video type (for example NORMAL).

keywordsarrayitems
1 field

Video keyword tags.

keywordstring

Single keyword tag.

thumbnailsarrayitems
3 fields

Available thumbnail images at different sizes.

heightinteger

Image height in pixels.

widthinteger

Image width in pixels.

urlstring

Image URL.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, youtube_video_not_found, youtube_not_configured, youtube_upstream_error