v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-12308185.7 KB
suggestions

Get suggested domains that are available for registering

All domains returned by this route are available for registration

get/suggestions/domains

Query parameters

tldsstring[]

Use ending instead

[
  "crypto"
]

TLD or Parent Domain to apply to your query base names

[
  "crypto"
]
[
  "example-name"
]

Response

@type'unstoppabledomains.com/partner.v3.List' required

Example response

{
  "items": [
    {
      "name": "matt.crypto",
      "price": {
        "listPrice": {
          "usdCents": 1000
        },
        "subTotal": {
          "usdCents": 1000
        }
      }
    }
  ]
}