API documentation
You can directly check if the proxy IP is valid via the following APIs:
Request format
GET /check?proxyip=YOUR_PROXY_IP
Parameter description
- proxyip: To be checked ProxyIP Address (required, default without port443)
Respond in Json format
{
"success": true|false, // Is the proxy IP valid
"proxyIP": "1.2.3.4", // if valid, returns proxy IP, otherwise -1
"portRemote": 443, // if valid, returns port, otherwise -1
"timestamp": "2025-05-10T14:44:30.597Z" // Check time
}
Example
curl "https://cek-proxy.mosyaf.web.id/check?proxyip=1.2.3.4:443"