GET api/Domain/whois/{domain}

Retrieves all of the information from the who.is server lookup

Request Information

URI Parameters

NameDescriptionTypeAdditional information
domain

The domain to retrieve the who.is lookup for

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns a string dump of the result.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>