Page cover image

Hotspot Basic Realtime Information

BaseUrl

http://your-hotspot-ip:8001/api/hotspot/info

method

GET

params

Null

return*

🍺Success

{
"DiskUsed": "22946",
"DiskTotal": "59670",
"RamFree": "1061.0",
"CpuTemp": "70.6",
"RamUsed": "574.0",
"DiskPerc": "41",
"RamTotal": "3886.0",
"CpuUsage": ""
}

❌404

{
"code": 404,
"data": "Nothing Found Here  :-("
}

Last updated