Batch YouTube video stats
list_youtube_video_statsFetch views, likes, and comment counts for up to 50 YouTube videos in one call. Join results with video lists to get titles; missing IDs indicate private or deleted videos.
Instructions
Views, likes and comment counts for up to 50 YouTube videos IN ONE CALL, which is how to answer "how are my last twenty uploads doing" without one youtube_video_insights per video. Pass videoIds from list_youtube_videos. IT CARRIES NO TITLES, and that is the resource rather than a bug: VideoStatsSnippet publishes only publishTime, so join on videoId with list_youtube_videos when a name is needed. YouTube calls this endpoint "intentionally not atomic", so a short answer is normal: a video that is private, deleted, or not visible to the connected account simply does not come back, and this tool names the missing ids. Never report a missing id as zero views. Read-only, free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | defaults to snippet + statistics. An unknown part 400s the whole call, so it is refused here | |
| videoIds | Yes | up to 50 video ids, from list_youtube_videos |