YouTube Data V3
Official YouTube Data API v3 access. Get channel subscribers, video views, likes, comments, search, trending videos, and playlists.
YouTube Data V3 endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Playlist /api/playlist/ |
Retrieves complete information about a YouTube playlist and its video items. |
| GET |
Video Details /api/video/ |
Get complete video analytics including views, likes, comments |
| GET |
YouTube Search /api/search/ |
Search YouTube videos |
| GET |
I18nLanguages /api/i18n/languages |
Lists all languages supported by YouTube for interface and content. |
| GET |
Trending Videos /api/trending/ |
Fetches currently popular videos on YouTube for a specific region/country. |
| GET |
Channel Details /api/channel/ |
Get complete channel analytics including subscribers, views, video count |
| GET |
I18nRegions /api/i18n/regions |
Lists all countries/regions supported by YouTube for content localization. |
| GET |
Video Comments /api/comments/ |
Get comments for a specific video. Returns top comments with their replies. |
| GET |
Channel Videos /api/channel/videos/ |
Get all videos uploaded by a channel |
| GET |
YouTube Search Continuation /api/search/continue/ |
Get the next page of search results using a continuation token from a previous search request. |
| GET |
Channel Videos Continuation /api/channel/videos/continue/ |
Get the next page of channel videos using a continuation token from a previous channel videos request. |
| GET |
Video Comments Continuation /api/comments/continue/ |
Get the next page of video comments using a continuation token from a previous comments request. |
| GET |
Channel Shorts /api/channel/shorts/ |
Get all YouTube Shorts from a specific channel. |
| GET |
Channel Shorts Continuation /api/channel/shorts/continue/ |
Get the next page of channel shorts using a continuation token from a previous shorts request. |