Categories: 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?

  1. It is fast(Unlike other programs it performs very fast)
  2. It supports almost any YouTube video
  3. 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    

Bubun

Share
Published by
Bubun

Recent Posts

Xiaomi MI A1 Kernel Sources Finally Publicly Released But There Is A Catch!

Hello friends, I have a good news for you all! After a very long period…

6 years ago

[MAGISK] How to Root Mi A1 After Upgrading to Android Oreo

Hello friends, I just received Oreo update on my mi a1. and the disaster happens! As…

6 years ago

Mi A1 Received January 2018 Security patch before January!

Xiaomi MI A1 Received 1 January 2018  security patch even before January! Xiaomi's launched there first…

6 years ago

Top 5 Hand Picked Substratum Samsung Themes Of December 2017

Top 5 Hand-Picked Substratum Samsung Themes Of December 2017 | Our Best Picks! How Are…

6 years ago

Let’s Encrypt Implementation With Express Server Without Nginx ! (Full tutorial)

Let's Encrypt Encrypt SSL certificate along with Express Server Without using Nginx! Hello, Friends, Myself Bubun.…

7 years ago

[LATEST] Apk Extractor v4.2 is here!!!

[LATEST] Apk Extractor v4.2 is here!!! Hello friends, I am Roni today welcome to our…

7 years ago

This website uses cookies.