YouTube Channels
It returns a list of channels based on the search query parameters.
Channels request allows list and update methods. However, we will look into the list request here.
It has a quota cost of 1 per request.
Documentation: https://developers.google.com/youtube/v3/docs/channels
Sample Request and Response
Request
- HTTP Request: GET https://www.googleapis.com/youtube/v3/channels
- Required Parameter: part = snippet
- Required one of these parameters: id,
NOTE: We can do search youtube by a keyword, Search a specific channel by a keyword, and many others.
Response
POSTMAN Collection
The POSTMAN collection can be downloaded from the below GitHub repository.
Overall
We understood the YouTube Data API channels request and have successfully executed a list request.