Description Usage Arguments Value References Examples
The Reverse Name Server API provides a list of domain names that share the same primary or secondary name server. You can request a name server directly, or you can provide a domain name and the API will provide the list of domain names pointed to the same name servers as those listed as the primary and secondary name servers on the domain name you requested.
1 | reverse_ns(domain, limit = NULL)
|
domain |
domain to perform the query on |
limit |
Limits the size of the domain list than can appear in a response. |
a list
of result detais for the domain
http://www.domaintools.com/resources/api-documentation/reverse-name-server/
1 | reverse_ns("domaintools.net")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.