download.y2api.com
Open in
urlscan Pro
2606:4700:20::681a:cd8
Public Scan
URL:
https://download.y2api.com/
Submission: On October 25 via api from US — Scanned from DE
Submission: On October 25 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
DOWNLOAD.Y2API.COM SINGLE BUTTON API GET https://download.y2api.com/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://download.y2api.com/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://download.y2api.com/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://download.y2api.com/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://download.y2api.com/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://download.y2api.com/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://download.y2api.com/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://download.y2api.com/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 download.y2api.com. All Rights Reserved.