---
title: "List available TLDs"
method: GET
path: "/tlds"
tags: ["tlds"]
---

# List available TLDs

`GET /tlds`

Retrieve a list of all available top-level domains (TLDs) including their naming system and registration availability.

## Response `200`

List of available TLDs

- TldListResponse
  - `@type` 'unstoppabledomains.com/partner.v3.List', required
  - `items` TldResponse[], required
    - `@type` 'unstoppabledomains.com/partner.v3.Tld', required
    - `name` string, required
    - `namingSystem` 'UNS' | 'ICANN' | 'ENS', required
    - `canRegister` boolean, required

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `500` — Internal server error

---

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