About this endpoint
What it does
Returns similar domains for the provided domain name. The response schema is an object with no defined top-level fields in the schema, so the exact success payload shape is not yet captured here.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| limit | Integer | No | Maximum number of results to return. Default: 20. Minimum: 1. Maximum: 100. |
| domain | String | Yes | The domain to find similar domains for. Minimum length: 3. |
Response
Returns a JSON object. The output schema does not define any specific top-level fields, and additionalProperties is allowed, so the exact response structure is not yet fixed in the schema.