🔄 Lấy IP mới
Endpoint:
http://api.olaproxy.com/api/changeProxy.php?key=[api_key]
Kết quả:
{
"success": true,
"proxy": "123.1.95.345:12345",
"location": 1,
"next_change": "120",
"timeout": 641
}
SUCCESS
- proxy: IP:PORT
- timeout: thời gian sống proxy
- next_change: thời gian chờ đổi IP
{
"success": false,
"description": "proxy not found"
}
FAIL
📡 Kiểm tra IP hiện tại
Endpoint:
http://api.olaproxy.com/api/getProxy.php?key=[api_key]
Kết quả:
{
"success": true,
"proxy": "123.1.95.345:12345",
"location": 1,
"next_change": "110",
"timeout": 641
}
{
"success": false,
"description": "proxy not found"
}