> For the complete documentation index, see [llms.txt](https://docs.piscesiot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.piscesiot.com/helium-hotspot-p100/firmware-api/hotspotcontroller/hotspot-basic-realtime-information.md).

# Hotspot Basic Realtime Information

**BaseUrl**

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

**method**

```json
GET
```

**params**

```json
Null
```

**return**\*

🍺Success

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

❌404

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