Description Usage Arguments Value Note References Examples
The Whois History API provides a list of historic Whois records for a domain name. The format for each record is similar to that returned by the Recent Whois API although some fields may be missing if the data was not available when the record was stored in our system.
1 | whois_history(domain)
|
domain |
domain to perform the Whois query on |
a list
of Whois history result detais for the domain
In rare cases, you may request a domain 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/whois-history/
1 2 | whois_history("domaintools.com")
whois_history("dailychanges.com")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.