yarapis.com
Open in
urlscan Pro
2606:4700:20::681a:2d6
Public Scan
Submitted URL: http://yarapis.com:443/
Effective URL: https://yarapis.com/
Submission: On December 19 via api from ID — Scanned from CA
Effective URL: https://yarapis.com/
Submission: On December 19 via api from ID — Scanned from CA
Form analysis
0 forms found in the DOMText Content
YARAPIS.COM SINGLE BUTTON API GET https://yarapis.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://yarapis.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://yarapis.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://yarapis.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://yarapis.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://yarapis.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://yarapis.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://yarapis.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 yarapis.com. All Rights Reserved.