Whodis (Domain Availability Checker)

Whodis (Domain Availability Checker)

vinsidious

Checks domain name availability using WHOIS lookups. Can verify multiple domains at once for registration status.

4259 views2Local (stdio)

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

Developers planning new projectsDomain investors researching availabilityBulk domain status verificationAutomated domain monitoring workflows
No API key neededBulk domain checkingCLI interface included

Tools (1)

check-domain-availability

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"] }

Alternatives