v1
latestOpenAPI 3.0.12026-07-1344998.2 KBProxy
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
Example response
{
"ip": "1.1.1.1",
"country": "us"
}