---
title: "Search a single domain availability and price"
method: GET
path: "/workspaces/{workspace_domain}/domains/search/{name}"
tags: ["Domains API"]
---

# Search a single domain availability and price

`GET /workspaces/{workspace_domain}/domains/search/{name}`

## Path parameters

- `workspace_domain` string, required
- `name` string, required

## Response `200`

- DomainAvailabilityPriceView
  - `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

## Changes

- **2026-08-25** `fa785a68f09d` — 2 info
  - the security scope `DOMAIN_READ` was added to the endpoint's security scheme `oauth2`
  - the security scope `ZONE_READ` was removed from the endpoint's security scheme `oauth2`

[Change history](https://skmtc.dev/buddy/apis/buddy-api/changes/workspaces/:workspace_domain/domains/search/:name/get.md)

---

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