PHP ScriptsTutorials
YouTube Downloader API Fast And 99% Video Suported !!!
YouTube Downloader API
Hello Friends,Nice to seeing you again
. Today i got something special for my Webmaster and Application Developer friends. Guess what is that?? Today i am here with YouTube Downloader API by useing it you can develop A application or something similar which can download almost any videos from YouTube!! And sorry if you’re new in programming, then Sorry. This post is not for you. So why should you use this api?
- It is fast(Unlike other programs it performs very fast)
- It supports almost any YouTube video
- It is Free
How to use it?? All you need to Send a request to send a Request to https://api.wapclub.xyz/api.php And have to add YouTube link or id in a get request. example: https://api.wapclub.xyz/api.php?id=fRh_vgS2dFE or https://api.wapclub.xyz/api.php?id=https://youtu.be/fRh_vgS2dFE Thats it The following url will give you YouTube Video information as json, Now you can just decode the returned json and usw it as you want. Here is a example php code:
<?php $json=file_get_contents(“https://api.wapclub.xyz/api.php?id=”.$_GET[‘id’]); $json=json_decode($json, true); foreach($json as $data){ echo ‘<a href=”‘.$data[‘url’].’&title=’.urlencode($data[‘title’]).'” >’.$data[‘downloadTitle’].'</a><br />’; } ?>
Preview: https://api.wapclub.xyz/demo.php?id=fRh_vgS2dFE
You can try this: https://ytmate.com/developer.php
So many option and style, no ads will appear. You an use it, i think its awesome.
You can also check at github: https://github.com/YTMate/YouTube-Video-Conversion-iFrame-API
Sure,I’ll glad to check. Thank you!