v1

latestOpenAPI 3.1.02026-07-244190162.0 KB

Explore IPs

Returns the neighbors in any given IP level range and essentially allows you to explore closeby IP addresses.

get/ips/nearby/{ipaddress}

Path parameters

ipaddressstring required

Starting IP address (optionally with CIDR subnet mask)

Query parameters

apikeystring required

Your SecurityTrails API key. See authentication documentation

Response

200

Example response

{
  "blocks": [
    {
      "ip_count": 3,
      "ip": "1.1.1.0/32"
    }
  ]
}