---
title: "Search domains availability"
method: POST
path: "/workspaces/{workspace_domain}/domains/search"
tags: ["Domains API"]
---

# Search domains availability

`POST /workspaces/{workspace_domain}/domains/search`

## Path parameters

- `workspace_domain` string, required

## Request body

- DomainSearchCommand
  - `domains` string[] — Set of domain names to check availability for

## Response `200`

- DomainSearchResultView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `domains` DomainAvailabilityPriceView[] — Collection of domain availability results
    - `url` string — API endpoint to GET this object
    - `html_url` string — Web URL to view this object in Buddy.works
    - `name` string — The name of the domain
    - `available` boolean — Whether the domain is available for registration
    - `premium` boolean — Whether the domain is a premium domain with higher pricing
    - `prices` DomainPricesView — Pricing details for domain operations
      - `create` DomainPriceView — Price for restoring an expired domain
        - `currency` string — The currency of the price
        - `price` number, double — The price amount
        - `min_duration` integer — Minimum registration duration in years
        - `max_duration` integer — Maximum registration duration in years
      - `transfer` DomainPriceView — Price for restoring an expired domain
        - `currency` string — The currency of the price
        - `price` number, double — The price amount
        - `min_duration` integer — Minimum registration duration in years
        - `max_duration` integer — Maximum registration duration in years
      - `renew` DomainPriceView — Price for restoring an expired domain
        - `currency` string — The currency of the price
        - `price` number, double — The price amount
        - `min_duration` integer — Minimum registration duration in years
        - `max_duration` integer — Maximum registration duration in years
      - `restore` DomainPriceView — Price for restoring an expired domain
        - `currency` string — The currency of the price
        - `price` number, double — The price amount
        - `min_duration` integer — Minimum registration duration in years
        - `max_duration` integer — Maximum registration duration in years

---

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