Youtube Channel API
The YouTube API in this codebase provides access to channel and video data through these endpoints: /channel/details/{id} - Get details for a specific YouTube channel /channel/search - Search for channels by keyword /video/details/{id} - Get details for a specific YouTube video For channels, the model includes: channel_id, channel_name, channel_link description - Full channel description…
Youtube Channel API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Video detail /video/details/{id} |
Video detail |
| GET |
Channel search /channel/search |
Channel search |
| GET |
Channel detail /channel/details/{id} |
Channel detail |
Youtube Channel API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|