For example, how could I get a JSON response of all the videos from channel "http://www.youtube.com/nba" that are tagged "playoffs"?
The snippet object contains basic details about the video, such as its title, description, and category. The date and time that the video was published.
YouTube calls tags
as categories
.
The following URL shows videos from NBA
channel with tags playoffs
and sports
(you can add more obviously) in JSON.
http://gdata.youtube.com/feeds/api/users/nba/uploads/-/sports/playoffs?v=2&alt=json
Try something like this:
http://gdata.youtube.com/feeds/api/users/nba/uploads?q=playoffs
but this is xml format, look the api document and do it as json by yourself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With