YouTube Stats API
A lightweight wrapper around the YouTube Data API that provides structured endpoints for fetching video details, channel statistics, trending content, playlists, comments, and more — designed for easy integration and rapid prototyping.
YouTube Stats API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Channels & Users | ||
| GET |
listSubscriptions /youtube/subscriptions |
|
| GET |
getChannelDetails /youtube/channel |
|
| Videos & Content | ||
| GET |
getTrendingVideos /youtube/trending |
|
| GET |
getVideoStatistics /youtube/videoStats |
|
| GET |
getVideoDetails /youtube/video |
|
| GET |
searchVideos (Premium) /youtube/search |
Available only in ultra and mega plans. |
| GET |
getRelatedVideos (Premium) /youtube/related |
Available only in ultra and mega plans. |
| Playlists | ||
| GET |
getPlaylistDetails /youtube/playlist |
|
| GET |
getPlaylistItems /youtube/playlistItems |
|
| Community & Metadata | ||
| GET |
getComments /youtube/comments |
|
| GET |
getCaptions (Pro) /youtube/captions |
Available only in pro, ultra, and mega plans. |
| GET |
getCategories /youtube/categories |
|
| Live Streams (Premium) | ||
| GET |
checkLiveStatus /youtube/live |
|
| GET |
getUpcomingLiveEvents /youtube/upcomingLive |
|
| Other endpoints | ||
| GET |
/youtube/trending /youtube/trending |
|
| GET |
/youtube/categories /youtube/categories |
|
| GET |
/youtube/playlistItems /youtube/playlistItems |
|
| GET |
/youtube/captions /youtube/captions |
|
| GET |
/youtube/live /youtube/live |
|
| GET |
/youtube/subscriptions /youtube/subscriptions |
|
| GET |
/youtube/related /youtube/related |
|
| GET |
/youtube/playlist /youtube/playlist |
|
| GET |
/youtube/comments /youtube/comments |
|
| GET |
/youtube/channel /youtube/channel |
|
| GET |
/youtube/search /youtube/search |
|
| GET |
/youtube/videoStats /youtube/videoStats |
|
| GET |
/youtube/video /youtube/video |
|
| GET |
/youtube/upcomingLive /youtube/upcomingLive |
|
YouTube Stats API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 30 / minute |
|
| ULTRA | $25 / month | 100 / minute |
|
| MEGA | $99 / month | 300 / minute |
|