getproxy的HttpApi封装,仅限Docker环境运行。
docker run -d --restart=always -p 80:80 sanjusss/getproxyapi
返回Proxy的Json数组。
返回一个文件,该文件每一行都是Proxy的Json对象。
返回当前可用的代理总数。
以ProxyQuery中的任意字段的合集作为查询参数,返回ProxyCache的Json数组。
| 属性 | 类型 | 描述 | 可选值 |
|---|---|---|---|
| type | string | proxy 类型 | http, https |
| host | string | proxy 地址 | |
| port | int | 端口 | |
| anonymity | string | 匿名性 | transparent, anonymous, high_anonymous |
| country | string | proxy 国家 | |
| response_time | double | 响应时间(秒) | |
| from | string | 来源 |
| 属性 | 类型 | 描述 | 可选值 |
|---|---|---|---|
| type | string | proxy 类型 | http, https |
| anonymity | string | 匿名性 | transparent, anonymous, high_anonymous |
| country | string | proxy 国家 | |
| maxresponse | int | 响应时间(秒) | |
| from | string | 来源 | |
| minalive | int | 最小存活时间(秒) |
| 属性 | 类型 | 描述 | 可选值 |
|---|---|---|---|
| type | string | proxy 类型 | http, https |
| host | string | proxy 地址 | |
| port | int | 端口 | |
| anonymity | string | 匿名性 | transparent, anonymous, high_anonymous |
| country | string | proxy 国家 | |
| response_time | double | 响应时间(秒) | |
| from | string | 来源 | |
| firstalive | string | 最早存活时间 |
Content type
Image
Digest
Size
229.2 MB
Last updated
about 8 years ago
docker pull sanjusss/getproxyapi