Skip to content

VKrDownloader : All in one Video Downloader - Download videos from facebook twitter youtube tiktok and 1000+ other sites . YouTube downloader , facebook downloader . made by Vijay Kumar

License

Notifications You must be signed in to change notification settings

theofficialvkr/VKRdownloader

Repository files navigation

VKrDownloader

Video Downloader by Vijay Kumar @TheOfficialVKr

  • Telegram: join telegram @vkrdownloader
  • Download videos from:

    • YouTube
    • Facebook
    • Twitter
    • Instagram (Reels)
    • TikTok
    • 1000+ other websites in all audio/video quality options

    Support Me

    Notice: Support Needed to Keep VKrDownloader Alive

    Dear VKrDownloader Users,

    I'm reaching out to let you know that VKrDownloader has hit the free-tier limit on Vercel, which means they've temporarily suspended my account and the server. Since VKrDownloader is a free tool, covering the costs for premium hosting has become challenging. I want to keep VKrDownloader available to everyone, but without support, it’s difficult to continue.

    I’m actively working to find a solution, and I’ll keep you updated. If you appreciate VKrDownloader and find it useful, please consider supporting the project. With your help, I can ensure VKrDownloader stays up and running for everyone to use.

    Thank you for your understanding and support!

    Best, Vijay Kumar


  • It will Live in 24 hrs


  • API Documentation

    With the VKrDownloader API, you can programmatically download videos from supported sites.

    API Endpoint

    GET https://vkrdownloader.xyz/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_KEY to the URL.
    • HTTP Header: Include the API key using the x-api-key header in your request.

    Example Request (Query String)

    curl "https://vkrdownloader.xyz/server/?api_key=YOUR_API_KEY&vkr=https://www.youtube.com/watch?v=dQw4w9WgXcQ"
    

    Example Request (Header)

    curl -X POST https://vkrdownloader.xyz/server/ \
    -H "x-api-key: YOUR_API_KEY" \
    -d "vkr=https://www.youtube.com/watch?v=dQw4w9WgXcQ"
    

    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.xyz/server/?api_key=YOUR_API_KEY&vkr=https://www.youtube.com/watch?v=dQw4w9WgXcQ

    Example (Header)

    curl -X POST https://vkrdownloader.xyx/server/ \
    -H "x-api-key: YOUR_API_KEY" \
    -d "vkr=https://www.youtube.com/watch?v=dQw4w9WgXcQ"
    

    For more information about obtaining an API key, please contact us.


    How To Install

    1. Upload zip files to your server or hosting platform.
    2. Unzip the file in your file manager.
    3. This project works on almost all free/paid hosting, so don't worry about specific requirements.
    4. 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:


    At Last, Remember

    I am not the Developer 👍

    About

    VKrDownloader : All in one Video Downloader - Download videos from facebook twitter youtube tiktok and 1000+ other sites . YouTube downloader , facebook downloader . made by Vijay Kumar

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Packages

    No packages published