Checks if a domain is available for registration.
GET /api/check-domain?domain=example.com
{
"domain": "example.com",
"available": false,
"confidence": "high",
"message": "Domain example.com is already registered.",
"source": "whois-xml-api",
"details": { ... },
"verificationMethods": ["whois-xml-api", "dns"],
"timestamp": 1683042567890
}The Domain Checker API has rate limiting to prevent abuse. The current limits are:
If you need higher limits, please contact us.