Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cycno/direct-download-api
A Direct Downloader Api Which Will Get Direct Download Link From Some Popular File Uploading Websites
https://github.com/cycno/direct-download-api
anonfiles api ddl direct-download-google-drive direct-download-link direct-download-link-bot google-drive letsupload mediafire mediafire-directlink
Last synced: 2 months ago
JSON representation
A Direct Downloader Api Which Will Get Direct Download Link From Some Popular File Uploading Websites
- Host: GitHub
- URL: https://github.com/cycno/direct-download-api
- Owner: CYCNO
- Created: 2023-04-14T14:54:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T07:29:38.000Z (12 months ago)
- Last Synced: 2024-02-02T08:40:52.383Z (12 months ago)
- Topics: anonfiles, api, ddl, direct-download-google-drive, direct-download-link, direct-download-link-bot, google-drive, letsupload, mediafire, mediafire-directlink
- Language: Python
- Homepage: https://ddl-api.cycno.repl.co/
- Size: 35.2 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
## 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- [AnonFiles](https://anonfiles.com/)
- [Mediafire](https://mediafire.com/)
- [Google Drive](https://drive.google.com/)
- [Myfile](https://myfile.is/)
- [Letsupload](https://letsupload.cc/)
- [Filechan](https://filechan.org/)
- [MegaUpload](https://megaupload.nz/)## DOCUMENTATION
Documentation is on the home page of api```bash
https://ddl-api.cycno.repl.co/
```## Usage/Examples
For using the api you need to decide the `website` and its file `link`as a parameter
```url
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
```json
{
"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
- [Api Wrapper in Python](https://github.com/CYCNO/DirectDownload/)## 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.