Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/latip176/sfile-api
- Owner: Latip176
- License: mit
- Created: 2024-01-22T10:51:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-23T15:00:57.000Z (11 months ago)
- Last Synced: 2024-01-23T16:27:20.807Z (11 months ago)
- Language: Python
- Homepage: https://sfile-api.vercel.app
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```