---
title: "Get availability for a domain"
method: GET
path: "/v1/registrar/domains/{domain}/availability"
tags: ["domains-registrar"]
---

# Get availability for a domain

`GET /v1/registrar/domains/{domain}/availability`

Get availability for a specific domain. If the domain is available, it can be purchased using the [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain) endpoint or the [Buy multiple domains](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-multiple-domains) endpoint.

## Path parameters

- `domain` string, required — A valid domain name

## Query parameters

- `teamId` string

## Response `200`

Success

- object
  - `available` boolean, required

## Other responses

- `400` — There was something wrong with the request
- `401` — Unauthorized
- `403` — NotAuthorizedForScope
- `404` — NotFound
- `429` — TooManyRequests
- `500` — InternalServerError

---

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