# GET /api/public/v1/products/domains/{tld}

> One TLD's pricing and registry requirements

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

## Description

Returns register / renew / transfer price, the term bounds and the registry rules for the TLD. Use `get_domain_pricing` for a table across many TLDs.

## Path parameters

- `tld` — string (required)

## Query parameters

- `tld` — string. Up to 20 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/products/domains/example.se?tld=example.se&currency=SEK&locale=sv"
```

## Errors

- **404** No such resource for this account. — codes: not_found
- **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/products/domains — https://api.inleed.com/reference/meta/domains
- GET /api/public/v1/products — https://api.inleed.com/reference/meta/list-index
- GET /api/public/v1/products/{category} — https://api.inleed.com/reference/meta/category
- GET /api/public/v1/products/compare — https://api.inleed.com/reference/meta/compare

