Youtube Data API
With the YouTube Data API, you can seamlessly integrate a wide range of YouTube features into your application. It allows you to perform actions such as searching for content, retrieving detailed information about videos, managing playlists, accessing channel data, and much more. This makes it easier to build rich, interactive experiences that leverage YouTube’s vast library of content directly…
Youtube Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
YouTube channel Info /channel.php |
Gives you the basic information |
| GET |
Video Info /video.php |
Gives you the basic video information |
| GET |
Video Comments /comments.php |
Gives you the comments of the video. |
| GET |
Channel Feed /feed.php |
Give you the lates videos from the channel |
| GET |
Search Channels /search_channels.php |
Help you to search for the channels by the search keyword |
| GET |
Search Videos /search.php |
Uses the search for the videos |
| GET |
Community Posts /posts.php |
Give you the lates posts on the channel. |
| GET |
Post Info /post.php |
Retrieves the post information from the community on the channel |
| GET |
Hype /hype.php |
Hype section on the Youtube |
Youtube Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $30 / month | — |
|