Unique environment (browser profile) ID
API Reference
/Local API
/- Get browser security lock status
Start browser profile
Stop browser profile
Quick create browser profile
Advanced create browser profile
Modify browser profile
Delete browser profile
Get a list of browser profiles
Get browser profile details
Get a list of browser kernel versions
Get browser profile UA
Get resolution
Get configurable platforms
Get a list of timezone and language
Clear local profile cache
Refresh fingerprint
Get the browser profile running status
Get Phone Model List
Get browser security lock...
Local API (1.0.0)
The MoreLogin API offers a comprehensive and developer-friendly RESTful interface that empowers you to programmatically manage browser profiles, cloud phones, and related resources—enabling seamless automation, scalability, and control.The MoreLogin local API runs on your machine and is accessible at:127.0.0.1:40000
Download OpenAPI description
Languages
Servers
Morelogin Local endponint
http://127.0.0.1:40000/
- Morelogin Local endponinthttp://127.0.0.1:40000/api/system/platform/list
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
http://127.0.0.1:40000/api/system/platform/listResponse
application/json
{ "code": 0, "msg": null, "data": [ { … } ], "requestId": "string" }
- Morelogin Local endponinthttp://127.0.0.1:40000/api/env/lock/query
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
http://127.0.0.1:40000/api/env/lock/query \
-H 'Content-Type: application/json' \
-d '{
"envId": "1869988538611834880"
}'Response
application/json
{ "code": 0, "msg": null, "data": { "envId": "string", "locked": true }, "requestId": "string" }
- Morelogin Local endponinthttp://127.0.0.1:40000/api/env/base/list
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
http://127.0.0.1:40000/api/env/base/list \
-H 'Content-Type: application/json' \
-d '{
"os": 1
}'Response
application/json
{ "code": 0, "msg": "string", "data": { "time_zone_list": [ … ], "language_list": [ … ] }, "requestId": "string" }