---
title: "List available TLDs"
method: POST
path: "/mcp/v1/actions/ud_tld_list"
tags: ["Domain Search"]
---

# List available TLDs

`POST /mcp/v1/actions/ud_tld_list`

List all available ICANN TLDs (top-level domains) supported by our registrar.

## Request body

- object

## Response `200`

List of available TLDs

- TldListResponse
  - `tlds` string[] — Array of supported TLD extensions (e.g., ["com", "io", "org"])
  - `count` number — Total number of supported TLDs

## Other responses

- `401` — Authentication required

---

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