Whois History API

API Structure

The Whois History lookup API brings historical records of a given domain. The Domain Whois Lookup API does not show historical records about a given domain name and only refers to timely domain ownership details. Hence, you can use the domain Whois history lookup service to obtain information about all previous registration modifications for a particular domain name since it was first registered.

Let's start by creating a two-week free account from Deepinfo Platform, get your API key and you are ready. Next, you can test using the following cURL command.

Sample with the curl command:

curl --request GET \
  --url 'https://api.deepinfo.com/v1/analyze/whois-history?domain=deepinfo.com' \
  --header 'Accept: application/json' \
  --header 'apikey: [YOUR_API_KEY]'
API Endpoint:api.deepinfo.com/v1/analyze/whois-history
API Documentation:Link

If you wish to call Whois History API with real values and run code, just click here.

You can always contact us for support and ask for more assistance. We'll be glad to assist you with building your product.