# GET /api/public/v1/domains/availability

> Check one domain's availability

- Group: meta
- Tier: R
- Required scope: none (public)
- Docs: https://api.inleed.com/reference/meta/availability

## Description

Returns `available` / `taken` / `unknown` plus the register price for the TLD when the domain is available.

## Query parameters

- `domain` — string (required). Up to 253 characters.
- `currency` — enum. One of SEK, EUR, null.
- `locale` — enum. One of sv, en, null.

## Request

```bash
curl -X GET "https://mcp.inleed.com/api/public/v1/domains/availability?domain=example.se&currency=SEK&locale=sv"
```

## Errors

- **422** Validation error — codes: validation_failed
- **429** The rate limit for this token is exhausted. See `Retry-After`. — codes: rate_limited
- **500** Something went wrong on our side. The failure is logged against `requestId`. — codes: internal_error

## Related

- GET /api/public/v1/domains/suggestions — https://api.inleed.com/reference/meta/suggestions
- GET /api/public/v1/products/compare — https://api.inleed.com/reference/meta/compare
- GET /api/public/v1/broadband/addresses — https://api.inleed.com/reference/meta/list-index-2
- GET /api/public/v1/broadband/addresses/{address}/offers — https://api.inleed.com/reference/meta/offers

