🖇️IP to Domains API

Attempts to find websites hosted on the specific IP address.

The API host for all tools is tools.datalabs.net.


IP to Domains API

POST https://tools.datalabs.net/ip2Domains
Host: tools.datalabs.net
Content-Type: application/json

{
  "key": "DATALABS_API_KEY", // Required - DataLabs API Key
  "ip": "1.1.1.1" // Required - IP to check
}
Example Response
{
    "success": true,
    "count": 15732,
    "data": [
        "000.kids",
        "000071.xyz",
        "0002049.xyz",
        "0017e.xyz"
        ...
        ...
        ...
        "zzzpakb.com",
        "zzzpnbe.com",
        "zzzqian830fjio.top",
        "zzzxvz.online"
    ]
}

Last updated