YouTube Data API
This YouTube Data API provides comprehensive access to YouTube's vast content library. Key features include: - Video Search: Find videos by keywords, categories, and relevance - Channel Data: Access channel statistics, videos, and playlists - Playlist Management: Get playlist details and videos - Comments: Retrieve video comments and replies - Trending Content: Access trending videos by region…
YouTube Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
YouTube API Status / |
Returns the API status and lists all available endpoints. Use this endpoint to verify the API is running correctly. |
| GET |
Search YouTube Content /api/search |
Search for videos, channels, or playlists on YouTube based on keywords. Supports filtering by content type and pagination. |
| GET |
YouTube Video Details /api/videos |
Retrieve detailed information about specific videos, popular videos, or videos by category. Supports filtering by region and pagination. |
| GET |
YouTube Channel Information /api/channels |
Get detailed information about YouTube channels, including statistics, uploads, and playlists. Search by channel ID or username. |
| GET |
YouTube Playlist Data /api/playlists |
Retrieve playlist details and the videos contained within playlists. Search by playlist ID or channel ID. |
| GET |
YouTube Video Comments /api/comments |
Retrieve comments and replies for specific YouTube videos. Supports pagination for high-volume comment sections. |
| GET |
YouTube Trending Videos /api/trending |
Get trending videos across different regions and categories. Perfect for discovering popular content on YouTube. |