a2zVideo API
Hits: 111
Welcome to the a2zVideoAPI wiki!
This API supports video links to get video information like Embed Code, Video Thumb, Video Title, Video Description etc.
Some supported video sites:
http://www.metacafe.com/watch/4230785/ghetto_star_weekly_randy_radermacher/
http://www.5min.com/Video/How-to-Organize-Your-Life-219728873
http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=51722257
http://vodpod.com/watch/2492783-reactos-install-screencast-tutorial
http://www.ehow.com/video_4983481_change-ip-address-windows-vista.html
http://www.break.com/usercontent/2009/4/How-to-Run-Linux-on-Windows-Ubuntu-699185.html
http://www.atom.com/funny_videos/sw_gangsta_rap_chronicles/
http://www.funnyordie.com/videos/4d47a07835/danny-mendlow-the-solution-to-racism-and-the-biggest-issue-in-the-world
How to use a2zVideoAPI:
1. Download “api.php” from http://github.com/svnlabs/a2zVideoAPI
2. API require PHP with CURL extension.. Setup / Upload “api.php” to your web server
3. Modify “api.php” for API Video server
curl_setopt($ch, CURLOPT_URL, ‘http://www.svnlabs.com/a2zvideoapi/server.php’);
4. There are currently 3 formats for API response
a. HTML
b. XML
c. JSON
$post = array( ‘url’ => “http://www.flickr.com/photos/schwartzray/2483697739/”, ‘format’ => “html” );
5. You have to use valid video page url like “http://www.youtube.com/watch?v=mXMf9GOzzOA” with format “html”, “xml” and “json”
6. Enjoy with svnlabs.com
Follow me….
Facebook: http://www.facebook.com/svnlabs
Twitter: http://www.twitter.com/svnlabs
Subscribe me….
Youtube: http://www.youtube.com/user/svnlabs
Feeds: http://blog.svnlabs.com/feed/
Other Posts
Sandeep Verma
I’m an Entrepreneur. I’m proud to work as Blogger, LAMP Programmer, Linux Admin, Web Consultant, Cloud Manager, Apps Developer, Searcher. Concentrate > Observe > Imagine > Launch












