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

## Changes

- **2026-07-14** `314022afff45` — 1 info
  - added the optional property `reason` to the response with the `401` status

[Change history](https://skmtc.dev/vercel/apis/api/changes/v1/registrar/tlds/:tld/get.md)

---

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