Returns a list of available domain name suggestions derived from a keyword. Useful for surfacing alternatives when the exact domain a customer wants is already taken.
How it works: The engine generates variations of the search_term keyword — such as prefixes, suffixes, and synonyms — and returns only those that are currently available for registration. Each suggestion includes available, premium, sld, and tld fields in the same format as the availability check endpoint.
TLD scoping: Use tld to restrict suggestions to one or more extensions. Only TLDs enabled on your partner account are used — unrecognised values are silently ignored and fall back to your first allowed TLD.
Premium domains: Suggestions with premium: true carry a higher registration price. If your partner account does not support premium registrations, these are returned with available: false.
Recommended flow: Use this endpoint alongside GET /api/v1/domains/availability — present exact-match results first, then fall back to suggestions when the target domain is unavailable.
A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.
Keyword to base suggestions on (SLD only, no dots). Must be 1–63 alphanumeric characters or hyphens; cannot start or end with a hyphen.
"myshop"
TLD extension(s) to scope suggestions to (without leading dot). Filtered against your partner's allowed TLD list. If omitted or unrecognised, defaults to your first allowed TLD.
"com"
List of suggested domain names with their availability status.