> 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/eth0-information.md).

# Eth0 Information

**BaseUrl**

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

**method**

```json
GET
```

**params**

```json
Null
```

**return**\*

🍺Success

```json
{
"NicName": "eth0",
"MacAddress": "dc:a6:32:f5:b6:a4",
"IpAddress": "192.168.1.180",
"Gateway": "192.168.1.111"
}
```

❌404

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