EDtunnel Best IP API - Proxy Service Documentation / 代理服务文档

API Documentation / API 文档

View Statistics / 查看统计Join Community / 加入社区

Available Endpoints / 可用接口

1Country Specific Proxies / 国家特定代理

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
  }
]

2Best IP Search / 最佳 IP 搜索

GET /bestip/:keywordTry it / 试一试

Search for best IPs using keywords (supports regex).
使用关键词搜索最佳 IP(支持正则表达式)。

Parameters / 参数:

  • 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"
  }
]

3Proxy Statistics / 代理统计

GET /statsTry it / 试一试

Get comprehensive statistics about available proxies.
获取可用代理的综合统计信息。

4Subscription Services / 订阅服务

GET /subGET /autoTry it / 试一试

Get proxy subscription configurations.
获取代理订阅配置。

Parameters / 参数:

  • typeProtocol type / 协议类型 (vless/vmess)
  • formatOutput format / 输出格式 (base64/clash/singbox)
  • hostCustom hostname / 自定义主机名
  • uuidCustom UUID / 自定义 UUID
  • pathCustom path / 自定义路径

// Example / 示例:

/sub?type=vless&format=clash
type=vless&format=clash