| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README.md | 2025-12-02 | 5.7 kB | |
| style.css | 2025-12-02 | 3.5 kB | |
| sw.js | 2025-12-02 | 822 Bytes | |
| updates.md | 2025-12-02 | 2.9 kB | |
| logo.png | 2025-12-02 | 13.6 kB | |
| manifest.webmanifest | 2025-12-02 | 1.0 kB | |
| dark.html | 2025-12-02 | 9.6 kB | |
| index.html | 2025-12-02 | 9.6 kB | |
| javascript.js | 2025-12-02 | 16.2 kB | |
| LICENSE | 2025-12-02 | 1.1 kB | |
| dark.css | 2025-12-02 | 3.5 kB | |
| google3d913672b444e790.html | 2025-12-02 | 53 Bytes | |
| Totals: 12 Items | 67.6 kB | 10 |
VKrDownloader
🧰 A powerful, all-in-one video downloader by Vijay Kumar that supports 1000+ websites including YouTube, Facebook, Instagram, Twitter, TikTok, and more!
Demo
Light theme https://theofficialvkr.github.io/VKrDownloader/
Dark Theme https://theofficialvkr.github.io/VKrDownloader/dark.html
Download videos from:
- YouTube
- Instagram (Reels)
- TikTok
- 1000+ other websites in all audio/video quality options
Support Me
Notice: Support Needed to Keep VKrDownloader Alive
API Documentation
With the VKrDownloader API, you can programmatically download videos from supported sites.
API Endpoint
GET https://vkrdownloader.org/server/?api_key=API-KEY&vkr=VIDEO_URL
Request Parameters
- vkr (string) - Required. The URL of the video you want to download.
- api_key (string) - Required. The API KEY which is vkrdownloader. use this key to fetch video data.
Authentication
You must pass an API key to authenticate your requests. The API key can be passed in two ways:
- Query string: Append
api_key=YOUR_API_KEYto the URL. - HTTP Header: Include the API key using the
x-api-keyheader in your request.
Example Request (Query String)
curl "https://vkrdownloader.org/server/?api_key=vkrdownloader&vkr=https://youtu.be/3VxnPQWvg5w"
Example Request (Header)
curl -X POST https://vkrdownloader.org/server/ \
-H "x-api-key: YOUR_API_KEY" \
-d "vkr=https://youtu.be/3VxnPQWvg5w"
Example Response
{
"title": "Sample Video",
"source": "https://video-download-link.com",
"thumbnail": "https://img.youtube.com/sample_thumbnail.jpg",
"formats": [
{
"url": "https://video-download-link.com",
"format_id": "360p",
"ext": "mp4",
"size": "10 MB"
},
{
"url": "https://video-download-link.com/1080p.mp4",
"format_id": "1080p",
"ext": "mp4",
"size": "25 MB"
}
]
}
Error Handling
- 401 Unauthorized - Returned if the API key is missing or invalid.
- 400 Bad Request - If the video URL is invalid or missing.
- 500 Internal Server Error - If an unexpected error occurs while processing the request.
API Key
To access the VKrDownloader API, you need an API key. You can pass it in the query string or the request header as x-api-key.
Example (Query String)
https://vkrdownloader.orh/server/?api_key=vkrdownloader&vkr=https://youtu.be/3VxnPQWvg5w
Example (Header)
curl -X POST https://vkrdownloader.org/server/ \
-H "x-api-key: YOUR_API_KEY" \
-d "vkr=https://youtu.be/3VxnPQWvg5w"
For more information about obtaining an API key, please contact us.
How To Install
- Upload zip files to your server or hosting platform.
- Unzip the file in your file manager.
- This project works on almost all free/paid hosting, so don't worry about specific requirements.
- That's it! Open your site, and VKrDownloader will start working immediately.
Demo
https://theofficialvkr.github.io/VKRdownloader/
Updates
Check all updates here: Updates Page
Need Help?
Contact me for any kind of help:
- Email: contactvkr@yahoo.com
- Instagram: @theofficialvkr
- Twitter: @theofficialvkr
- Facebook: @theofficialvkr
- Telegram: @theofficialvkr
- Telegram: @vkrdownloader
At Last, Remember
I am not the Developer 👍