https://api.skrobbe.com
{ "status": "ok" }
{
"cpu_percent": 2.5,
"mem_percent": 8.0,
"mem_used": 319614976,
"mem_total": 3980124160,
"disk_percent": 2.1,
"disk_used": 4964769792,
"disk_total": 245681999872,
"temp_c": 42.4,
"uptime": "17h 35m"
}
{
"total_queries": 2163,
"blocked": 5,
"percent_blocked": 0.23
}
{
"status": "online | offline | booting | not_configured",
"message": "..."
}
{ "status": "ok | not_configured" }
{ "status": "ok | not_configured" }
| Name | Type | Required | Description |
|---|---|---|---|
| path | string | OPTIONAL | Relative path within storage. Defaults to root. |
{
"path": "",
"entries": [
{
"name": "photos",
"type": "dir",
"size": null,
"modified": 1711100000.0
},
{
"name": "notes.txt",
"type": "file",
"size": 1024,
"modified": 1711100000.0
}
]
}
| Name | Type | Required | Description |
|---|---|---|---|
| path | string | REQUIRED | Relative path to file within storage. |
Binary file download (Content-Disposition: attachment)
| Name | Type | Required | Description |
|---|---|---|---|
| path | string | OPTIONAL | Target directory. Defaults to root. |
| file | multipart/form-data | REQUIRED | The file to upload. |
{
"uploaded": "notes.txt",
"path": "notes.txt"
}
| Name | Type | Required | Description |
|---|---|---|---|
| path | string | REQUIRED | Relative path to file or directory. |
{ "deleted": "notes.txt" }
| Name | Type | Required | Description |
|---|---|---|---|
| path | string | REQUIRED | Current relative path. |
| new_name | string | REQUIRED | New filename (not a path, just the name). |
{
"renamed": "old-name.txt",
"new_name": "new-name.txt"
}