Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://user.pmock.com/api/open/api/network/detect \ --header 'Content-Type: application/json' \ --data ' { "host": "<string>", "port": 123, "type": "<string>", "account": "<string>", "password": "<string>" } '
{ "traceId": "<string>", "code": 123, "msg": "<string>", "status": "finish", "data": { "countryName": "<string>", "countryCode": "<string>", "latitude": "<string>", "longitude": "<string>", "language": "<string>", "timezone": "<string>", "region": "<string>", "host": "<string>" } }
代理主机
代理端口
代理类型: 1-socks5,2-https,3-http,4=vmess,5=vless,6=trojan
代理账号
代理密码
Request link ID
code
Request return message
Status, representing whether this is an instant completion or waiting state, finish or pending
Request return data
Show child attributes