- 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
Documentation is on the home page of api
python3 main.py
see the url from console where you will run theseFor using the api you need to decide the website and its file linkas a parameter
https://url/{website}?link={link}Lets try with mediafire. you first need a mediafire file link and you will use the link as a parameter
https://url/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"
}
}
}
}
}- You will be responsible for what you did with this project because i maded it for educational purposes only
⭐ this repository! Your support will greatly boost its visibility and attract more users.