home
home

API Documentation: ReverseNS

ReverseNS

The ReverseNS API call returns domains hosted on the same name server (NS record). It will only returns domains currently using a NS record. Use the ReverseHistory API to find domains using a NS record in the past. This is a Premium API call, you have to buy API credits.

API request

https://api.dnslytics.net/v1/reversens/<nsrecord>?apikey=<apikey>

API response

Example

URL

$ curl https://api.dnslytics.net/v1/nsrecord/cody.ns.cloudflare.com?apikey=<apikey>

Output

{
        "status": "succeed",
        "data":
        {
                "question":
                {
                  "nsrecord": "cody.ns.cloudflare.com",
                  "page": 1
                },
                "typeinfo": "reversens",
                "ndomains": 32367,
                "domains":[
                        "dnslytics.com",
                        "myip.report",
                        "..."
                ]
        }
}