- API interface address:https://api.go2proxy.com/v1/static/proxies
- Request Method:GET
- QPS Limit:Each order can be accessed once per second
1.Parameters
| Parameter | required | Type | Description |
|---|---|---|---|
| app_id | required | string | API Access Credentials: AppID |
| signature | required | string | API Access Credentials: AppSecret |
| orderid | required | string | Order Number |
| ft | optional | string | Return Format, default is json Options:json,text,xml |
| delimiter | optional | string | Delimiter, required when ft=text Options:\r\n,\n,space,| or custom “custom_t” where t is a custom value |
| display | optional | string | Return Result: By default, returns proxy:port display=ip_port_user_pass,returns proxy,port,username,and password display=ip_port_user_pass_loc,returns proxy,port,username,password,and region |
2.Return Parameter Description
| Parameter | Type | Description |
|---|---|---|
| code | int | Request Business Status A value of 0 signifies success any value other than 0 indicates a business failure |
| msg | string | Request Business Description |
| data | "" or map | Empty string if the request business fails |

