---
title: "Suggest domain names from a domain"
method: POST
path: "/api/domains/v1/availability/alternatives-from-domain"
tags: ["Domains: Availability"]
---

# Suggest domain names from a domain

`POST /api/domains/v1/availability/alternatives-from-domain`

Suggest available domain names based on a domain name you already have in mind.

Suggestions are generated by an AI model, so they differ between calls.

Endpoint has rate limit of 90 requests per minute.

Use this endpoint when the domain you wanted is taken and you need close alternatives.

## Request body

- DomainsV1AvailabilityAlternativesFromDomainRequest
  - `domain` string, required — Domain name to base the suggestions on
  - `limit` integer, required — Amount of domain names to suggest

## Response `200`

Success response

- string[] — Suggested domain names

## Other responses

- `401` — Unauthenticated response
- `422` — Validation error response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/e684196cdec9/schema)
