---
title: "List tlds"
method: GET
path: "/v1beta/tlds"
tags: ["TldService"]
---

# List tlds

`GET /v1beta/tlds`

## Query parameters

- `limit` integer
- `offset` integer
- `order` string
- `order_by` string
- `extensions` string[]
- `name_pattern` string
- `only_names` boolean
- `with_description` boolean
- `with_restrictions` boolean
- `with_usage_count` boolean
- `with_application_mode` string[]
- `with_price` boolean
- `with_level_prices` boolean
- `is_active` boolean
- `is_new_gtld` boolean
- `status` string
- `application_mode` string

## Response `200`

A successful response.

- TldListTldsResponse
  - `code` integer
  - `data` TldListTldsResponseData
    - `results` TldTld[]
      - `admin_handle_supported` boolean
      - `billing_handle_enabled` boolean
      - `billing_handle_supported` boolean
      - `description` TldDescription
        - `text` string
        - `url` string
      - `dnssec_algorithms` integer[]
      - `dnssec_allowed` boolean
      - `dnssec_digests_allowed` boolean
      - `dnssec_keys_allowed` boolean
      - `dnssec_max_records_amount` integer
      - `domicile_available` boolean
      - `is_auth_code_available` boolean
      - `is_auth_code_changeable` boolean
      - `is_auth_code_requested` boolean
      - `is_private_whois_allowed` boolean
      - `is_trade_auth_code_required` boolean
      - `is_transfer_auth_code_required` boolean
      - `level_prices` TldLevelPrice[]
        - `level` integer
        - `price` TldPrice
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
      - `max_period` integer
      - `min_period` integer
      - `name` string
      - `owner_handle_supported` boolean
      - `prices` TldPrices
        - `create_price` TldPrice
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
        - `domicile_price` TldPrice
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
        - `max_period` integer
        - `min_period` integer
        - `renew_price` TldPrice
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
        - `reseller_price` TldPriceWithPromoInfo
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `promotion_details` TldPromoDetails
            - `end_date` string
            - `non_promo_price` TldPrice
              - …
            - `start_date` string
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
        - `restore_price` TldPrice
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
        - `setup_price` TldPrice
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
        - `soft_restore_price` TldPrice
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
        - `trade_price` TldPrice
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
        - `transfer_price` TldPrice
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
        - `update_price` TldPrice
          - `product` TldPriceInCurrency
            - `currency` string
            - `price` number, double
          - `reseller` TldPriceInCurrency
            - `currency` string
            - `price` number, double
      - `quarantine_period` integer
      - `renew_available` boolean
      - `reseller_handle_enabled` boolean
      - `reseller_handle_supported` boolean
      - `restrictions` string[]
      - `soft_quarantine_period` integer
      - `status` string
      - `supported_application_mode` TldApplicationMode[]
        - `name` string
        - `title` string
      - `supported_idn_scripts` TldIdnScript[]
        - `description` string
        - `value` string
      - `tech_handle_supported` boolean
      - `trade_available` boolean
      - `transfer_available` boolean
      - `usage_count` integer
    - `total` integer
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

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