WHOIS lookup

Queries WHOIS servers for information about ownership of a specified domain name or IP address.

GET
https://api.example.com/v1/whois/lookup

If successful, this endpoint will return a 200 OK status.

Arguments

The following arguments are supported for this endpoint.

Name Type Default Value

query Required

An IP address, CIDR, or domain name to query

String None

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    response: [ String ]
}