> 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/basic-api.md).

# Basic Api

**BaseUrl**

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

**method**

```json
GET
```

**params**

```json
Null
```

**return**\*

🍺Interface set working

```json
{
"code": 200,
"data": "Server Alive  :-)"
}
```

❌404

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