Retrieve comprehensive WHOIS registration data for any domain. Get registrar details, creation and expiry dates, domain status, nameservers, and more. Perfect for domain research, brand monitoring, and security investigations.
{
"status": "ok",
"error": null,
"data": {
"domainName": "MYSPACE.COM",
"registryDomainID": "3877095_DOMAIN_COM-VRSN",
"createdDate": "1996-02-22T05:00:00Z",
"expiryDate": "2029-02-23T05:00:00Z",
"updatedDate": "2023-01-17T00:16:21Z",
"domainStatus": [
"client delete prohibited https://icann.org/epp#client delete prohibited",
"client renew prohibited https://icann.org/epp#client renew prohibited",
"client transfer prohibited https://icann.org/epp#client transfer prohibited",
"client update prohibited https://icann.org/epp#client update prohibited"
],
"dNSSEC": "unsigned",
"registrar": "GoDaddy.com, LLC",
"registrarIANAID": "146",
"registrarURL": "http://www.godaddy.com",
"registrarAbuseContactEmail": "abuse@godaddy.com",
"registrarAbuseContactPhone": "tel:480-624-2505",
"nameServers": [
"ns-cloud-a2.googledomains.com",
"ns-cloud-a3.googledomains.com",
"ns-cloud-a4.googledomains.com",
"ns-cloud-a1.googledomains.com"
],
"domain": "myspace.com",
"fetchedAtUTC": "2025-12-17T01:54:05.069Z",
"tld": "com",
"status": "active",
"domainAgeDays": 11094,
"domainAgeYears": 30.4,
"isRecentlyRegistered": false,
"trustScore": 93,
"trustLevel": "high"
}
}






Retrieve comprehensive WHOIS registration data for any domain. Get registrar details, creation and expiry dates, domain status, nameservers, and more. Perfect for domain research, brand monitoring, and security investigations.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/whoislookup?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ domainName, registryDomainID, createdDate, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseAutomatically monitor WHOIS data for domains matching your brand patterns. Identify new registrations, track ownership changes, and detect potential threats early.
Centralize domain monitoring with automated WHOIS lookups. Track expiry dates, set renewal reminders, and detect unauthorized changes.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/whoislookup?domain=myspace.com", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
Learn what WHOIS records contain and how to interpret domain registration information.
Understand how domains move through registration, renewal, expiration, and deletion.
How security professionals use WHOIS data for threat investigation and brand protection.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog