---
title: "Get TLD"
method: GET
path: "/v1/registrar/tlds/{tld}"
tags: ["domains-registrar"]
---

# Get TLD

`GET /v1/registrar/tlds/{tld}`

Get the metadata for a specific TLD.

## Path parameters

- `tld` string, required — A valid TLD name

## Query parameters

- `teamId` string

## Response `200`

Success

- object
  - `supportedLanguageCodes` object, required — The language codes that are supported for the TLD. The key is the language code, and the value is the name of the language.

## Other responses

- `400` — There was something wrong with the request
- `401` — Unauthorized
- `403` — NotAuthorizedForScope
- `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)
