Domain WHOIS Lookup API

API Structure

Deepinfo Domain WHOIS Lookup API returns current registration details of domains. The WHOIS Lookup API provides detailed information about hostnames, including domain registrations, registrars, registration status, domain expiry date, etc.

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/lookup/whois?domain=deepinfo.com \
  --header 'Accept: application/json' \
  --header 'apikey: [YOUR_API_KEY]'
API Endpoint:api.deepinfo.com/v1/lookup/whois?domain=deepinfo.com
API Documentation:Link
Supported gTLDsAll gTLDs
Supported ccTLDsAll ccTLDs

If you wish to call Whois Lookup 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.