v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
tlds

Retrieve the TLD

Retrieves the details of a TLD.

get/tlds/{tld}

Path parameters

tldstring required

The TLD string

Response

Successfully retrieved the TLD details.

Example response

{
  "data": {
    "tld": "ac",
    "tld_type": 2,
    "whois_privacy": false,
    "auto_renew_only": true,
    "idn": false,
    "minimum_registration": 1,
    "registration_enabled": true,
    "renewal_enabled": true,
    "transfer_enabled": false,
    "dnssec_interface_type": "ds",
    "name_server_min": 2,
    "trustee_service_enabled": false,
    "trustee_service_required": false
  }
}