Description Usage Arguments Value Note References Examples
The Reverse IP API provides a list of domain names that share the same Internet host (i.e. the same IP address).
1 | shared_ips(hostname, limit = NULL)
|
hostname |
IP address to perform the reverse IP query |
limit |
Limits the size of the domain list than can appear in a response. The limit is applied per-IP address, not for the entire request. |
a list
of result detais for the hostname
In rare cases, you may request an IP for which no recent Whois record is available. If that occurs, the system will respond with an error.
http://www.domaintools.com/resources/api-documentation/reverse-ip/
1 | shared_ips("domaintools.com")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.