请求方式:
GET
接口地址:
https://api.lucksss.com/api/getProxy
请求示例:
https://api.lucksss.com/api/getProxy
返回格式:
JSON
请求参数:
参数
必填
示例
type
否
协议类型: http https socks4 socks5
types
否
匿名性: 0匿名 1高匿
country
否
国家: 中国 美国 英国 俄罗斯 法国 等等
返回参数:
参数
类型
示例
返回示例:
{ "message": "success", "data": { "ip": "183.242.69.113", "port": 3218, "type": "https", "types": "匿名", "country": "中国", "province": "北京", "speed": 2.75, #访问速度 "updatetime": "2024-07-19T17:10:02", #上次更新时间 "create_time": "2024-07-19T15:59:55", #入库时间 "survival": 9 #存活时间 } }