reverse_ip: Reverse IP

Description Usage Arguments Value Note References Examples

Description

The Reverse IP API provides a list of domain names that share the same Internet host (i.e. the same IP address).

Usage

1
reverse_ip(ip, limit = NULL)

Arguments

ip

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.

Value

a list of result detais for the ip

Note

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.

References

http://www.domaintools.com/resources/api-documentation/reverse-ip/

Examples

1
reverse_ip("64.246.165.240")

hrbrmstr/domaintools documentation built on May 17, 2019, 4:56 p.m.