| IP地址 | 端口 | 协议 | 国家 | 地区 | 响应时间 | 最后验证 | 评分? | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{p.ip}} | {{p.port}} | {{p.protocol}} | {{p.country}} | {{p.region}} | {{p.response_time?p.response_time.toFixed(0)+'ms':'-'}} | {{p.last_check?fmtTime(p.last_check):'-'}} | {{Number(p.score).toFixed(0)}}- | |
| {{loadError?"加载失败,请稍后重试":"暂无数据"}} |
请先登录后管理您的 API Key
{{localApiKey}}
{{localApiKey||'完整 Key 未保存在本机'}}
您还没有 API Key
调用代理接口必须携带 API Key,通过请求头 X-API-Key 传递。只有已写入后台 API 密钥管理且处于启用状态的 Key 才能通过认证,本机保存只用于请求自动携带。
limit: 返回数量 1-500,默认 10protocol: http / https / socks4 / socks5country: 中文国家名
GET /api/v1/external/proxies?limit=20curl -H "X-API-Key: your_key" "https://proxys.opsweb.vip/api/v1/external/proxies?limit=20"
{"count":1,"proxies":[{"ip":"1.2.3.4","port":8080,"protocol":"http","country":"中国","response_time":123,"proxy_url":"http://1.2.3.4:8080"}]}
import httpx
r = httpx.get("https://proxys.opsweb.vip/api/v1/external/proxies?limit=20", headers={"X-API-Key": "your_key"})
print(r.json())
$headers = @{ "X-API-Key" = "your_key" }
$r = Invoke-RestMethod -Uri "https://proxys.opsweb.vip/api/v1/external/proxies?limit=20" -Headers $headers
$r | ConvertTo-Json -Depth 5
curl.exe -H "X-API-Key: your_key" "https://proxys.opsweb.vip/api/v1/external/proxies?limit=20"
GET /api/v1/external/random?country=美国curl -H "X-API-Key: your_key" "https://proxys.opsweb.vip/api/v1/external/random?country=美国"
{"ip":"1.2.3.4","port":8080,"protocol":"http","country":"美国","proxy_url":"http://1.2.3.4:8080"}
import httpx
r = httpx.get("https://proxys.opsweb.vip/api/v1/external/random", params={"country": "美国"}, headers={"X-API-Key": "your_key"})
print(r.json())
$headers = @{ "X-API-Key" = "your_key" }
$r = Invoke-RestMethod -Uri "https://proxys.opsweb.vip/api/v1/external/random?country=%E7%BE%8E%E5%9B%BD" -Headers $headers
$r | ConvertTo-Json -Depth 5
curl.exe -H "X-API-Key: your_key" "https://proxys.opsweb.vip/api/v1/external/random?country=%E7%BE%8E%E5%9B%BD"
申请或重新生成 API Key 后会自动登记到后台并保存到本机;本机保存只负责请求自动携带 X-API-Key,不代表后端已激活。
输入代理地址检测其可用性、响应速度,支持 HTTP、HTTPS、SOCKS4、SOCKS5。
状态: ✅ 可用
响应时间: {{checkResult.response_time_ms}}ms
返回IP: {{checkResult.remote_ip}}
状态: ❌ 不可用
错误: {{checkResult.error}}
IP: {{ipInfo.query}}
国家: {{ipInfo.country}}
地区: {{ipInfo.regionName}}
城市: {{ipInfo.city}}
ISP: {{ipInfo.isp}}
代理IP行业动态、使用教程、技术分享。
{{a.source_name}} · {{fmtTime(a.created_at)}} · {{a.view_count||0}} 次浏览
{{currentArticle.source_name}} · {{fmtTime(currentArticle.created_at)}} · {{currentArticle.view_count||0}} 次浏览