https://github.com/sohelamin/youtube-json-api
YouTube JSON API
https://github.com/sohelamin/youtube-json-api
Last synced: 8 months ago
JSON representation
YouTube JSON API
- Host: GitHub
- URL: https://github.com/sohelamin/youtube-json-api
- Owner: sohelamin
- Created: 2015-04-16T15:50:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T18:04:08.000Z (over 10 years ago)
- Last Synced: 2025-01-06T19:40:02.842Z (9 months ago)
- Language: HTML
- Size: 195 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube JSON API
Getting YouTube Data Feed as JSON Format## Usage
### For used function in this script
getFeedBySpecificVideoID( "09R8_2nJtjg", "feed_by_specific_video_id" );
Set first parameter as video id and second parameter as element idgetFeedByKeyword( "Tailor Swift", "feed_by_keyword_id" );
Set first parameter as searching keyword and second parameter as element id### For Developing more
If you want to extend the functions then just use the gdata url as your needed.http://gdata.youtube.com/feeds/api/videos/?v=[put-videoid-here]2&alt=jsonc
https://gdata.youtube.com/feeds/api/videos?q=[put-keyword-here]&v=2&alt=jsonc
##[Demo] (http://sohelamin.github.io/youtube-json-api/)