domains.tld_details
Look up detailed registry information for a single top-level domain (TLD).
Returns status, TLD type, availability phase, WHOIS and RDAP servers, registry URL, domain counts, delegation dates, registry organization, administrative/technical contacts, and remarks.
Pass the TLD suffix without a leading dot (for example io or com).
Cost = 1 token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tld | Yes | TLD suffix to look up without a leading dot (for example io). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tld | No | TLD suffix without a leading dot. | |
| type | No | TLD category (for example country-code or generic). | |
| level | No | TLD level (1 for standard TLDs). | |
| status | No | Delegation status (for example ACTIVE). | |
| changed | No | TLD record last changed timestamp. | |
| created | No | TLD delegation created timestamp. | |
| remarks | No | Additional registry notes or links. | |
| contacts | No | Registry contact records. | |
| rdap_server | No | Authoritative RDAP server URL. | |
| availability | No | Registration phase for the TLD. | |
| organization | No | Registry operator contact details. | |
| registry_url | No | Registry web site URL. | |
| whois_server | No | Authoritative WHOIS server host name. | |
| domains_count | No | Approximate registered domain count when reported by the registry. |