Loading
Loading
Check domain name availability and receive alternative domain name suggestions across a variety of TLDs and SLDs. Returns a list of domain names with their availability status.
The Domain Search with Suggestions API not only checks availability for the requested domain but also generates a list of alternative domain names. You can customize the number of suggestions using the count parameter, and choose the data source with the source parameter.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
The following parameters can be used in your API requests. All parameters are passed as query string parameters.
domainrequiredStringDomain name whose availability to check
sourceoptionalStringdefault: dnsSpecify the data source for domain availability checks. Use "dns" for DNS-based lookups or "whois" for WHOIS-based lookups.
countoptionalIntegerdefault: 5No. of suggestions required
A successful request returns a 200 OK response with a JSON object containing the domain availability array. See the response preview on the right for the full JSON structure.
domain_available_responseList of domain availability objects.
Each object in the domain_available_response array contains the following fields:
domainName of the suggested domain
domainAvailabilityTrue if available, false if not available
The API uses standard HTTP status codes to indicate the success or failure of requests. For common status codes like 429 (Too Many Requests), refer to the general API documentation.
Please pass domain param correct value e.g. whoisfreaks.com, https://whoisfreaks.com, http://whoisfreaks.com [For Technical Support: support@whoisfreaks.com]