Page cover image

Basic Api

BaseUrl

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

method

GET

params

Null

return*

🍺Interface set working

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

❌404

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

Last updated