Enter a domain, URL, IP, email, or record and get a focused result without setup.
Check 1,100+ TLDs with explicit unknown and error states
GET /v1/status?name=example&tlds=com,net,org
Use the browser tool for a fast answer, then move the same logic into scripts, monitoring, or product flows when it becomes repeatable.
Enter a domain, URL, IP, email, or record and get a focused result without setup.
Outputs highlight statuses, risks, records, and next actions instead of raw provider noise.
Use the request and response examples to turn a one-off check into an API call or recipe.
Used by people at amazing companies
Each page is shaped around a practical operational question, not just a raw lookup.
See the current DNS, registration, security, pricing, or reputation evidence.
Compare the result with related checks so the next move is easier to trust.
Copy examples, open linked tools, or move into API documentation when you need scale.
Transparent docs, authenticated requests, and visible reliability details make it easier to evaluate DomScan before you ship.
OpenAPI, Swagger, Postman, CLI, SDK, and MCP links are one click away.
Authenticated endpoints use API keys with clear credit costs before you call them.
Start with 10,000 monthly credits and upgrade only when usage grows.
Start from the curl and HTTP samples, then map the parameters into your application code.
DomScan prefers authoritative RDAP when a TLD supports it and uses registry-specific or traditional WHOIS fallbacks where needed. Upstream outages, unsupported TLDs, and ambiguous evidence can return an error or unknown result. Availability is not guaranteed until a registrar accepts the registration.
The tool can check up to 50 TLDs at once. GET /v1/coverage publishes the current list, which now exceeds 1,100 TLDs. POST /v1/status/bulk accepts up to 50 full domain names per request.
Yes! DomScan provides a REST API for programmatic access. Use GET /v1/status for single checks or POST /v1/status/bulk for batch operations. The API returns JSON with availability status, RDAP source, and response latency. Perfect for domain registrars, brand monitoring tools, and investment platforms.
GET /v1/status?name=example&tlds=com,io,ai
{
"results": [
{ "domain": "example.com", "available": false },
{ "domain": "example.io", "available": true },
{ "domain": "example.test", "available": null, "error": { "code": "UNSUPPORTED_TLD" } }
]
}
The browser experience previews DomScan's structured endpoints, so teams can validate a use case before writing code.
DomScan prefers authoritative RDAP when a TLD supports it and uses registry-specific or traditional WHOIS fallbacks where needed. Upstream outages, unsupported TLDs, and ambiguous evidence can return an error or unknown result. Availability is not guaranteed until a registrar accepts the registration.
The tool can check up to 50 TLDs at once. GET /v1/coverage publishes the current list, which now exceeds 1,100 TLDs. POST /v1/status/bulk accepts up to 50 full domain names per request.
Yes! DomScan provides a REST API for programmatic access. Use GET /v1/status for single checks or POST /v1/status/bulk for batch operations. The API returns JSON with availability status, RDAP source, and response latency. Perfect for domain registrars, brand monitoring tools, and investment platforms.
Results can differ because of cache timing, registry or registrar policy, premium or reserved names, and upstream availability. DomScan reports its evidence source and can return an unknown state. Only a registrar's checkout can confirm that a name can be purchased.
Check for trademark conflicts, review registration and renewal pricing, and confirm the result with an accredited registrar. If the domain was used before, inspect its current DNS and reputation signals. A WHOIS observation does not prove ownership history or reputation.