Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/latip176/sfile-api

for search file from sfile.mobi
https://github.com/latip176/sfile-api

Last synced: 18 days ago
JSON representation

for search file from sfile.mobi

Awesome Lists containing this project

README

        

# sfile-api
for search file from sfile.mobi
# search
> with required keyword
```
https://sfile-api.vercel.app/search/
```
> next if true:
```
https://sfile-api.vercel.app//
```
## result
```json
{
"author": "Latip176",
"data": {
"data": [
{
"icon": "// icon file",
"size": "// size file",
"title": "// name file",
"id": "// id file"
},
// other data
],
"file_found": // int,
"next": // None | True
},
"msg": "success"
}
```

# download
> with required id file
```
https://sfile-api.vercel.app/download/
```
## result
```JSON
{
"author": "Latip176",
"data": {
"url": "// url download",
"date": "// date of post file",
"downloaded": // downloaded count
},
"msg": "success"
}
```