v1
latestOpenAPI 3.0.12026-07-1344998.2 KBGet Zone Static (Datacenter/ISP) IPs
get/zone/ips
Query parameters
zonestring required
Zone name
ip_per_countrystring
get the total amount of IPs per country
Response
OK
object required
Example response
{
"ips": [
{
"ip": "1.1.1.1",
"maxmind": "au",
"ext": {
"dbip": "au",
"ip2location": "au",
"google": "us"
}
},
{
"ip": "1.1.1.1",
"maxmind": "au",
"ext": {
"dbip": "au",
"ip2location": "au",
"google": "us"
}
}
]
}