# Wlan0 Information

**BaseUrl**

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

**method**

```json
GET
```

**params**

```json
Null
```

**return**\*

🍺Success

```json
{
"NicName": "wlan0",
"MacAddress": "dc:a6:32:f5:b6:a5",
"IpAddress": "",
"Gateway": "192.168.1.111"
}
```

❌404

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