apidl.net Open in urlscan Pro
2606:4700:20::ac43:481e  Public Scan

Submitted URL: http://apidl.net/
Effective URL: https://apidl.net/
Submission: On November 21 via manual from HU — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

APIDL.NET




SINGLE BUTTON API

GET
https://apidl.net/api/single/{FTYPE}?url={VIDEO_URL}

Parameters required

FTYPEmp3 or mp4
VIDEO_URLany YouTube URL

Parameters Optional

themedark or light

Without a theme parameter, it will use the preferred device color scheme of the
user.

iFrame Code:

> <iframe id="singleButtonApi"
> src="https://apidl.net/api/single/mp3?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
> width="100%" height="100%" allowtransparency="true" scrolling="no"
> style="border:none"></iframe>

Generates this:


MULTI BUTTON API

GET
https://apidl.net/api/button/{FTYPE}?url={VIDEO_URL}

Parameters required

FTYPEmp3 or mp4
VIDEO_URLany YouTube URL

Parameters Optional

themedark or light

Without a theme parameter, it will use the preferred device color scheme of the
user.

iFrame Code:

> <iframe id="multiButtonApi"
> src="https://apidl.net/api/button/mp3?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
> width="100%" height="100%" allowtransparency="true" scrolling="no"
> style="border:none"></iframe>

Javascript code for automatically (Responsive) resizing:

> Put the Library in your <head> tag
> 
> <script
> src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
> 
> Put the resizer code after the <iframe> tag
> 
> <script> iFrameResize({ log: false, heightCalculationMethod: 'lowestElement'
> }, '#multiButtonApi') </script>

Generates this:


WIDGET API

GET
https://apidl.net/api/widget?url={VIDEO_URL}

Parameters required

VIDEO_URLany YouTube URL

Parameters Optional

themedark or light

Without a theme parameter, it will use the preferred device color scheme of the
user.

iFrame Code:

> <iframe id="widgetApi"
> src="https://apidl.net/api/widget?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
> width="100%" height="100%" allowtransparency="true" scrolling="no"
> style="border:none"></iframe>

Javascript code for automatically (Responsive) resizing:

> Put the Library in your <head> tag
> 
> <script
> src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
> 
> Put the resizer code after the <iframe> tag
> 
> <script> iFrameResize({ log: false }, '#widgetApi') </script>

Generates this:


WIDGET PLUS API

GET
https://apidl.net/api/widgetplus?url={VIDEO_URL}

Parameters required

VIDEO_URLany YouTube URL

Parameters Optional

themedark or light

Without a theme parameter, it will use the preferred device color scheme of the
user.

iFrame Code:

> <iframe id="widgetPlusApi"
> src="https://apidl.net/api/widgetplus?url=https://www.youtube.com/watch?v=zvrMzRVtj1s"
> width="100%" height="100%" allowtransparency="true" scrolling="no"
> style="border:none"></iframe>

Javascript code for automatically (Responsive) resizing:

> Put the Library in your <head> tag
> 
> <script
> src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
> 
> Put the resizer code after the <iframe> tag
> 
> <script> iFrameResize({ log: false }, '#widgetPlusApi') </script>

Generates this:

API Version: 2.1

--------------------------------------------------------------------------------

© 2024 apidl.net. All Rights Reserved.