v1

latestOpenAPI 3.0.12026-07-1344998.2 KB
Proxy

Get the available Data center/ISP IPs per Zone

get/zone/route_ips

Query parameters

zonestring required

Zone

countrystring

2-letter Country code

list_countriesboolean

Return JSON array of [{ip, country},..] instead of plain list of IPs

Response

Successful response with plain IPs list separated by new line, or JSON array of [{ip, country},..] in case list_countries=true

OR
string required

Plain list of IPs separated by new line when list_countries=false

Example:

1.1.1.1
1.1.2.2
10.0.0.0

Example response

{
  "ip": "1.1.1.1",
  "country": "us"
}