Path: /ip/open-api/area-list
Method: GET
Interface description: Used to check and obtain a list of proxy region that can be purchased
Response:
{
"data": [
{
"id": "27",
"ip_type": "STATIC_DATACENTER",
"status": "true",
"list_price": "5.99",
"ip_version": "IPv4",
"country": "United States",
"country_code": "US",
"region": "Zone A",
"retail_price": "5.99"
},
{
"id": "15",
"ip_type": "STATIC_DATACENTER",
"status": "true",
"list_price": "5.99",
"ip_version": "IPv4",
"country": "Thailand",
"country_code": "TH",
"region": "Zone A",
"retail_price": "5.99"
},
{
"id": "88",
"ip_type": "STATIC_DATACENTER",
"status": "true",
"list_price": "6.99",
"ip_version": "IPv4",
"country": "United States",
"country_code": "US",
"region": "Zone B",
"retail_price": "6.99"
}
],
"code": 0,
"msg": "Success"
}
Field description:
| id | Proxy region ID |
| ip_type | Proxy type: STATIC_DATACENTER static data center STATIC_ISP static residential STATIC_ISP_PRO static residential pro |
| status | Status: true on sale; false sold out/removed |
| ip_version | IP version: IPv4 IPv6 |
| country | Country: United States, United Kingdom |
| country_code | Country code: US |
| region | Available Zone: Zone A Zone B Residential |
| list_price | Original price |
| retail_price | Purchase price |