
Whodis (Domain Availability Checker)
Checks domain name availability using WHOIS lookups. Can verify multiple domains at once for registration status.
What it does
- Check single domain availability
- Verify multiple domains simultaneously
- Perform WHOIS lookups
- Run CLI commands for testing
- Generate structured availability reports
Best for
Tools (1)
PURPOSE: Checks the availability of one or more domain names. INPUT: An array of domain names. OUTPUT: A JSON object containing two arrays: 'available' (domains that appear to be unregistered) and 'unavailable' (domains that appear to be registered). Note: Availability checks depend on WHOIS server responses and might not be 100% accurate for all TLDs or due to temporary network issues. Domains where lookup failed are omitted. WHEN TO USE: Use this tool when you need to determine if specific domain names can potentially be registered. EXAMPLE: { "domains": ["google.com", "example-domain-that-is-likely-free-12345.com"] }