Skip to content

CYCNO/Direct-Download-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Direct Download API

A simple yet powerful API for getting direct download link.


Feautres

  • All Information Of File Is Available
  • No Need To Sign Up Or Usage Of Tokens
  • Data Is In JSON Format
  • No Need To Download Anything
  • No Limitation For Usage
  • Very Easy To Use

Supported Website

DOCUMENTATION

Documentation is on the home page of api

https://ddl-api.cycno.repl.co/

Usage/Examples

For using the api you need to decide the website and its file linkas a parameter

https://ddl-api.cycno.repl.co/{website}?link={link}

Lets try with mediafire. you first need a mediafire file link and you will use the link as a parameter

https://ddl-api.cycno.repl.co/mediafire?link=https://www.mediafire.com/file/m1shrkvn91d8508/1.png/view

And then you will get the response

{
  "status": "true",
  "data": {
    "file": {
      "url": {
        "directDownload": "https://download1078.mediafire.com/uv3a26g9429g4wyDkH-k2g02xco-tzxv3m1sqxI_CPbwnRQARJ5V0kxS_NF__uZZxqLsXxEGqiphYPMV-WHyLfa5isY3ig/m1shrkvn91d8508/1.png",
        "original": "https://www.mediafire.com/file/m1shrkvn91d8508/1.png/view"
      },
      "metadata": {
        "id": "m1shrkvn91d8508",
        "name": "1",
        "size": {
          "readable": "101.98KB"
        },
        "DateAndTime": {
          "time": "09:09:25",
          "date": "2023-03-23"
        }
      }
    }
  }
}

Some Useful Link

Disclaimer

  • You will be responsible for what you did with this project because i maded it for educational purposes only

Support

⭐ this repository! Your support will greatly boost its visibility and attract more users.

Contributors

CYCNO