YT Data API
YT Data API is a product that provides an application programming interface (API) for youtube platform allowing users to search for videos, retrieve video details, and access comments on the YouTube platform externally. This product is designed to enable developers and third parties to integrate YouTube features related to videos, including search, details, and comments, into their own…
YT Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Channel | ||
| GET |
/channel/shorts /channel/shorts |
Search shorts From Specific Channel |
| GET |
/channel/video /channel/video |
Search Video From Specific Channel |
| GET |
/channel/playlist /channel/playlist |
Search Playlist From Specific Channel |
| GET |
/channel/live /channel/live |
Search Livestream History From Specific Channel |
| Search | ||
| GET |
/search/playlist /search/playlist |
Search Playlist From Query |
| GET |
/search/video /search/video |
Search Videos From Query |
| GET |
/search/channel /search/channel |
Search Channel From Query |
| GET |
/search/song /search/song |
Search Song From Query |
| GET |
/search/trending /search/trending |
Get Trending Video From Specific Country |
| Video | ||
| GET |
/subtitle /subtitle |
Get Subtitle Video by ID |
| GET |
/video-detail /video-detail |
Get Detail Youtube Video by ID |
| GET |
/comment-search /comment-search |
Seach comment |
| ISO country | ||
| GET |
/avail-country /avail-country |
Get ISO Country Code |
| video-search-OLD | ||
| POST |
/video-search /video-search |
Search Video by given video ID OR Token |
YT Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 5 / second |
|
| ULTRA | $15 / month | 5 / second |
|
| MEGA | $20 / month | 10 / second |
|