# Get suggested domains that are available for registering All domains returned by this route are available for registration Endpoint: GET /suggestions/domains Version: 3.0.0 Security: bearer ## Query parameters: - `ending` (array) TLD or Parent Domain to apply to your query base names - `query` (array, required) - `tlds` (array) Use ending instead Example: ["crypto"] ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.List" - `items` (array, required) - `items.name` (string, required) - `items.price` (object, required) - `items.price.type` (string, required) - STANDARD: Domain is priced using the default, standard pricing algorithm - PREMIUM: Domain is considered premium by the registry and pricing may differ from the standard pricing - DEFERRED: Domain pricing is not available and an additional request is needed to determine pricing. - This can be a limitation of the bulk domain searches due to constraints with checking prices for some registries - When requesting a single domain the price will always be included (if available) and this status will not be returned Enum: "STANDARD", "PREMIUM", "DEFERRED" - `items.price.listPrice` (object, required) - `items.price.listPrice.usdCents` (number, required) Example: 1000 - `items.price.subTotal` (object, required)