suggestDomains( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Suggests domains that are available for purchase, based on the provided query input.

You may use this endpoint to get inspired and then call Check Domain Availability() to check whether a specific variation of the suggestions is also available for purchsase.

The tlds must not include the dot. For example, com and not .com.

Important: This call requires an account level API key and cannot be authenticated with the standard authorization header.

Method Declaration
Copy
Method Parameters
querystringRequired

Input to base your domain suggestions on. May include letters, numbers, spaces, dots, and hyphens. Must not include the TLD.

Min: 3 characters Max: 100 characters


optionsSuggestDomainsOptions
Returns
Return Type:Promise<SuggestDomainsResponse>
Was this helpful?
Yes
No