Suggest Names

Suggest Names

Description

Suggests domain names for the given keyword under the specified domain name extension(s).

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
keyword String Required

Search term (keyword or phrase) e.g. "search" or "search world".

Note

The search term will be considered as invalid, if it contains more than one consecutive space character.

tlds Array of Strings Required Domain name extensions (TLDs) you want to search in.
no-of-results Integer Required Maximum number of suggestions to be returned.
hyphen-allowed Boolean Optional Default value is false. Recommended value is true. If true is passed, generates suggestions with hyphens (Dashes) "-".
add-related Boolean Optional Default value is false. Recommended value is true. If true is passed, generates suggestions with related keywords.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/domains/suggest-names.json?auth-userid=0&api-key;=key&keyword;=domain&tlds;=com&tlds;=net&no-of-results;=0&hyphen-allowed;=true&add-related;=true

Response

Returns a hash map containing availability status of suggested domain names, for the given keyword under the specified domain name extension(s). The domain name extensions will be listed in alphabetical order.