Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"protocol": "socks5",
"host": "1.2.3.4",
"port": 1234,
"proxyUsername": "1111",
"proxyPassword": "2222"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:30898/api/proxy/proxyDetect' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"protocol": "socks5",
"host": "1.2.3.4",
"port": 1234,
"proxyUsername": "1111",
"proxyPassword": "2222"
}'
Responses
This response does not have a body.
{
"channel": "MaxMind",
"city": "Frankfurt am Main",
"countryCode": "DE",
"countryName": "Germany(DE)",
"countryNameEn": "Germany",
"createTime": "2025-08-14 08:17:50",
"id": "0",
"ip": "43.157.93.237",
"languages": "de-DE",
"latitude": 50.1109,
"longitude": 8.68213,
"offset": "",
"region": "HE",
"stateProv": "Hesse(HE)",
"status": 1,
"timeZone": "Europe/Berlin",
"used": false,
"zip": "60313"
}
Modified at 2025-08-14 08:18:15