YouTube to MP3 & MP4 Developer APIs

If you are a Web Developer and looking for a Video Downloader API for your projects then you are at the right place. We offer super fast iFrame converter APIs to allow you download videos without using your server resources. APIs works with any programming language like PHP, Python, JavaScript, jQuery, Ajax, JSON, Node.JS, Swift, C#, Java, Android & iOS.

Our API supports video platforms like YouTube. Try our YouTube to MP3 API.


Single Button API

API does not work if used with " sandbox" iFrame attribute. Your domain or IP will be blocked.
ex: <iframe sandbox="allow-scripts allow-same-origin"...

GET
https://api.tubemp3.biz/{FTYPE}/{VIDEO_ID}

Parameters

FTYPE

audio, video

VIDEO_ID

https://www.youtube.com/watch?v= pRpeEdMmmQ0

iFrame Code:

<iframe src="https://api.tubemp3.biz/audio/pRpeEdMmmQ0" style="width: 160px; height: 60px;"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Generates this:

Widget API

API does not work if used with " sandbox" iFrame attribute. Your domain or IP will be blocked.
ex: <iframe sandbox="allow-scripts allow-same-origin"...

GET
https://api.tubemp3.biz/widget/?id={VIDEO_ID}

Parameters

VIDEO_ID

https://www.youtube.com/watch?v= pRpeEdMmmQ0

iFrame Code:

<iframe id="buttonApi" src="https://api.tubemp3.biz/widget/?id=pRpeEdMmmQ0"
width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:none"></iframe>

Javascript code for automatically resizing:

<!-- Put the Library in your <head> tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.min.js"></script>

<!-- Put the resizer code after your <iframe> tag -->
<script>iFrameResize({ log: false, minHeight: 150 }, '#buttonApi')</script>

Generates this: