GetHostnamesResolvingToIP

GetHostnamesResolvingToIP returns all hostnames, alongside summary information such as eTLD+1 resolved to by the provided IP over the given time interval.

Query parameters:

  • filter: Wildcard pattern to filter hostnames (e.g., "*.google.com") Supports: .example.com (prefix), example. (suffix), example (contains)
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Required. ip_address is the IP in standard notation for which to find resolving hostnames. Supports both IPv4 ("192.168.1.1") and IPv6 ("2001:db8::1").

Query Params
date-time

Optional. Inclusive start of the interval.

If specified, a Timestamp matching this interval will have to be the same or after the start.

date-time

Optional. Exclusive end of the interval.

If specified, a Timestamp matching this interval will have to be before the end.

string

Deprecated: use filter instead.

int32

Optional. page_size is the number of hostnames per page (default: 100, max: 1000).

string

Optional. page_token is the returned token from a previous response to get the next page.

string

filter applies a wildcard pattern to filter hostnames. Supports: .example.com (prefix), example. (suffix), example (contains)

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json