Professional WHOIS API Service
Instant Domain Data via Modern REST API
Access parsed WHOIS information through our reliable API service. Get structured data in JSON or XML format with 500 free monthly requests.
Fast Response Time
99.9% Uptime
24/7 Support
const options = {
method: 'GET',
url: 'https://whoisjson.com/api/v1/whois',
params: { domain: 'whoisjson.com' },
headers: {
'Authorization': 'Token=YOUR_API_KEY'
}
};
fetch(options.url + '?' + new URLSearchParams(options.params), {
method: options.method,
headers: options.headers
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error(error));
{
"server": "gamma",
"name": "whoisjson.com",
"idnName": "whoisjson.com",
"status": [
"clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
"clientTransferProhibited https://icann.org/epp#clientTransferProhibited"
],
"nameserver": [
"dns200.anycast.me",
"ns200.anycast.me"
],
"ips": "94.23.35.47",
"created": "2016-12-01 10:28:12",
"changed": "2024-12-02 08:11:20",
"expires": "2025-12-01 10:28:12",
"registered": true,
"dnssec": "signedDelegation",
"whoisserver": "whois.ovh.com",
"contacts": {
"owner": [{
"handle": "REDACTED FOR PRIVACY",
"name": "REDACTED FOR PRIVACY",
"email": "REDACTED FOR PRIVACY",
"country": "FR"
}],
"admin": [{
"handle": "REDACTED FOR PRIVACY",
"name": "REDACTED FOR PRIVACY",
"organization": "REDACTED FOR PRIVACY"
}],
"tech": [{
"handle": "REDACTED FOR PRIVACY",
"name": "REDACTED FOR PRIVACY",
"organization": "REDACTED FOR PRIVACY"
}]
},
"registrar": {
"id": "433",
"name": "OVH, SAS",
"email": "abuse@ovh.net",
"url": "https://ovh.com",
"phone": "+33.972101007"
}
}
Features
Why Choose Our API?
Reliable, fast, and developer-friendly WHOIS data access
Lightning Fast
Get instant domain data with our optimized infrastructure delivering responses in milliseconds.
Reliable & Secure
Bank-grade security with 99.9% uptime guarantee and real-time data updates.
Developer First
Clear documentation, multiple format support, and comprehensive API references.