GET /country/:codeTry it / 试一试Get proxies for a specific country using country code.
使用国家代码获取特定国家的代理。
// Example / 示例:
/country/US[
{
"ip": "123.45.67.89",
"port": 443
},
{
"ip": "98.76.54.32",
"port": 8443
}
]GET /bestip/:keywordTry it / 试一试Search for best IPs using keywords (supports regex).
使用关键词搜索最佳 IP(支持正则表达式)。
regex=true/falseEnable/disable regex search / 启用/禁用正则搜索// Example / 示例:
/bestip/Europe?regex=true[
{
"ip": "123.45.67.89",
"port": 443,
"tls": true,
"datacenter": "AWS",
"region": "Europe",
"city": "Frankfurt",
"asn": "AS16509",
"latency": "150ms"
}
]GET /statsTry it / 试一试Get comprehensive statistics about available proxies.
获取可用代理的综合统计信息。
Get proxy subscription configurations.
获取代理订阅配置。
typeProtocol type / 协议类型 (vless/vmess)formatOutput format / 输出格式 (base64/clash/singbox)hostCustom hostname / 自定义主机名uuidCustom UUID / 自定义 UUIDpathCustom path / 自定义路径